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 218218 - No statement in the matching brace tooltip
Summary: No statement in the matching brace tooltip
Status: RESOLVED DUPLICATE of bug 242868
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 13:52 UTC by gbc
Modified: 2015-12-15 13:55 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 gbc 2012-09-12 13:52:45 UTC
Using the following PHP code:

if ( true === $myVar )
{
    // several lines of code
    // ...
}| <- text cursor is here

if the matching open brace is not visible in the editor view, the matching brace tooltip show only the line containing the open brace without the associated "if" statement.

Could you show the content of the line before the matching brace when the open brace is on its own line ?
Comment 1 Ondrej Brejla 2012-09-12 14:40:33 UTC
It doesn't work in Java either.
Comment 2 junichi11 2015-12-15 13:55:42 UTC

*** This bug has been marked as a duplicate of bug 242868 ***