How to determine if "new ui" is enabled ?

已回答

UIManager.getLookAndFeel returns "Darcula" when new ui is enabled

 

0
Registry.`is`("ide.experimental.ui")

Helps me with this)

1

Hi,

Please note that there is no official guide for working with new UI in 3rd-party plugins yet, and basing on the registry value may not work in the future.

1

请先登录再写评论。