Get Plugin Settings in ToolWindow

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!
0

What is your exact problem? There's com.intellij.ide.util.PropertiesComponent#getValue(java.lang.String) etc. which can be called from anywhere.

0
Avatar
Permanently deleted user

Really strange it works whitout any problems now.

EDIT: It was a problem in a third party library.

0

请先登录再写评论。