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)

See #16: Refresh MQ patches for FreeMind 0.9.0 RC1.

  • freemind.properties

    diff -r 7881ecdb5acf freemind.properties
    a b  
    308308# time between two consecutive automatic saving actions (in msec): 
    309309# ============================================================== 
    310310# To disable automatic saving set this number to 2000000000. 
    311 time_for_automatic_save=60000 
     311time_for_automatic_save=600000 
    312312# 
    313313# If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true 
    314314delete_automatic_saves_at_exit=true 
     
    503503#fc, 10.4.2008: 
    504504resources_don_t_show_note_icons=false 
    505505resources_remove_notes_without_question= 
    506 resources_save_folding_state=true 
     506resources_save_folding_state=false 
    507507 
    508508# fc, 18.4.2008: Empty means, that the freemind default key is used. 
    509509resources_script_user_key_name_for_signing= 
  • freemind/preferences/layout/OptionPanel.java

    diff -r 7881ecdb5acf freemind/preferences/layout/OptionPanel.java
    a b  
    532532                 
    533533                controls.add(new BooleanProperty( 
    534534                                "resources_save_folding_state.tooltip", 
    535                                 FreeMind.RESOURCES_SAVE_FOLDING_STATE)); // true 
     535                                FreeMind.RESOURCES_SAVE_FOLDING_STATE)); // false 
    536536                controls.add(new BooleanProperty( 
    537537                                "save_only_intrisically_needed_ids.tooltip", 
    538538                                FreeMindCommon.SAVE_ONLY_INTRISICALLY_NEEDED_IDS)); // false 
Note: See TracBrowser for help on using the browser.