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 198909 - Missing highlighted
Summary: Missing highlighted
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 12:08 UTC by zick4
Modified: 2011-05-28 12:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
print screen (177.07 KB, image/png)
2011-05-26 12:08 UTC, zick4
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zick4 2011-05-26 12:08:14 UTC
I have code: 

$bEmptyOrBadExceptedException = empty($mExpectedException) || !($e instanceof $mExpectedException);

and if i put cursor in  $mExpectedException then variable in ($e instanceof $mExpectedException) is not highlighted
Comment 1 zick4 2011-05-26 12:08:53 UTC
Created attachment 108520 [details]
print screen
Comment 2 Petr Pisl 2011-05-27 18:47:30 UTC
Fixed in web-main 
http://hg.netbeans.org/web-main/rev/2a33e7b56545

and in releases/release701
http://hg.netbeans.org/releases/rev/93e41858a840
Comment 3 Quality Engineering 2011-05-28 12:18:26 UTC
Integrated into 'main-golden', will be available in build *201105280401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2a33e7b56545
User: Petr Pisl <ppisl@netbeans.org>
Log: #198909 - Missing highlighted