Bug 20558

Summary: Double click bracket matching broken
Product: [Eclipse Project] JDT Reporter: Dean Roberts <dean.t.roberts>
Component: TextAssignee: Kai-Uwe Maetzel <kai-uwe_maetzel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***