Is there any way to be notified when the plugin is uninstalled? Ruben Moral Created October 21, 2015 15:44 I'm developing a plugin and would like to know when the user uninstalls it to remove a value from the PropertiesComponent.Thanks!
No, there is no such way. There is usually no harm in leaving unused data in the settings, so we didn't implement any mechanism for cleaning it up.
What a pity... Thanks anyway!