Preferences: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+)
 
(start the section "Structure")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Menu path for preferences dialog:
==Menu==
** In version 0.8.1: ''todo''
Menu path of the preferences dialog:
** In version 0.9.0 RC1: ''todo''
* 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==
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 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
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==
* [[User.properties]]
* [[User.properties]]


[[Category:Development]]
[[Category:Development]]

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
      • ...
  • 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

Files

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

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