Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » org.eclipse.ui.ide and RCP
org.eclipse.ui.ide and RCP [message #326549] Tue, 25 March 2008 01:03 Go to next message
Eclipse UserFriend
Originally posted by: asf14.yahoo.com

Hi

I want to reuse the org.eclipse.ui.ide workspace, i.e. menus, navigators
etc for my RCP but I am having a hard time to find examples on how to do
it. Can anyone point out how to recreate the ide workspace in an RCP ??


Thanks, David
Re: org.eclipse.ui.ide and RCP [message #326550 is a reply to message #326549] Tue, 25 March 2008 03:34 Go to previous messageGo to next message
Francis Upton IV is currently offline Francis Upton IVFriend
Messages: 472
Registered: July 2009
Location: Oakland, CA
Senior Member
Just include org.eclipse.ui.ide as a plugin dependency in your RCP app.
Everything should then appear.

Dave wrote:
> Hi
>
> I want to reuse the org.eclipse.ui.ide workspace, i.e. menus, navigators
> etc for my RCP but I am having a hard time to find examples on how to do
> it. Can anyone point out how to recreate the ide workspace in an RCP ??
>
>
> Thanks, David


Re: org.eclipse.ui.ide and RCP [message #326620 is a reply to message #326549] Wed, 26 March 2008 15:00 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

With of course the call to WorkbenchAdapterBuilder.registerAdapters();
in your workbench advisor initialize :-)

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Re: org.eclipse.ui.ide and RCP [message #326721 is a reply to message #326620] Mon, 31 March 2008 09:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yeronimuz.aol.com

Discouraged access: The method registerAdapters() from the type
WorkbenchAdapterBuilder is not
accessible due to restriction on required library
L:\eclipseEuropa\eclipseRCPTarget_3.3.1\eclipse
\plugins\org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar

What's wrong? Wrong version?

JL

Paul Webster wrote:
> With of course the call to WorkbenchAdapterBuilder.registerAdapters();
> in your workbench advisor initialize :-)
>
> PW
>
Re: org.eclipse.ui.ide and RCP [message #326734 is a reply to message #326721] Mon, 31 March 2008 12:49 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Jeroen Lankheet wrote:
> Discouraged access: The method registerAdapters() from the type
> WorkbenchAdapterBuilder is not
> accessible due to restriction on required library
> L:\eclipseEuropa\eclipseRCPTarget_3.3.1\eclipse
> \plugins\org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
>
> What's wrong? Wrong version?

it's something you have to live with before 3.4:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221977

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Previous Topic:Hiding a Resource on the project explorer
Next Topic:Problem to run RCP application as IDE
Goto Forum:
  


Current Time: Thu Jun 27 19:42:59 GMT 2024

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

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

Back to the top