Where is ApplicationComponent state stored in?
hello
A trivial question, but into which file is the state of an ApplicationComponent that implements JDOMExternalizable persisted to? I searched without success...
etienne
Please sign in to leave a comment.
${idea.config.path}/options/other.xml
You may implement NamedJDOMExternalizable to specify your own file.
Great. Thanks for the quick and helpful reply, Martin.
etienne