Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problems migrating plugin to eclipse 3.1
Problems migrating plugin to eclipse 3.1 [message #290998] Tue, 06 September 2005 04:28
Pravinsinh is currently offline PravinsinhFriend
Messages: 16
Registered: July 2009
Junior Member
Hi,

I have developed a pluguin in eclipse 3.0.
The plugin is basically an xml editor that edits xml files with different
file extensions. I have three different editors and i open the file in the
respective editor based on the extension of the file. For this i have
defined a plugin project and three different fragment project which refer
the plugin project.

The plugin works perfectly in eclipse 3.0.
After migrating the plugin to eclipse 3.1 when i try to open the xml file
the i am able to get only two extensions of the three extensions present
in the extension point.
The code for the registry that i have used is as below:

IExtensionRegistry registry = Platform.getExtensionRegistry();
IExtensionPoint extensionPoint =
registry.getExtensionPoint("de.dpag.mail.tesa.serviceeditor.base.view ");
IExtension extensions[] = extensionPoint.getExtensions();

The above code works perfectly fine with eclipse 3.0.

Please suggest if there is something that i am missing.

Thanks & Regards,
Pravin.
Previous Topic:adding documentation to eclipse help system
Next Topic:Adding listeners to view
Goto Forum:
  


Current Time: Fri Sep 20 00:04:01 GMT 2024

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

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

Back to the top