Newer
Older
twander / TODO
@tundra tundra on 14 Dec 2006 2 KB *** empty log message ***
  1. $Id: TODO,v 1.103 2006/12/14 17:44:04 tundra Exp $
  2.  
  3. twander
  4. =======
  5.  
  6. - Handle associations somehow. Perhaps a default handler that
  7. reads association info from the config file whenever a
  8. double-click or enter-select does not work on a file - i.e.
  9. when the OS does not know how to execute a particular file type.
  10.  
  11. - Mechanism to save current state in a separate file
  12.  
  13. . Save current size/position
  14.  
  15. . Persistent clipboards / preload values into clipboard
  16.  
  17. . Current values of directory shortcuts
  18.  
  19.  
  20. - Implement HIDE=regex configuration file feature.
  21.  
  22. - Revisit license agreement
  23.  
  24.  
  25.  
  26. Version 4 Future
  27. ================
  28.  
  29.  
  30. - Split new directory processing into queue producer-harvester
  31. model.
  32.  
  33. - DRIVELIST on Unix: Display mount points
  34.  
  35. - Enhance configuration language:
  36.  
  37. . Anonymous commands - no command key
  38.  
  39. . Need smarter quoting mechanisms
  40.  
  41. - Escape blanks when FORCEUNIXPATH is active
  42. - Offer quoted and non-quoted version of the builtins
  43.  
  44. . Switch configuration language to tconfpy
  45.  
  46. . Named directory ALIASes:
  47.  
  48. FOO = /a/b/c
  49.  
  50. Means you can type FOO in response to a cd dialog and
  51. get sent to a/b/c
  52.  
  53. - Figure out how to get the dialog fonts/sizes to track
  54. the rest of the program. (Perhaps replace with my own?)
  55.  
  56. - Also possibly the titlebar fonts.
  57.  
  58.  
  59. Done
  60. ----
  61.  
  62. Cosmetic:
  63. ---------
  64.  
  65. + Display "Yes" & "No" on title bar as "Y" and "N" to save space.
  66.  
  67. + Display Help pages 3 columns wide where appropriate.
  68.  
  69. + Keyboard binding menu
  70. + User options menu
  71.  
  72. + Removed Shortcut Key display from help menu - redundant w/
  73. same menu on main toolbar
  74.  
  75. + Reordered Help menu
  76.  
  77. + Added association information to Help menu
  78.  
  79.  
  80. Features:
  81. ---------
  82.  
  83. + Mechanism to save the current directory in a SC key for remainder of
  84. session
  85.  
  86. + Add option to sort Command Menu - CMDMENUSORT
  87.  
  88.  
  89. Documentation:
  90. --------------
  91.  
  92. + Add example Execution Variable in example .twander file and
  93. and further explanation in the docs.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. ------------------------------------------------------------------------
  101.  
  102. X - Final packaging:
  103.  
  104. - FreeBSD Port
  105. - Screenshot(s)
  106. - Copy doc to website
  107. - Copy example configuration to website