Bug 300798 - [projection][rulers] Annotation summary in overview ruler hover should be sorted
Summary: [projection][rulers] Annotation summary in overview ruler hover should be sorted
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 07:17 EST by Markus Keller CLA
Modified: 2019-09-06 16:08 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 Markus Keller CLA 2010-01-26 07:17:11 EST
I20100125-1800, follow-up to bug 63692

The annotation summary in overview ruler hovers should be sorted. This is an old issue, bug 63692 makes it more prominent. If you fold main(..) below, the summary hover is sorted randomly:

public class Yo {
	public static void main(String[] args) {
		foo1(); foo2(); foo3(); foo4(); foo5(); foo6(); foo7(); 
		bar(); //TODO
	}
}

The annotations should be sorted by source position. If possible, the importance of the annotation should be used as primary sort criterion (error > warning > task).
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:08:50 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.