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 258242 - semantic coloring expands IDENT border
Summary: semantic coloring expands IDENT border
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 12:40 UTC by Vladimir Voskresensky
Modified: 2016-04-18 14:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-03-04 12:40:25 UTC
open TypeJavaPrinter.cpp from JConvert go to method TypeJavaPrinter::printImpl
to the line 
if (canStartConversion && JConvertTraceMode::inTraceTypeMode) {
put cursor before ")"
Start typing after "inTraceTypeMode" and you will see that "inTraceTypeMode & blabla" is all in green.
Please, do not expand coloring after ending symbol position
Comment 1 Alexander Simon 2016-03-04 14:24:26 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d7e39da2f350
Comment 2 Vladimir Voskresensky 2016-03-04 14:45:30 UTC
Verified! Thanks a lot!
Comment 3 Vladimir Voskresensky 2016-03-04 15:19:33 UTC
extra fix for inactive code bias
http://hg.netbeans.org/cnd-main/rev/db739fa6ef67
Comment 4 Quality Engineering 2016-03-05 02:28:29 UTC
Integrated into 'main-silver', will be available in build *201603050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d7e39da2f350
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258242 semantic coloring expands IDENT border