Skip to content

Commit

Permalink
Unactivate dirty editors ssave action on simulation launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed Jun 23, 2015
1 parent 8cc6c3b commit 1040ced
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public Object execute(ExecutionEvent event) throws ExecutionException {

if (file != null) {
// try to save dirty editors
PlatformUI.getWorkbench().getActiveWorkbenchWindow()
.getActivePage().saveAllEditors(true);
// PlatformUI.getWorkbench().getActiveWorkbenchWindow()
// .getActivePage().saveAllEditors(true);

try {
ILaunchConfiguration[] configurations = getLaunchConfigurations(file);
Expand Down

0 comments on commit 1040ced

Please sign in to comment.