Preferences: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) No edit summary |
Dan Polansky (talk | contribs) (start the section "Structure") |
||
(2 intermediate revisions by the same user not shown) | |||
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 | ||
==Structure== | |||
The structure of preference dialog in FreeMind 0.9.0: | |||
* Environment | |||
** Language | |||
*** ... | |||
** Files | |||
*** ... | |||
** Automatic Save<!-- a misnomer--> | |||
*** ... | |||
* Defaults | |||
** Default Styles | |||
*** ... | |||
** Default Colors | |||
*** ... | |||
** Default Fonts | |||
*** ... | |||
** Other Defaults | |||
*** ... | |||
* Appearance | |||
** Look and Feel | |||
*** ... | |||
** Antialias | |||
*** ... | |||
** Initial Map Size | |||
*** ... | |||
** Hyperlink Types | |||
*** Links: Relative or Absolute | |||
** Edit Long Node Window | |||
*** ... | |||
* Behavior | |||
** ... | |||
* HTML | |||
** ... | |||
==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== | ||
Files into which user preferences, here called "properties", are stored: | Files into which user preferences, here called "properties", are stored: | ||
* user.properties | * [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/user.properties?view=log user.properties] | ||
* auto.properties | * auto.properties | ||
Folders, to which those property files are stored: | Folders, to which those property files are stored: |
Latest revision as of 16:47, 6 February 2010
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
Structure
The structure of preference dialog in FreeMind 0.9.0:
- Environment
- Language
- ...
- Files
- ...
- Automatic Save
- ...
- Language
- Defaults
- Default Styles
- ...
- Default Colors
- ...
- Default Fonts
- ...
- Other Defaults
- ...
- Default Styles
- Appearance
- Look and Feel
- ...
- Antialias
- ...
- Initial Map Size
- ...
- Hyperlink Types
- Links: Relative or Absolute
- Edit Long Node Window
- ...
- Look and Feel
- Behavior
- ...
- HTML
- ...
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\