Page 1 of 1

Autosave Settings

Posted: 10.02.2011, 15:46
by BGM
Hello! I am a HEAVY FreeCommander user. I use it every day for production. My request is that FC autosave its settings when it loses focus, that is, when another window becomes active. This would provide a solution for when FC crashes, you don't lose your tabs! Also, I use powerpro to add lots of other functions and capabilities to FC. One of these is generating a quick MRU list of the directories open in FC's tabs - this list I bring up when having to deal with open/save dialogues from other programs. Problem is, I have to use sendkeys to get FC to save its settings, then I can read the tabs from FC's ini file. If you don't save settings first, then you don't get the current tabs. But if FC auto-saved its settings, it wouldn't be necessary to sendkeys anymore, and the MRU list would always be current. This seems like a very easy thing to accomplish, perhaps it could be added in the next release?

Re: Autosave Settings

Posted: 17.02.2011, 00:41
by Dreamer
Support. I have already suggested related options here:

http://forum.freecommander.com/viewtopic.php?f=6&t=3034

BTW for example, Avant Browser has a great feature - when the browser crashes, everything, incl. opened tabs (pages) are restored on the next start.

Re: Autosave Settings

Posted: 11.10.2011, 18:50
by BGM
Hello! Can we have this for the next beta? I know, being a programmer myself, that it is an easy enough thing to implement.

Re: Autosave Settings

Posted: 28.01.2012, 16:00
by BGM
Is there any chance of this being added? (Thanks, Marek)

Re: Autosave Settings

Posted: 14.02.2012, 16:34
by BGM
Hello, again! Marek, can we please have an option to autosave settings when the program loses focus, or "every x minutes"? I want to write some scripts that access the current folders and open tabs from FCXE's ini file, but the list in the ini file isn't current until settings are saved.

Re: Autosave Settings

Posted: 19.02.2012, 17:47
by Marek
Try to use the following line in the freecommander.ini
SaveSettingsOnFormDeactivate=1

Auto save settings must be set too.

Re: Autosave Settings

Posted: 19.02.2012, 20:17
by BGM
Thank you Marek!