Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Add ConsoleView to Perspective
Add ConsoleView to Perspective [message #646456] Fri, 24 December 2010 12:55
Oleg  is currently offline Oleg Friend
Messages: 2
Registered: October 2010
Junior Member
Hello Friends.


I try to develop my own Perspective. I create it from Plug-in Project.

My target is add ConsoleView to my Perspective. But when i try to add it i receive error message.


IFolderLayout topLeft =
factory.createFolder(
"Messages", //NON-NLS-1
IPageLayout.LEFT,
0.25f,
factory.getEditorArea());

topLeft.addView(IPageLayout.ID_RES_NAV);
topLeft.addView(org.eclipse.ui.console.ConsoleView");



Error Message - > !MESSAGE Part already exists in page layout: org.eclipse.ui.console.ConsoleView.

What's I do wrong. Please help me.
Previous Topic:File Selection from within VariableResolver
Next Topic:IBM WASCEv2.1
Goto Forum:
  


Current Time: Thu Apr 25 14:53:37 GMT 2024

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

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

Back to the top