Bug 227681 - [render] Decorator for TODOs
Summary: [render] Decorator for TODOs
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 19:37 EDT by Marvin Fröhlich CLA
Modified: 2009-05-18 03:57 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Fröhlich CLA 2008-04-17 19:37:56 EDT
Build ID: I20070625-1500

Steps To Reproduce:
1. There are no steps.


More information:
Would be cool to have a new icon-tag on the icon of an entry in the Package Explorer, that is visible, if there's at least one TODO in the file.

Thanks in advance.

Marvin
Comment 1 Martin Aeschlimann CLA 2008-04-18 04:01:10 EDT
The challange is with the UI designers to be able to bring all the decorations on the image so that its not too confusing.
Comment 2 Marvin Fröhlich CLA 2009-05-17 17:13:48 EDT
Any updates on this task? Is anybody even willing to do it?
Comment 3 Marvin Fröhlich CLA 2009-05-17 17:15:14 EDT
btw. I reported this for 3.3, but now I am using 3.4 for quite a while.
Comment 4 Dani Megert CLA 2009-05-18 03:57:03 EDT
There are currently no plans to work on this but FYI there's an extension point (org.eclipse.ui.decorators) that lets you do this in your own little plug-in. Another approach is to open the Tasks view and let it only show the tasks of the selected element and/or its children.

See also bug 61541.