摘要: /** * 去掉扩展点org.eclipse.ui.console.consoleFactories */ Object masterTaken = LLTUtil.getClassUtil().getFieldValue( Platform.getExtensionRegistry(), "masterToken"); //$NON-NLS-1$ if (null != masterTaken) { for (IExtension item : Platform .getExtensionRegistry() .getExtensionPoint( ... 阅读全文
posted @ 2013-02-02 15:41 洪 阅读(424) 评论(0) 推荐(0)
摘要: ProgressRegion progressRegion = new ProgressRegion(); progressRegion.createContents( statusLine, (WorkbenchWindow) PlatformUI.getWorkbench() .getActiveWorkbenchWindow()); 阅读全文
posted @ 2013-02-02 15:26 洪 阅读(171) 评论(0) 推荐(0)
摘要: CCorePlugin.getIndexManager().reindex((ICProject) elem); 阅读全文
posted @ 2013-02-02 15:25 洪 阅读(197) 评论(0) 推荐(0)