Plugin development - callback for settings change
I need to detect when ANSI colors settings change by the user in order to reflect changes in my plugin. Is there a topic/listener to subscribe to for that?
The plugin is about highlighting ANSI sequences in IntelliJ editor.
Please sign in to leave a comment.
This was the solution:
For some reason editorColorsScheme is always null, thankfully the global scheme is accessible through EditorColorsManager.getInstance().getGlobalScheme().