Bug 20558 - Double click bracket matching broken
Summary: Double click bracket matching broken
Status: RESOLVED DUPLICATE of bug 16952
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-18 14:12 EDT by Dean Roberts CLA
Modified: 2002-09-04 05:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Roberts CLA 2002-06-18 14:12:08 EDT
I20020618

Paste this line into a *.java file.  (No wrapping - I'm not sure what Bugzilla 
will do)

if(depth == 0 && !(entryName.startsWith("eclipse/plugins") || 
entryName.startsWith("eclipse/features"))){

Double click just to the left of the rightmost ) character.  Selection is not 
correct.

Double click just the the right of the leftmost ( character.  Selection is 
corect.
Comment 1 Kai-Uwe Maetzel CLA 2002-06-18 15:02:02 EDT
Reducing priority. Although inconvenient, this is not critical.
Comment 2 Kai-Uwe Maetzel CLA 2002-09-04 05:17:28 EDT

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