Get Plugin Settings in ToolWindow Follow
Hey all,
How do I get the settings from my plugin configurable in a ToolWindow?
The settings were saved via
PropertiesComponent.setValue.
If you need more information please let me know.
Thanks in advance!
Please sign in to leave a comment.
What is your exact problem? There's com.intellij.ide.util.PropertiesComponent#getValue(java.lang.String) etc. which can be called from anywhere.
Really strange it works whitout any problems now.
EDIT: It was a problem in a third party library.