Bug 5108 - Bracket matching does not handle strings
Summary: Bracket matching does not handle strings
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-19 10:42 EDT by Nick Edgar CLA
Modified: 2001-10-25 11:15 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 Nick Edgar CLA 2001-10-19 10:42:01 EDT
In the following code, double-click on the inside of the parentheses for 
println:

    System.out.println("(something");
    System.out.println("something)");

It gets confused by the parentheses in the strings.
Comment 1 Nick Edgar CLA 2001-10-19 10:42:36 EDT
Build 20011018
Comment 2 Kai-Uwe Maetzel CLA 2001-10-25 11:15:38 EDT
Fixed in build > 205. There are still shortcommings inside strings. However, 
the right peers is shown.