Where is ApplicationComponent state stored in? Etienne Studer 创建于 2006年11月15日 13:18 helloA trivial question, but into which file is the state of an ApplicationComponent that implements JDOMExternalizable persisted to? I searched without success...etienne
${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