diff --git a/TODO b/TODO index 9dda401..abfe2ff 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.154 2009/06/28 05:40:27 tundra Exp $ +$Id: TODO,v 1.155 2009/06/28 06:23:47 tundra Exp $ Document @@ -11,6 +11,27 @@ Setting SCALEPRECISION=0 yields behavior like previous versions of the program. +- Some limited ability to manage display column + widths has been introduced. 'twander' originally + assumed some worst-case conditions for each + of the display columns. However, for many users, + these are unnecessarily conservative and result + in an overly wide display. You may now change + selected column widths via user-settable options + as follows: + + ST_SZUNAME (Default: 12) # Width of owner name column + ST_SZGNAME (Default: 12) # Width of group name column + ST_SZLEN (Default: 19) # Width of length column + + Note that these lengths *include* the trailing blank + space separators. If you set any of them too small, + the affected column entries will be truncated only + the leftmost characters displayed. + + The mode, links, and date/time column widths may + not be altered. + twander 3 ========= @@ -21,9 +42,6 @@ - Put indicator in individual associations or ! assoc to indicate that the test should be done case-insensitive. -- Make width of display fields (at least some of them) tunable - in the configuration file. - - Rethink selection preservation across refreshes. Currently if a new file is added or deleted the selection will move up- or down- accordingly because Tkinter selections are based on index position. See if it