Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Load projects/plugins in design time(Eclipse API to load all plugins )
Load projects/plugins in design time [message #646793] Fri, 31 December 2010 10:09 Go to next message
manasa  is currently offline manasa Friend
Messages: 32
Registered: October 2010
Member
Hi,

I am trying to load all the plugins in the design time using some APIs.
I tried the following
IWorkspace root = ResourcesPlugin.getWorkspace();   IProject[] projects = root.getRoot().getProjects();


But this loads the projects in the run time workbench.
Is there any other API which can load the plugins in the design time workbench?

Thanks in advance,
Manasa
Re: Load projects/plugins in design time [message #647380 is a reply to message #646793] Wed, 05 January 2011 21:08 Go to previous message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
manasa wrote on Fri, 31 December 2010 05:09
But this loads the projects in the run time workbench.
Is there any other API which can load the plugins in the design time workbench?
No, as your second/inner Eclipse is pointing at another workspace. When you deploy your plug-in to your Eclipse installation, then it will have access to your running workbench. It's not clear to me what you're trying to achieve here.
Previous Topic:Simple problem with eclipse 3.5
Next Topic:Building a product with 3.6
Goto Forum:
  


Current Time: Sun May 12 23:42:30 GMT 2024

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

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

Back to the top