Skip to content

Commit

Permalink
Keeps the Cheat Sheet view shown when
Browse files Browse the repository at this point in the history
Javascript console commands are executed
  • Loading branch information
Valentin Georgiev committed Apr 18, 2013
1 parent 6b5918a commit 075b851
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -45,6 +45,12 @@ public void run( String[] params, ICheatSheetManager manager ) {
}
}
}
try {
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView( "org.eclipse.ui.cheatsheets.views.CheatSheetView" );
} catch (PartInitException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
notifyResult( true );

}
Expand Down

0 comments on commit 075b851

Please sign in to comment.