summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-01add support for adding context in scriptSunil Shetye
2025-04-30removed extra onClick eventSuchita Lad
2025-04-30convert the sanity check to a functionSunil Shetye
do the sanity check wherever user input is sent to scilab
2025-04-30npm outdatedSunil Shetye
2025-04-30reduce debugSunil Shetye
2025-04-29specify the class name in the importSunil Shetye
2025-04-29remove unused serializer classesSunil Shetye
2025-04-29globals() has now been replaced with Blocks classSunil Shetye
2025-04-29set id also in componentPropertiesSunil Shetye
2025-04-29replace store.getState() with useSelectorSunil Shetye
2025-04-29change denominator of CLR block to match the scriptSunil Shetye
2025-04-29getCompProperties.fulfilled should set only state.compPropertiesSunil Shetye
2025-04-25get variable typeSunil Shetye
2025-04-25make the Scilab Code TextField monospaceSunil Shetye
2025-04-25remove call to evansSunil Shetye
make assignment in loop silent
2025-04-25Merge pull request #317 from suchitalad/xcosblocksSunil Shetye
Added tooltip on hover
2025-04-25Added tooltip on hoverSuchita Lad
2025-04-25Merge pull request #316 from suchitalad/xcosblocksSunil Shetye
Added tooltip on hover on large variable values
2025-04-25Added tooltip on hover on large variable valuesSuchita Lad
2025-04-25search for diagrams with scriptsSunil Shetye
2025-04-24Merge pull request #313 from suchitalad/xcosblocksSunil Shetye
Added ports to blocks in DELAY_f super block
2025-04-24Added ports to blocks in DELAY_f super blockSuchita Lad
2025-04-24formatSunil Shetye
2025-04-23replace ${window.location.protocol}\\${window.location.host} with ↵Sunil Shetye
${window.location.origin}
2025-04-23Merge pull request #312 from suchitalad/xcosblocksSunil Shetye
Updated blocks to run simulation
2025-04-23Updated blocks to run simulationSuchita Lad
2025-04-23npm audit fixSunil Shetye
2025-04-23npm outdatedSunil Shetye
2025-04-23add an else block to handle the empty array caseSunil Shetye
2025-04-23handle ... at the end of the scilab scriptSunil Shetye
exec does not handle ...
2025-04-21define s and z once onlySunil Shetye
2025-04-21ignore 'None' also as workspaceSunil Shetye
2025-04-19kill the scilab process if it is runningSunil Shetye
add isStatusDone() to check if the simulation is already complete send back the task_id also
2025-04-17send the cont_frm command to scilab workspaceSunil Shetye
allow variable size in CLR, DLR, and REGISTER change cont_frm_write to print double values
2025-04-15load all the scripts alsoSunil Shetye
use format_real_number in CSCOPE block also
2025-04-15compile the regex onceSunil Shetye
2025-04-15use format_real_number in STEP block alsoSunil Shetye
2025-04-15update node to 20.19.0Sunil Shetye
update eslint to 9.24.0
2025-04-15use pexpect for interactive scilab-cliSunil 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-11change REMOVEFILE to FalseSunil Shetye
2025-04-09Merge pull request #311 from suchitalad/xcosblocksSunil Shetye
Added auto execute script feature on loading diagram
2025-04-09Added auto execute script feature on loading diagramSuchita Lad
2025-04-08cleanupSunil Shetye
2025-04-08Merge pull request #310 from suchitalad/xcosblocksSunil Shetye
Merged script with xcosblocks
2025-04-08Merged scripts with xcosblocksSuchita Lad
2025-04-07Updated process task to use uploadscript and getscriptoutputSuchita Lad
2025-04-07remove netlist action/reducerSunil Shetye
2025-04-07convert schematicEditor action/reducer to sliceSunil Shetye
2025-04-07convert componentProperties action/reducer to sliceSunil Shetye
2025-04-07convert saveSchematic action/reducer to sliceSunil Shetye