JnLlnd / FoldersPopup

Popup menu to jump instantly from one folder to another. Freeware.
code.jeanlalonde.ca/folderspopup/
45 stars 7 forks source link

List of recently visited folders #17

Closed JnLlnd closed 10 years ago

JnLlnd commented 10 years ago

... not an easy one

JnLlnd commented 10 years ago

This has been done by http://www.hyperionics.com/files/ "The button with a little clock on it is the button that opens the "Recent Folders" menu. It opens a list of the folders that you most recently accessed through the Open File or Save File dialog boxes. These folders are at the top, sorted by access time with the most recent at the top, least recent going downward on the list."

Have to find how this can be don in the AHK env.

JnLlnd commented 10 years ago

See also http://codesector.com/directfolders doing this.

JnLlnd commented 10 years ago

Done. But slow down the popup menu because the recent folders list has to be refreshed at each popup. Keep number of recent folders low in the ini file (recommended 5 unless you have a very speedy system) and disabled by default.