Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Quick-Fix
Quick-Fix [message #210080] Thu, 10 May 2007 10:57
Eclipse UserFriend
Originally posted by: namrathu1.gmail.com

Hi ,

How do I create two different instances (have two different
functionalities in different classes) of IMarkerResolution class in
different plugins..for the same marker type i.e IMARKER.PROBLEM.

OR

This is an entry in my plugin.xml file of Plugin1
<extension
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator


class=" com.gxs.ai.ngwb.ui.editors.model.actions.MarkerResolutionGen erator1 "
markerType="org.eclipse.core.resources.problemmarker">
</markerResolutionGenerator>
</extension>

Can I have this piece of code in Plugin2??

<extension
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator

class=" com.gxs.ai.ngwb.ui.editors.include.actions.IncludeMarkerReso lutionGenerator1 "
markerType="org.eclipse.core.resources.problemmarker">
</markerResolutionGenerator>
</extension>

Will it get registered?


Thanks for the help & Have a nice day,
Smitha.
Previous Topic:java FILE
Next Topic:Localisations
Goto Forum:
  


Current Time: Thu Apr 25 12:33:18 GMT 2024

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

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

Back to the top