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

Bug 218652

Summary: [key bindings] Next/Previous Occurrence bindings
Product: [Eclipse Project] JDT Reporter: Andrew Niefer <aniefer>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andrew Niefer CLA 2008-02-12 12:03:16 EST
There is no keyboard shortcut to easily navigate amongst the occurrences marked by the Mark Occurences command (alt-shift-O).

It would be nice if this could be connected to either the Next/Previous (Ctrl+., Ctrl+,) commands, or the Find Next/Previous (Ctrl+k, Ctrl+shift+k).

Or a completly new next/previous occurence command.
Comment 1 Dani Megert CLA 2008-02-13 04:22:27 EST
>It would be nice if this could be connected to either the Next/Previous
>(Ctrl+., Ctrl+,) commands,
This already works: it's bound to Next/Prev Annotation. Use the tool bar drop down buttons to configure which annotations are part of this navigation. Another approach is to use Occurrence search in which case you can use the Next/Prev command from the Search view.
Comment 2 Andrew Niefer CLA 2008-02-13 11:41:36 EST
thank you