What is the equivalent for IPreferenceStore in intellij
Hi,
i have a plugin in eclipse, iam trying to create a similar one for intellij, I have added few items in idea settings, how do i save those settings(like in eclipse we do it using
IPreferenceStore).
请先登录再写评论。
Please see http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components
Thanks for your reply, i will have a look