Bug 154501 - [editor] Add gutter marker for deow members in an aspect
Summary: [editor] Add gutter marker for deow members in an aspect
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: 1.6.1   Edit
Assignee: Steve Young CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 154568 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-21 03:54 EDT by Adrian Colyer CLA
Modified: 2008-11-18 14:02 EST (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 Adrian Colyer CLA 2006-08-21 03:54:02 EDT
All of the crosscutting members in an aspect have gutter markers to show their cross-references (advice has the "advises" marker, ITDs have the "declared on" marker). All except declare warning / error that is, which don't currently have a gutter marker. 

For consistency we should add one which shows all of the warning / error locations matched by the statement. This information is already in the cross-references view and hence available in the structure model.
Comment 1 Matt Chapman CLA 2006-08-23 07:23:17 EDT
*** Bug 154568 has been marked as a duplicate of this bug. ***
Comment 2 Helen Beeken CLA 2006-09-18 09:39:18 EDT
An additional reason for implementing this enhancement is that if you've written a declare error or warning statement and you want to know how many places it affects you have to bring up the cross references view and count them yourself (if this is many it can get tedious). However, with advises one can just hover over the gutter marker and it will say how many markers there are on that line. 

Also, many people work with views like the outline/cross references closed to give the most space to the editor. When writing deow statements it would be nice to get immediate feedback as to whether they've matched anything rather than having to open these views or scroll down in the problems view to see if the message you've chosen is there.
Comment 3 Eclipse Webmaster CLA 2007-07-29 09:20:48 EDT
Changing OS from Mac OS to Mac OS X as per bug 185991
Comment 4 Andrew Eisenberg CLA 2008-08-27 16:13:23 EDT
Would be nice to see.  Probably not difficult to implement if this information is already in the structure model.  Will look at this for 1.6.1
Comment 5 Andrew Eisenberg CLA 2008-11-18 14:02:49 EST
Done. With the new project model in place, deow markers exist.