new MessageConsole("MyConsole", null) error!
when i run the following sentence in my plugin:
MessageConsole console = new MessageConsole( "MyConsole ", null);
it throws org/eclipse/jface/text/BadPositionCategoryException...
i hope to print informations on the console. can any one help? Thx a lot
[解决办法]
顶一下