persistent state for custom editor window. Permanently deleted user Created December 15, 2014 04:53 Hi All,I am trying to implement persistent state for custom editor window. Please anyone help me how shall i go forward to implement the same.
If I correctly understand what you mean by "custom editor window", you need to implement FileEditor.getState()/.setState() and FileEditorProvider.readState()/.writeState().
Thanks Dmitry
I am new to Intellij, is there any example or doc which explains the editor window implementation.
Please help!