[jira] [Commented] (NETBEANS-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-18 Thread Karl Tauber (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061871#comment-17061871
 ] 

Karl Tauber commented on NETBEANS-3942:
---

There is an additional storage for some editor colors in directory 
'testuserdir/config/Editors/AnnotationTypes'. E.g. breakpoint background color 
is stored in 'testuserdir/config/Editors/AnnotationTypes/Breakpoint.xml' in 
''.

Invoking 'ColorModel.setCurrentProfile("new color profile")', as done in 
LafPanel when restarting with a new Laf and color profile, does not update the 
editor storage.

It is necessary to invoke 'ColorModel.setAnnotations("new color profile", 
annotations)' as well. This is also done in Options dialog when switching color 
profile.

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-18 Thread Alessandro Falappa (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061724#comment-17061724
 ] 

Alessandro Falappa commented on NETBEANS-3942:
--

I can confirm [~DevCharly] investigation.

For reference here is the right color of enabled/disabled breakpoint lines and 
execution point line:

!nb-breakpoints.png!

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png, nb-breakpoints.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3942) Breakpoint background color in FlatLaF prevents reading text

2020-03-17 Thread Karl Tauber (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17061069#comment-17061069
 ] 

Karl Tauber commented on NETBEANS-3942:
---

Seems to occur when switching from (any) light to dark LaF (or vice versa) and 
have the "Switch to matching editor color profile" checkbox (in the balloon) 
selected.

Have to use "Tools > Options > Fonts & Colors > Profile Restore" to fix the 
colors.

The breakpoint background color in the color profile is correct, but it is not 
used in the editor.

!image-2020-03-17-18-16-27-097.png!

It works correctly when switching color profile in Option dialog.

It does not work correctly (for some colors) when auto-switching color profile 
on restart after LaF change.

This feature was implemented in 
https://issues.apache.org/jira/browse/NETBEANS-3497

[~lkishalmi] could you have a look at this problem? I have no idea...

 

> Breakpoint background color in FlatLaF prevents reading text
> 
>
> Key: NETBEANS-3942
> URL: https://issues.apache.org/jira/browse/NETBEANS-3942
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: Jaroslav Tulach
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-17-18-16-27-097.png
>
>
> I am trying NetBeans 11.3 and FlatLaF dark and I have a feeling that colors 
> of various debugging background lines were not adjusted. At least I have hard 
> time reading text under a breakpoint (too red) or current line (too green).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists