Bug 87802 - [Markers] MarkerImageProviderRegistry cannot support nl
Summary: [Markers] MarkerImageProviderRegistry cannot support nl
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: nl
Depends on: 162505
Blocks: 87779
  Show dependency tree
 
Reported: 2005-03-11 13:41 EST by Tod Creasey CLA
Modified: 2019-09-06 16:04 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 Tod Creasey CLA 2005-03-11 13:41:47 EST
M5a

MarkerImageProviderRegistry does all of it's icon lookup by calling the
deprecated API desc.pluginDescriptor.getInstallURL();

This API does not support $nl$ lookup. The registry reader should build up a
Descriptor using the plug-in id of the supplying plug-in and call something like

BundleUtility.find(Descriptor.pluginId, iconPath + iconFileName);

I am not sure if this is going to hold up Bug 87779 but it might be an issue
Comment 1 Tod Creasey CLA 2007-06-21 13:43:11 EDT
162505 should address this as well
Comment 2 Susan McCourt CLA 2009-07-15 12:16:19 EDT
"As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009"
Comment 3 Eclipse Webmaster CLA 2019-09-06 16:04:31 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.