摘要: IPreferenceStore store= EditorsUI.getPreferenceStore(); store.setValue(AbstractDecoratedTextEditorPreferenceConstants.EDITOR_LINE_NUMBER_RULER,true); 阅读全文
posted @ 2013-02-17 14:15 洪 阅读(322) 评论(0) 推荐(0)
摘要: private static Shell windowShell; public static void active() { if (null != windowShell && !windowShell.isDisposed()) { if (!windowShell.getMinimized()) { windowShell.setMinimized(true); } windowShell.setMinimized(false); windowShell.forceActive(); windowShell.forceFocus(); } } 阅读全文
posted @ 2013-02-17 14:12 洪 阅读(224) 评论(0) 推荐(0)
摘要: ConfigurationScope.INSTANCE.getNode(IDEWorkbenchPlugin.IDE_WORKBENCH) 阅读全文
posted @ 2013-02-17 14:10 洪 阅读(289) 评论(0) 推荐(0)