Ruben Moral
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Stored properties using PropertiesComponent cannot be read in 2022.1
AnsweredMy plugin was persisting some data using the PropertiesComponent service, which was stored in the workspace.xml file as follows: <component name="PropertiesComponent"> <property name="com.myplugin... -
Created Is there any way to be notified when the plugin is uninstalled?
I'm developing a plugin and would like to know when the user uninstalls it to remove a value from the PropertiesComponent.Thanks!