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 133797

Summary: Pair matching should also work inside regexp literals
Product: ruby Reporter: rane <rane>
Component: EditingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description rane 2008-04-23 21:32:58 UTC
Currently the pair matching works only when the cursor is outside a regexp literal. It would be useful if it could
highlight parentheses/braces also inside it. This would particularly come in handy when editing complicated regexps.