Re: Flatlaf highlighting of deprecation
Neil C Smith <[email protected]> Fri, 18 Jul 2025 16:51:23 +0100
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <CAMYaZEvpfcQMTCcEb2hYOKb+2HjxD9_WDP=gCVvg7e+mGMPq7Q@mail.gmail.com> |
Hi, On Thu, 17 Jul 2025 at 18:52, Mitch Claborn <[email protected]> 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. > What is the key for FlatLaf.properties for the deprecation highlighting? (or for the uses of variable) > Is there any documentation on the keys NetBeans uses in FlatLaf? I think you're looking for the editor profile in Fonts & Colors rather than anything related to FlatLaf.properties. See Tools / Options / Fonts & Colors. You're probably looking for the settings for Category: Warning, rather than deprecated element. For some reason this has a background in the dark profile, but an inherited background and more vivid effect color [255,165,0] in the light profile. The other key is probably Mark Occurrences. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists