| [news.eclipse.platform] A problem with ConsolePlugin |
In my program I want to use the org.eclipse.ui.console, when I came to the following code, ConsolePlugin plugin = ConsolePlugin.getDefault(); I got plugin=null,so my following codes dided work. Did I miss someing? Thanks!