Bug 341477 - [navigation] Outline view should indicate annotated elements (fields, methods,..)
Summary: [navigation] Outline view should indicate annotated elements (fields, methods...
Status: CLOSED DUPLICATE of bug 201276
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 08:56 EDT by Stefan Liebig CLA
Modified: 2011-03-31 09:53 EDT (History)
1 user (show)

See Also:


Attachments
Patch for org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider (1.38 KB, patch)
2011-03-31 09:08 EDT, Nobody - feel free to take it CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Liebig CLA 2011-03-31 08:56:53 EDT
It would be nice if the outline view could also show annotated elements such as fields and methods.
This could be solved e.g. by adding a tiny "@" to the icon.

Forum topic: http://www.eclipse.org/forums/index.php?t=msg&th=206910
Comment 1 Nobody - feel free to take it CLA 2011-03-31 09:08:44 EDT
Created attachment 192268 [details]
Patch for org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider

I extended org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider to show the @-symbol in the Outline View.
Comment 2 Dani Megert CLA 2011-03-31 09:53:39 EDT

*** This bug has been marked as a duplicate of bug 201276 ***