Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » [SOLVED] How to CLOSE a console View?
[SOLVED] How to CLOSE a console View? [message #720363] Tue, 30 August 2011 13:10
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
I'm opening a console using this code:
MessageConsole console=new MessageConsole("Console", null);
ConsolePlugin.getDefault().getConsoleManager().addConsoles(new IConsole[]{console}); ConsolePlugin.getDefault().getConsoleManager().showConsoleView(console);

My question is:
How can i CLOSE the console View??

The problem:
My Workbench is saved between sessions, and i must close the Console, or it will be opened in the next workbench session, without being properly initialized...

Thanks.

EDIT: see http://stackoverflow.com/questions/7251475/eclipse-how-to-close-a-console-view/7348576#7348576

[Updated on: Thu, 15 September 2011 20:39]

Report message to a moderator

Previous Topic:Target Definition for all platforms with missing dependencies
Next Topic:How to get all open views
Goto Forum:
  


Current Time: Fri Apr 19 22:14:53 GMT 2024

Powered by FUDForum. Page generated in 0.02835 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top