Bug 121538 - [Markers] Marker Image Provider does not work
Summary: [Markers] Marker Image Provider does not work
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
: 121542 (view as bug list)
Depends on:
Blocks: 260909
  Show dependency tree
 
Reported: 2005-12-20 04:59 EST by Wolfgang Haug CLA
Modified: 2009-08-30 02:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Haug CLA 2005-12-20 04:59:25 EST
In my plugin I defined to extension points as shown below.

   <extension
         id="genmarker"
         name="eASEE Generator Marker"
         point="org.eclipse.core.resources.markers">
      <super
            type="org.eclipse.core.resources.problemmarker">
      </super>
      <persistent
            value="false">
      </persistent>
   </extension>
   <extension
         point="org.eclipse.ui.ide.markerImageProviders">
      <imageprovider
            class="com.vector.easee.configtool.markers.MarkerImageProvider"
            id="markerimageprovider"
            markertype="genmarker"/>
   </extension>
The specified class MarkerImageProvider supplies the path to the icon correct.
When I test my plugin, the Markers are shown but in the "normal" problem marker style (red icon).
Comment 1 Kim Horne CLA 2005-12-21 15:33:25 EST
I'm not sure if we ever managed to make the image provider extension point API... Tod?
Comment 2 Kim Horne CLA 2005-12-21 15:35:16 EST
*** Bug 121542 has been marked as a duplicate of this bug. ***
Comment 3 Tod Creasey CLA 2006-01-03 08:10:06 EST
It is not currently API
Comment 4 Tod Creasey CLA 2006-04-07 16:23:16 EDT
Marking as REMIND so that we can look at this if it becomes API
Comment 5 Denis Roy CLA 2009-08-30 02:10:02 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.