Ruben Moral
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
创建于 Stored properties using PropertiesComponent cannot be read in 2022.1
已回答My 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... -
创建于 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!