Requested console not displayed [message #332248] |
Tue, 14 October 2008 13:48 |
Eclipse User |
|
|
|
Hi,
I have a scenario where I've created a number of consoles which I've added
to the Console view.
Each console is created and added as below:
MessageConsole console = new MessageConsole(name, image);
ConsolePlugin.getDefault().getConsoleManager().addConsoles(n ew IConsole[]
{ console });
However, I have a problem when I want to display a specific console when
Console view is closed...
Below call should be enough, but isn't.
ConsolePlugin.getDefault().getConsoleManager().showConsoleVi ew(console);
It works when the Console view is open, in that case the Console view is
brough to front and requested console displayed.
But, if the Console view is closed, it is opened and brought to front, but
then the last added console is displayed, not the requested one!
Is it a bug here? Or how can I get it work?
Regards,
Joachim
|
|
|
Powered by
FUDForum. Page generated in 0.03886 seconds