Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Get design registry at "developing-time"
Get design registry at "developing-time" [message #250559] Thu, 10 January 2008 07:37
Eclipse UserFriend
Originally posted by: jan-hendrik.diederich.bredex.de

Hi, how can I get the designer registry at developing time?
I mean: I want to read all registry entries which are just loaded in every
opened project in each of their extension points in their plugin.xml files.
I don't want to know how I access the plugin.xml extensions after launch,
that's a child's play. Just call "Platform.getExtensionPoint(...)" or
whatever and your done. Easy.
But I want it before launch, in Eclipse itself. I know that Eclipse makes
this already, because I can see effects of changes in the
"org.eclipse.ui/schema/*.exsd" files almost immediately in the manifest
editor. If I define a new attribute in an UI .esxd for an extension point,
I can see the new attribute in the manifests editor instance of another
Eclipse project and edit the attribute. Before launching the project
(org.eclipse.ui) with the changed .exsd file!

My System:
Eclipse 3.4 M3
Previous Topic:IWorkbenchPage.getAggregateWorkingSet() has no visibility into JDT's WorkingSetModel.getAllWorkingSe
Next Topic:Get package fragments roots with only sources of _this_ project
Goto Forum:
  


Current Time: Tue Apr 29 17:32:35 EDT 2025

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

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

Back to the top