How to save plugin data
Hi,
I need to save plugin related encrypted data. When next time plugin load those saved data need to display. How can i achive that. Please help..
I followed http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html also. Works with List types. But I wanna store encrypted data with Map.
Please sign in to leave a comment.
Please refer to http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html
Thanks. How should i call and configure the persistance service in plugin.xml?
It's a regular service. See http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html for information on services.