Preferences: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
Dan Polansky (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==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 | |||
===See also | ==Structure of the preference dialog== | ||
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== | |||
* [https://sourceforge.net/p/freemind/code/ci/1.1.0/tree/freemind/freemind/preferences/ freemind/preferences], in git at SourceForge | |||
* [https://sourceforge.net/p/freemind/code/ci/1.1.0/tree/freemind/freemind/preferences/layout/OptionPanel.java freemind/preferences/layout/OptionPanel.java], in git at SourceForge | |||
==Files in which preferences are stored== | |||
Files into which user preferences, here called "properties", are stored: | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/user.properties?view=log user.properties] | |||
* auto.properties | |||
The two property files are stored in FreeMind home folder, for which see [[Home folder]]. | |||
==See also== | |||
* [[User.properties]] | * [[User.properties]] | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 07:06, 29 January 2025
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 of the preference dialog
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
- freemind/preferences, in git at SourceForge
- freemind/preferences/layout/OptionPanel.java, in git at SourceForge
Files in which preferences are stored
Files into which user preferences, here called "properties", are stored:
- user.properties
- auto.properties
The two property files are stored in FreeMind home folder, for which see Home folder.