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 249000

Summary: Extend code displayed Bracket Matching popup
Product: cnd Reporter: Yankes
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Yankes 2014-11-29 13:09:13 UTC
Similar to Bug 230904

e.g.
-->%--->%--->%--->%--

int test(int i)
{//<-- show this line

//lot of code...

}//<-- cursor

-->%--->%--->%--->%--

It would be better if it show two lines not only one without any informations.
In some corner cases it would not work but for 99% will be fine.

e.g.
-->%--->%--->%--->%--

W::W() :
    _a(), _b() //it will show only this, but at lest you can deduce what `{` it is
{

//lot of code...

}//<-- cursor

-->%--->%--->%--->%--