Preferences: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(+implementation)
Line 4: Line 4:
* In version 0.8.1: Tools > Preferences
* In version 0.8.1: Tools > Preferences
* In version 0.9.0 RC1: Tools > Preferences
* In version 0.9.0 RC1: Tools > Preferences
==Implementation==
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/preferences/ freemind/preferences]
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/preferences/layout/OptionPanel.java?view=log freemind/preferences/layout/OptionPanel.java]


==Files==
==Files==

Revision as of 07:42, 22 July 2009

Menu

Menu path of the preferences dialog:

  • In version 0.7.1: Edit > Preferences (Not a dialog, just submenus)
  • In version 0.8.1: Tools > Preferences
  • In version 0.9.0 RC1: Tools > Preferences

Implementation

Files

Files into which user preferences, here called "properties", are stored:

  • user.properties
  • auto.properties

Folders, to which those property files are stored:

  • Windows 2000 and XP, FreeMind 0.7.1: C:\Documents and Settings\(your user name)\freemind\
  • Windows 98, FreeMInd 0.7.1: C:\WINDOWS\freemind\
  • Windows 2000 and XP, FreeMind 0.8.1: C:\Documents and Settings\(your user name)\.freemind\
  • Windows 98, FreeMInd 0.8.1: C:\WINDOWS\.freemind\

See also