Page 1 of 1
Directory history
Posted: 2009-08-25, 15:35 UTC
by CyberDragon
Hi!
The Directory history menu (slow right click on current directory line or click on small down pointing triangle) should have a "Clear history" option (as bottom item maybe).
Posted: 2009-08-25, 20:48 UTC
by ts4242
If you want TC not remember directory history, go to Configuration> Operation page> uncheck the option "Directory history" inside "Save on exit" group.
Posted: 2009-08-25, 22:06 UTC
by Balderstrom
Another option, would be to redirect that section of the wincmd.ini to a separate file. Then you could have "one" button, alias, hotkey, etc that deletes said file.
Posted: 2009-08-26, 13:45 UTC
by JohnFredC
Still, it would be a convenience to be able to click "clear history" on an ad hoc basis without having to program/implement something ourselves. Not all users will have the skill.
There is a difference between routine behavior and instantiated behavior.
IMO TC should distinguish between the two ("Save on exit" via the INI vs. "clear history now" via a top-level UI control), especially considering how easy it would be to code such a feature into the history menu, and how useful it would be to many of us.
Posted: 2009-08-26, 14:25 UTC
by Balderstrom
@ JohnFredC
I agree, completely. The wincmd.ini should be just that: a configuration file.
All Histories, by default, should be separate files (or optionally registry contained) and clearable while running. The option to redirect sections of the ini is a bad hack imho -- which unfortunately works, which means no other implementation will be done.
Similiar to the plugin system: many of the plugins provide functionality that many would agree should be core functionality. But once a plugin shows up to provide a feature it becomes that much less likely that TC will implement that feature. Some plugins break between TC releases, sometimes they get abandoned completely, their source is rarely provided and in many cases their are far too many plugins to choose from - which all do the same basic task.
An example of this: ButtonBar drop down menus. TCMenu provided this functionality many years ago. The internal implementation took a very long time to show up, and again IMHO the internal solution isn't as good. TCMenu allows you to have alternate IconSizes, Colorize/Skin the menu background and define a default action for the menu. I continue to use TCMenu instead. The internal solution should have been better, not less featureful.
I.E. Allow multiple default actions, Which could be implemented in any number of different ways.
Posted: 2009-08-26, 14:31 UTC
by amachado
I think it would be useful in order to clear, for instance, paths that cannot be accessed anymore (such as deleted/blocked network mappings, ftp connections, removable drives without any disk in it etc.)