IntelliJ Community . PrefsMapPlugin

 
PrefsMapPlugin 

HOME INDEX SEARCH CHANGES GO  

PrefsMapPlugin

It is possible to store your preferences in the IDEA project-file. You have to implement JDOMExternalizable and save your preferences.

If you just wanna save a simple map for your class you can use this plugin. Just add that component to the plugin.xml

      <component>
         <implementation-class>de.xore.prefs.Prefs</implementation-class>
         <interface-class>de.xore.prefs.Prefs</interface-class>
         <option name="workspace" value="true" />
      </component>

You can get your HashMap? using the following line:

Prefs prefs = Prefs.getInstance( project );
Map myPrefs = prefs.getPrefsMap( this );

Saving and loading are done fully automatically. Just use this map to store everything you want...

-- JohannesSchneider - 11 Aug 2002

IntelliJPluginWebForm
IntelliJPluginName:
IntelliJPluginVersion:
IntelliJPluginVendor:
IntelliJPluginBinary:
IntelliJPluginSource:
IntelliJPluginClassification:
TopicClassification: IntelliJPluginArchive
TopicShortDescription: It is possible to store your preferences in the IDEA project-file.
TestedOnOS:
ShouldRunOnOS:

Attachment: sort Action: Size: Date: Who: Comment:
prefs.src.zip action 3699 11 Aug 2002 - 16:42 JohannesSchneider Version 1.0

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.