how to persist PersistentStateComponent manually? LikunYang Created April 18, 2018 00:47 As I know,when frames deactivation or closing the IDE, The state will be persisted。 Can I do that by calling any API manually?
For what do you need to explicitly save? `Project.save` or `Application.saveSettings`.
thank you.,`Project.save` or `Application.saveSettings` works
since I want to save the user input immediately.