root/10070_freemind_default_settings.patch
@
55:8b22aecab4d9
| Revision 55:8b22aecab4d9, 1.5 KB (checked in by Jiang Xin <worldhello.net AT gmail DOT com>, 3 years ago) |
|---|
-
freemind.properties
diff -r 7881ecdb5acf freemind.properties
a b 308 308 # time between two consecutive automatic saving actions (in msec): 309 309 # ============================================================== 310 310 # To disable automatic saving set this number to 2000000000. 311 time_for_automatic_save=60000 311 time_for_automatic_save=600000 312 312 # 313 313 # If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true 314 314 delete_automatic_saves_at_exit=true … … 503 503 #fc, 10.4.2008: 504 504 resources_don_t_show_note_icons=false 505 505 resources_remove_notes_without_question= 506 resources_save_folding_state= true506 resources_save_folding_state=false 507 507 508 508 # fc, 18.4.2008: Empty means, that the freemind default key is used. 509 509 resources_script_user_key_name_for_signing= -
freemind/preferences/layout/OptionPanel.java
diff -r 7881ecdb5acf freemind/preferences/layout/OptionPanel.java
a b 532 532 533 533 controls.add(new BooleanProperty( 534 534 "resources_save_folding_state.tooltip", 535 FreeMind.RESOURCES_SAVE_FOLDING_STATE)); // true535 FreeMind.RESOURCES_SAVE_FOLDING_STATE)); // false 536 536 controls.add(new BooleanProperty( 537 537 "save_only_intrisically_needed_ids.tooltip", 538 538 FreeMindCommon.SAVE_ONLY_INTRISICALLY_NEEDED_IDS)); // false
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/trac/freemind/chrome/common/trac_banner.png)