Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Mitch Claborn
Fonts & Colors is the right place, thanks. I did discover that changes made there don't take effect on the active document until I switched to a different tab and back. Is that by design? Mitch On Fri, Jul 18, 2025 at 12:35 PM Michael Bien wrote: > On 7/18/25 17:51, Neil C Smith wrote: > > H

Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Michael Bien
On 7/18/25 17:51, Neil C Smith wrote: > Hi, > > On Thu, 17 Jul 2025 at 18:52, Mitch Claborn wrote: >> FlatLaf dark highlights deprecations in Java source code (e.g. Byte b = new >> Byte(ipaddr[i]);). >> I find that too visually similar to the highlighting that is done of all >> uses the selecte

Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Neil C Smith
Hi, On Thu, 17 Jul 2025 at 18:52, Mitch Claborn wrote: > FlatLaf dark highlights deprecations in Java source code (e.g. Byte b = new > Byte(ipaddr[i]);). > I find that too visually similar to the highlighting that is done of all uses > the selected local variable, which I use quite often. > Wh