Skip to content

Commit

Permalink
Merge pull request #39 from bioclipse/cheatSheetFix
Browse files Browse the repository at this point in the history
Keeps the Cheat Sheet view shown when
  • Loading branch information
goglepox committed May 14, 2013
2 parents b3658f6 + 075b851 commit d2abc18
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 d2abc18

Please sign in to comment.