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 233495 - [Dark theme] Verify all JEditorPanes
Summary: [Dark theme] Verify all JEditorPanes
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 14:18 UTC by Tomas Mysik
Modified: 2013-07-30 02:18 UTC (History)
1 user (show)

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 Tomas Mysik 2013-07-26 14:18:13 UTC
Check that they use proper colors and fonts so they are usable when dark theme is used.
Comment 1 Tomas Mysik 2013-07-29 04:42:26 UTC
I found these:

php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.java
147:    private static class HyperlinkPane extends JEditorPane implements HyperlinkListener {
189:    private javax.swing.JEditorPane link;

php.dbgp/src/org/netbeans/modules/php/dbgp/annotations/ToolTipAnnotation.java
165:        JEditorPane ep = EditorContextDispatcher.getDefault().getCurrentEditor();

php.editor/src/org/netbeans/modules/php/editor/indent/FmtOptions.java
415:        private JEditorPane previewPane;

php.project/src/org/netbeans/modules/php/project/annotations/UserAnnotationPanel.java
285:        sourceEditorPane = new JEditorPane();

php.project/src/org/netbeans/modules/php/project/ui/actions/GoToActionOrViewAction.java
166:        JEditorPane[] openedPanes = editorCookie.getOpenedPanes();

php.project/src/org/netbeans/modules/php/project/ui/actions/support/TestSingleMethodSupport.java
95:        JEditorPane pane = Mutex.EVENT.readAccess(new Mutex.Action<JEditorPane>() {

I will fix the project's ones. Ondro, could you please have a look at the debugger and editor ones?

Thanks.
Comment 2 Tomas Mysik 2013-07-29 05:06:29 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/c6ff464610f5
Comment 3 Ondrej Brejla 2013-07-29 08:12:41 UTC
Seems to be ok.
Comment 4 Quality Engineering 2013-07-30 02:18:45 UTC
Integrated into 'main-silver', will be available in build *201307292300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c6ff464610f5
User: Tomas Mysik <tmysik@netbeans.org>
Log: #233495 - [Dark theme] Verify all JEditorPanes