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 165594 - higlighting of matched brackets doesn't work properly
Summary: higlighting of matched brackets doesn't work properly
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: UMBRELLA
Depends on: 167641 167658 167828 167870 167957
Blocks:
  Show dependency tree
 
Reported: 2009-05-20 13:11 UTC by rmatous
Modified: 2009-07-01 13:14 UTC (History)
3 users (show)

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 rmatous 2009-05-20 13:11:45 UTC
Both brackets should be highlighted(not just the opposite one). Originally reported in #160748

See picture:
http://www.netbeans.org/nonav/issues/showattachment.cgi/82460/brackethigh_160748.png
Comment 1 rmatous 2009-05-20 13:14:10 UTC
Vito, reassign if its not yours, thanks 
Comment 2 Vitezslav Stejskal 2009-05-20 14:17:42 UTC
Thanks
Comment 3 David Strupl 2009-06-08 14:06:54 UTC
Marek, these are yours now ...
Comment 4 mslama 2009-06-25 11:43:29 UTC
It is necessary for languages (clients of csl) use BracesMatcher from 'Editor Braces Matching' instead of
KeystrokeHandler.findMatching. I will file separate issue for every language and try to fix them if there is already
KeystrokeHandler.findMatching implementation.
Comment 5 Quality Engineering 2009-06-26 20:45:54 UTC
Integrated into 'main-golden', will be available in build *200906261401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/00deae11b532
User: Marek Slama <mslama@netbeans.org>
Log: #167641: Replace KeystrokeHandler.findMatching by BracesMatcher to fix #165594.
Comment 6 mslama 2009-07-01 13:14:04 UTC
All CSL API clients in main are fixed so closing as FIXED.