Markers in 3.0 - image doesn't use my icon [message #259406] |
Wed, 07 July 2004 16:43 |
Eclipse User |
|
|
|
I am converting my 2.1.3 plug-in to 3.0.
My markers do not appear with their correct icon
in the marker bar. The image is present; I'm using it in
my view. But the marker in the file in the editor
is marked with an "i" icon, not my image.
The PDE plug-in migration tools has changed
my extension points used - it looks like what the Migration
Guide recommends.
The IDE.gotoMarker(editor, marker) works as advertized.
Any ideas on getting my icon back in the marker bar?
<!-- this changes the marker image in the editor marker bar -->
<extension
point="org.eclipse.ui.ide.markerImageProviders">
<imageprovider
markertype="com.myco.portingIssueMarker"
icon="icons/pi.gif"
id="com.myco.myMarkerImage">
</imageprovider>
</extension>
--
....Beth Tibbitts
|
|
|
Powered by
FUDForum. Page generated in 0.04908 seconds