Skip to content

Commit 1040ced

Browse files
committed
Unactivate dirty editors ssave action on simulation launch
1 parent 8cc6c3b commit 1040ced

File tree

1 file changed

+2
-2
lines changed
  • plugins/fr.obeo.dsl.arduino.simulator.design/src/fr/obeo/dsl/arduino/simulator/design

1 file changed

+2
-2
lines changed

plugins/fr.obeo.dsl.arduino.simulator.design/src/fr/obeo/dsl/arduino/simulator/design/DebugHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public Object execute(ExecutionEvent event) throws ExecutionException {
5050

5151
if (file != null) {
5252
// try to save dirty editors
53-
PlatformUI.getWorkbench().getActiveWorkbenchWindow()
54-
.getActivePage().saveAllEditors(true);
53+
// PlatformUI.getWorkbench().getActiveWorkbenchWindow()
54+
// .getActivePage().saveAllEditors(true);
5555

5656
try {
5757
ILaunchConfiguration[] configurations = getLaunchConfigurations(file);

0 commit comments

Comments
 (0)