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

Summary: higlighting of matched brackets doesn't work properly
Product: editor Reporter: rmatous <rmatous>
Component: CSL (API & infrastructure)Assignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: fzamboj, hmichel, vstejskal
Priority: P3 Keywords: UMBRELLA
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 167641, 167658, 167828, 167870, 167957    
Bug Blocks:    

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.