Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Markers in 3.0 - image doesn't use my icon
Markers in 3.0 - image doesn't use my icon [message #259406] Wed, 07 July 2004 16:43
Eclipse UserFriend
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
Previous Topic:AbstractUIPlugin.initializeImageRegistry is called TOO LATE
Next Topic:Job Opportunities for Eclipse developers..
Goto Forum:
  


Current Time: Fri Jul 18 07:05:29 EDT 2025

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

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

Back to the top