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 - Extend code displayed Bracket Matching popup
Summary: Extend code displayed Bracket Matching popup
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 13:09 UTC by Yankes
Modified: 2014-11-29 13:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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

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