This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 107487 - There are not matched brackets in the selected code
Summary: There are not matched brackets in the selected code
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-20 18:38 UTC by Petr Pisl
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Selection in NetBeans 5.5 (37.02 KB, image/png)
2007-06-20 18:40 UTC, Petr Pisl
Details
Selection in NetBeans 6.0 (49.60 KB, image/png)
2007-06-20 18:41 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-06-20 18:38:58 UTC
In NetBeans 5.5 when you select a code and the last selected char was a bracket, then the matched bracket was colored.
It helps to select the code between the brackets. See attached pictures.
Comment 1 Petr Pisl 2007-06-20 18:40:29 UTC
Created attachment 44093 [details]
Selection in NetBeans 5.5
Comment 2 Petr Pisl 2007-06-20 18:41:07 UTC
Created attachment 44094 [details]
Selection in NetBeans 6.0
Comment 3 Jan Lahoda 2007-06-20 18:56:19 UTC
Not Java specific, AFAICT.
Comment 4 Vitezslav Stejskal 2007-10-05 15:54:15 UTC
Checking in BracesMatchHighlighting.java;
/cvs/editor/bracesmatching/src/org/netbeans/modules/editor/bracesmatching/BracesMatchHighlighting.java,v  <-- 
BracesMatchHighlighting.java
new revision: 1.4; previous revision: 1.3
done