addLafManagerListener depricating
Answered
Hello, I'm working on an Idea plugin that for UI changes. Currently I'm registering my event like so
LafManager.getInstance().addLafManagerListener(__ -> doSomeStuff());
From what I see this is to be deprecated soon. What is the correct way to now add a LafManagerListener?
Thank you!
Please sign in to leave a comment.
Please refer to IJ community sources to obtain such information
I have the same problem... Has there been a fix?
Use Listener topics as described here https://plugins.jetbrains.com/docs/intellij/plugin-listeners.html