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!

0
3 comments

Please refer to IJ community sources to obtain such information

/**
* @deprecated Use {@link LafManagerListener#TOPIC}
*/
0

I have the same problem... Has there been a fix?

0

Please sign in to leave a comment.