Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418830

Summary: Allow traversal of TODO annotations with Next/Prev Annotation
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: adrian.aichner, ken_walker, Silenio_Quarti
Version: 3.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-10-07 11:05:06 EDT
Using Chrome 31

1. Open a file with a bunch of warnings/TODOs/etc.
2. Try to use Ctrl+. and Ctrl+, to navigate forward and backward among the annotations -- nothing happens.
Comment 1 Ken Walker CLA 2013-10-07 11:13:10 EDT
Don't know that TODO's were/are considered annotations? Maybe they should be.

Does work on Mac on Chrome 30 and Safari (with exceptions of TODOs)
Comment 2 Mark Macdonald CLA 2013-10-07 11:16:58 EDT
(In reply to Ken Walker from comment #1)
> Don't know that TODO's were/are considered annotations? Maybe they should be.
> 
> Does work on Mac on Chrome 30 and Safari (with exceptions of TODOs)

I guess that is it -- you can traverse through errors and warnings, but not TODOs. Maybe this is by design. 

I kind of expected anything that shows up in the overview ruler to be traverseable (except perhaps the Matching Bracket annotation).
Comment 4 Adrian Aichner CLA 2013-11-28 12:27:07 EST
I might see a related issue.
TODO tags no longer create a [v] TODO anotation at all.
I tried switching between JSLint and ESLint but no TODO annotations appear.
I am rebased to latest master of today, have updated eclipse workspace running my web-ide.conf configuration.
Comment 5 Mark Macdonald CLA 2013-11-28 12:29:55 EST
(In reply to Adrian Aichner from comment #4)
> I might see a related issue.
> TODO tags no longer create a [v] TODO anotation at all.
> I tried switching between JSLint and ESLint but no TODO annotations appear.
> I am rebased to latest master of today, have updated eclipse workspace
> running my web-ide.conf configuration.

I opened another bug for this: bug 422788. It's probably related to some syntax highlighting refactoring that's underway in master.
Comment 6 Adrian Aichner CLA 2014-02-21 17:52:46 EST
Works fine for me now!