Bug 108469 - [navigation] Add occurrence marking for 'goto' labels
Summary: [navigation] Add occurrence marking for 'goto' labels
Status: RESOLVED DUPLICATE of bug 90485
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-08-31 10:30 EDT by Timo Nentwig CLA
Modified: 2009-08-03 11:39 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 Timo Nentwig CLA 2005-08-31 10:30:10 EDT
Hi!

Labels are not highlighted as the cursor moves over them:

cursorhere: for(int i = 0; ...)
{
  for(int j = j; ....)
    if(foo) continue cursorhere;
    else break cursorhere;
}
Comment 1 Dani Megert CLA 2005-08-31 11:00:31 EDT
Please provide more details. Do you mean occurrence marking? Syntax
highlighting? See also:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-text-home/development/bug-incomplete.htm

Comment 2 Timo Nentwig CLA 2005-08-31 13:17:19 EDT
occurrence marking... 
Comment 3 Markus Keller CLA 2009-08-03 11:39:44 EDT

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