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 32175 - make it easier to remove the compile-error highlite in source editor
Summary: make it easier to remove the compile-error highlite in source editor
Status: RESOLVED DUPLICATE of bug 45428
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-20 19:09 UTC by eakle
Modified: 2006-11-23 03:47 UTC (History)
1 user (show)

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 eakle 2003-03-20 19:09:38 UTC
When I compile a java class in netbeans, if there is a 
compile error, I can click the error in the Output window, 
and it takes me to that line in the source code editor.  
That is great, and I like that behavior. But the 
highliting makes it hard to read the line with the error, 
the first thing I want to do before fixing the error is to 
remove the highlite so I can read the line easier.  
Currently it is relatively difficult to remove the 
highlite.  If I move input focus into the offending line I 
would like the highlite to go away; I can still track 
which line had the error because there is a red X in the 
left hand margin for that line.  Currently to get rid of 
the highlite, I have to make a change to the line (I 
usually add a space and then remove it) -- it would be 
nice if I didn't have to do that and just clicking the 
line would make the highlite go away.
Comment 1 Jesse Glick 2004-09-14 17:44:17 UTC
Could just make the highlight color lighter perhaps?

There is no API for making the highlight disappear suddenly, I think,
unless you switched to a different annotation which would be tricky.
Comment 2 Miloslav Metelka 2004-11-03 13:46:19 UTC
What concretely makes the line hard to read? I personally sometimes
have problem with typing ':' instead of ';' and it's true that the
curly underline cuts out the end of comma so semicolon looks like
colon so I sometimes end up doing the same workaround like you do.
 IMHO it could help to apply the underline with either XOR or an alpha
channel against the underlying text.
Comment 3 Jesse Glick 2006-11-23 03:47:45 UTC

*** This issue has been marked as a duplicate of 45428 ***