Bug 295069 - [Markers] viewer in the problem view does not support label decorators
Summary: [Markers] viewer in the problem view does not support label decorators
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-11-13 08:49 EST by Girish Baxi CLA
Modified: 2012-07-09 08:51 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Girish Baxi CLA 2009-11-13 08:49:06 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: 20090925-1604

In our Eclipse based product , it is desirable to show decorated labels in the problem view than the actual resource names. Request to support label decorators for the marker viewer too.

Reproducible: Always
Comment 1 Hemant Singh CLA 2012-07-05 14:53:32 EDT
+1.
This is desirable feature. Indeed as of now there are lot of views/dialogs where the Eclipse resource (IResource/IFolder/IFile) name can't be customized because Eclipse platform always end up using one of sub-classes WorkbenchResource for the resource name and the user don't get any say in naming the resource.

In our case we want to show the individual items inside the resource in the "Problems view" and not the actual resource name which is a virtual resource in our case because we have custom EFS implementation.