Skip to content

Commit

Permalink
Merge pull request #99 from kieler/sdo/simulationButtons
Browse files Browse the repository at this point in the history
Add simulation restart button and keep buttons in view when simulation has stopped
  • Loading branch information
NiklasRentzCAU authored Jul 12, 2024
2 parents 4270327 + 221af21 commit 5531c77
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions keith-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,19 +506,24 @@
},
{
"command": "keith-vscode.open-kviz-external",
"when": "keith.vscode:simulationRunning && view == kieler-simulation-table",
"when": "view == kieler-simulation-table",
"group": "1_simulation-visualization"
},
{
"command": "keith-vscode.simulation-save-trace",
"when": "keith.vscode:simulationRunning && view == kieler-simulation-table",
"when": "view == kieler-simulation-table",
"group": "2_simulation-trace@1"
},
{
"command": "keith-vscode.simulation-load-trace",
"when": "keith.vscode:simulationRunning && view == kieler-simulation-table",
"when": "view == kieler-simulation-table",
"group": "2_simulation-trace@2"
},
{
"command": "keith-vscode.simulation-restart",
"when": "!keith.vscode:simulationRunning && view == kieler-simulation-table",
"group": "navigation@2"
},
{
"command": "keith-vscode.verification-load-properties",
"when": "view == kieler-model-checker",
Expand Down

0 comments on commit 5531c77

Please sign in to comment.