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 231076 - Matching braces hilighting seems to be broken
Summary: Matching braces hilighting seems to be broken
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 10:39 UTC by Maksim Khramov
Modified: 2013-06-13 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-06-11 10:39:53 UTC
Product Version: NetBeans IDE Dev (Build 201306100004)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b13

Steps to reproduce:
Run on fresh isnstall and fresh userdir

Create new Java Project.
Put caret on class opening brace. Expected to this and matching brace higlighted with yellow background but it is not highlighted.

Worked OK  at least in NetBeans IDE Dev (Build 201306052301)
Comment 1 Dusan Balek 2013-06-11 11:53:16 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/7372fb3a38b2
Comment 2 Quality Engineering 2013-06-13 01:18:42 UTC
Integrated into 'main-golden', will be available in build *201306122301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7372fb3a38b2
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #231076: Matching braces hilighting seems to be broken - fixed.