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 61801 - New Watch dialog (that uses Code Completion) shouldn't have yellow background
Summary: New Watch dialog (that uses Code Completion) shouldn't have yellow background
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 62485 62564 (view as bug list)
Depends on: 62762
Blocks:
  Show dependency tree
 
Reported: 2005-08-04 14:10 UTC by Max Sauer
Modified: 2010-04-29 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (22.24 KB, image/png)
2005-08-04 14:11 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-08-04 14:10:11 UTC
The text area of New Watch dialog invoked from Watches view has yellow
background and text limit character count line visible (it's the current line
from the editor). See attached screenshot.

[build from cvs 20050804, JDK 1.5.0_01]
Comment 1 Max Sauer 2005-08-04 14:11:21 UTC
Created attachment 23497 [details]
screenshot
Comment 2 Martin Entlicher 2005-08-20 13:12:05 UTC
Nothing critical, similar problems elsewhere are P4 (issue #62485 and issue
#62564) => downgrading to P4.
Comment 3 Roman Ondruska 2007-07-16 14:40:07 UTC
A minor issue, will not be fixed for NB 6.
Comment 4 Roman Ondruska 2007-07-16 14:45:26 UTC
*** Issue 62485 has been marked as a duplicate of this issue. ***
Comment 5 Roman Ondruska 2007-07-16 14:52:38 UTC
This issue is not limited to the New Watch dialog. It will be encountered anywhere the code completion is available (in
debugger). Will be fixed after Editor provides a customization to Debugger modules. 
Comment 6 Roman Ondruska 2007-07-16 14:53:29 UTC
*** Issue 62564 has been marked as a duplicate of this issue. ***
Comment 7 Martin Entlicher 2008-03-27 20:20:39 UTC
Thanks to Tomas' hint at issue #128394 we remove the strange background:
o.n.m.form.FormUtils.setupEditorPane shows how to disable the the line highlighting - I will copy that code.
Comment 8 Martin Entlicher 2008-03-27 20:28:16 UTC
Both highlighted row and text limit line are removed now:
http://hg.netbeans.org/main/rev/ec0c04349744
Comment 9 Martin Entlicher 2008-03-31 01:32:53 UTC
The original fix did not remove the highlighted row from all places. This should be done now:

changeset:   76766:d20b72a74b10
http://hg.netbeans.org/main/rev/d20b72a74b10
Comment 10 Quality Engineering 2010-04-29 09:24:19 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.