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 231813

Summary: [Dark theme] Evaluate Expression has one "black line"
Product: debugger Reporter: Tomas Mysik <tmysik>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Tomas Mysik 2013-06-26 06:29:35 UTC
Created attachment 136305 [details]
screenshot

Have a look at the screenshot.

Thanks.

Product Version: NetBeans IDE 7.4 Beta (Build 20130617-a607f6dd7537)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.8.0-25-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Tomas Mysik 2013-06-26 12:39:16 UTC
Ha, in the editor, the current line is highlited this way and this is perhaps the cause, right? Feel free to close it (even if it looks a bit strange ;)

Thanks.
Comment 2 Martin Entlicher 2013-06-26 13:07:50 UTC
Evaluate Expression is a multi-line editor that behaves like an ordinary editor. Therefore it has also the current line highlight.
But since the size is small, it does not look nice even in the default L&F.
I'll remove the current line highlight from Evaluate Expression.
Comment 3 Tomas Mysik 2013-06-26 13:18:26 UTC
Perfect, thanks a lot Martine!
Comment 4 Martin Entlicher 2013-06-26 16:09:26 UTC
Fixed by 257487:e95f15507f2a
http://hg.netbeans.org/core-main/rev/e95f15507f2a
Comment 5 Quality Engineering 2013-06-28 02:17:34 UTC
Integrated into 'main-silver', will be available in build *201306272300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e95f15507f2a
User: mentlicher@netbeans.org
Log: #231813: Remove the current row highlight and text limit line.