Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-01 | add support for adding context in script | Sunil Shetye | |
2025-04-30 | removed extra onClick event | Suchita Lad | |
2025-04-30 | convert the sanity check to a function | Sunil Shetye | |
do the sanity check wherever user input is sent to scilab | |||
2025-04-30 | npm outdated | Sunil Shetye | |
2025-04-30 | reduce debug | Sunil Shetye | |
2025-04-29 | specify the class name in the import | Sunil Shetye | |
2025-04-29 | remove unused serializer classes | Sunil Shetye | |
2025-04-29 | globals() has now been replaced with Blocks class | Sunil Shetye | |
2025-04-29 | set id also in componentProperties | Sunil Shetye | |
2025-04-29 | replace store.getState() with useSelector | Sunil Shetye | |
2025-04-29 | change denominator of CLR block to match the script | Sunil Shetye | |
2025-04-29 | getCompProperties.fulfilled should set only state.compProperties | Sunil Shetye | |
2025-04-25 | get variable type | Sunil Shetye | |
2025-04-25 | make the Scilab Code TextField monospace | Sunil Shetye | |
2025-04-25 | remove call to evans | Sunil Shetye | |
make assignment in loop silent | |||
2025-04-25 | Merge pull request #317 from suchitalad/xcosblocks | Sunil Shetye | |
Added tooltip on hover | |||
2025-04-25 | Added tooltip on hover | Suchita Lad | |
2025-04-25 | Merge pull request #316 from suchitalad/xcosblocks | Sunil Shetye | |
Added tooltip on hover on large variable values | |||
2025-04-25 | Added tooltip on hover on large variable values | Suchita Lad | |
2025-04-25 | search for diagrams with scripts | Sunil Shetye | |
2025-04-24 | Merge pull request #313 from suchitalad/xcosblocks | Sunil Shetye | |
Added ports to blocks in DELAY_f super block | |||
2025-04-24 | Added ports to blocks in DELAY_f super block | Suchita Lad | |
2025-04-24 | format | Sunil Shetye | |
2025-04-23 | replace ${window.location.protocol}\\${window.location.host} with ↵ | Sunil Shetye | |
${window.location.origin} | |||
2025-04-23 | Merge pull request #312 from suchitalad/xcosblocks | Sunil Shetye | |
Updated blocks to run simulation | |||
2025-04-23 | Updated blocks to run simulation | Suchita Lad | |
2025-04-23 | npm audit fix | Sunil Shetye | |
2025-04-23 | npm outdated | Sunil Shetye | |
2025-04-23 | add an else block to handle the empty array case | Sunil Shetye | |
2025-04-23 | handle ... at the end of the scilab script | Sunil Shetye | |
exec does not handle ... | |||
2025-04-21 | define s and z once only | Sunil Shetye | |
2025-04-21 | ignore 'None' also as workspace | Sunil Shetye | |
2025-04-19 | kill the scilab process if it is running | Sunil Shetye | |
add isStatusDone() to check if the simulation is already complete send back the task_id also | |||
2025-04-17 | send the cont_frm command to scilab workspace | Sunil Shetye | |
allow variable size in CLR, DLR, and REGISTER change cont_frm_write to print double values | |||
2025-04-15 | load all the scripts also | Sunil Shetye | |
use format_real_number in CSCOPE block also | |||
2025-04-15 | compile the regex once | Sunil Shetye | |
2025-04-15 | use format_real_number in STEP block also | Sunil Shetye | |
2025-04-15 | update node to 20.19.0 | Sunil Shetye | |
update eslint to 9.24.0 | |||
2025-04-15 | use pexpect for interactive scilab-cli | Sunil Shetye | |
send the expression to scilab-cli add convert_scientific_notation to replace multiple replace calls replace workspace_filename with workspace_file scriptcount and diagramlock no longer required in UserData class pass task_id or script_task_id based on context use shutil.move() instead of os.rename() convert task.task_id to string pass workspace to MxGraphParser | |||
2025-04-11 | change REMOVEFILE to False | Sunil Shetye | |
2025-04-09 | Merge pull request #311 from suchitalad/xcosblocks | Sunil Shetye | |
Added auto execute script feature on loading diagram | |||
2025-04-09 | Added auto execute script feature on loading diagram | Suchita Lad | |
2025-04-08 | cleanup | Sunil Shetye | |
2025-04-08 | Merge pull request #310 from suchitalad/xcosblocks | Sunil Shetye | |
Merged script with xcosblocks | |||
2025-04-08 | Merged scripts with xcosblocks | Suchita Lad | |
2025-04-07 | Updated process task to use uploadscript and getscriptoutput | Suchita Lad | |
2025-04-07 | remove netlist action/reducer | Sunil Shetye | |
2025-04-07 | convert schematicEditor action/reducer to slice | Sunil Shetye | |
2025-04-07 | convert componentProperties action/reducer to slice | Sunil Shetye | |
2025-04-07 | convert saveSchematic action/reducer to slice | Sunil Shetye | |