History for twander / twander.py
2007-01-11
@tundra
Minor corrections to title bar logic for ~/ substitution.
tundra committed on 11 Jan 2007
@tundra
Modified display of directory on title bar to use ~ as a shortcut for home directories to save space.
tundra committed on 11 Jan 2007
2007-01-10
@tundra
KeyToggle() now calls LoadHelpMenu() so update options values are reflected in Help. ...
tundra committed on 10 Jan 2007
@tundra
Changed title bar symlink status display to show either Expanded or Resolved, but not both. ...
tundra committed on 10 Jan 2007
@tundra
Remapped SYMDIR, SYMEXPAND, & SYMRESOLV to Control-~, Control-!, and Control-@ respectively.
tundra committed on 10 Jan 2007
@tundra
Minor change to iNOSTAT prompt to avoid conflict with the SYMPTR string that triggers symbolic link options logic.
tundra committed on 10 Jan 2007
@tundra
Added key binding to toggle SYMDIR, TOGSYMDIR (default: Control-5). ...
tundra committed on 10 Jan 2007
2007-01-09
@tundra
Renamed EXPANDSYMLINKS, RESOLVSYMLINKS to SYMEXPAND, SYMRESOLV. ...
tundra committed on 9 Jan 2007
2007-01-08
@tundra
Added EXPANDSYMLINKS option (default: True) that can be used to inhibit the display of a symlink target.
tundra committed on 8 Jan 2007
@tundra
Added RESOLVSYMLINKS program option (default: False).
tundra committed on 8 Jan 2007
@tundra
Changed symbolic link handling to read the link as defined instead of resolving the true path.
tundra committed on 8 Jan 2007
@tundra
Changed code to permit Directory Shortcuts to reference user-defined variables.
tundra committed on 8 Jan 2007
2007-01-02
@tundra
Updated copyright date.
tundra committed on 2 Jan 2007
@tundra
Implemented ISODATE option to display time/date in ISO 8601 format.
tundra committed on 2 Jan 2007
2006-12-19
@tundra
Implemented glob style wildcarding for associations. ...
tundra committed on 19 Dec 2006
2006-12-18
@tundra
Implemented association removal with blank RHS of an association statement.
tundra committed on 18 Dec 2006
@tundra
Removed debugging statement left in the association exclusion processing logic during last file edit. ...
tundra committed on 18 Dec 2006
@tundra
Implemented association exclusion feature.
tundra committed on 18 Dec 2006
@tundra
Added logic to throw an error if user attempts to run a non-executable that has no association.
tundra committed on 18 Dec 2006
@tundra
Made association matching case-insensitive on Windows.
tundra committed on 18 Dec 2006
2006-12-15
@tundra
Reimplemented Directory Shortcut override as an interactive dialog instead of explicit keys for each shortcut. ...
tundra committed on 15 Dec 2006
@tundra
Changed MOUSEC assignment to Alt-Control-ButtonRelease-1.
tundra committed on 15 Dec 2006
2006-12-14
@tundra
Cleaned up associations and program execution for Win32.
tundra committed on 14 Dec 2006
@tundra
Modified association logic so that a full path is only computed for executables.i.e., For those cases where there is no association and the file is executable.
tundra committed on 14 Dec 2006
@tundra
Added logic to inhibit default associations on executable files.
tundra committed on 14 Dec 2006
@tundra
Implemented associations.
tundra committed on 14 Dec 2006
@tundra
Added CMDMENUSORT option to allow user to enable sorting of the command menu.
tundra committed on 14 Dec 2006
@tundra
Added keyboard bindings and logic to support assignment of current directory to any of the directory shortcut keys.
tundra committed on 14 Dec 2006
2006-12-11
@tundra
Changed title bar boolean state display to just Y/N instead of Yes/No to save space. ...
tundra committed on 11 Dec 2006
2005-02-14
@tundra
Fixed bug that counted the ".." file in the total on the title bar.
tundra committed on 14 Feb 2005