Todo.fsel
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:1k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. A Todo list by jseymour@jimsun.LinxNet.com, some things removed as they
  2. have been dealt with..
  3. Things yet To Do with file selector code - in no particular order
  4.     . Clean up & mild re-structuring of "file.c" - it's kind of
  5.       sloppy at the moment.  (Too many file-global static vars,
  6.       etc.)
  7.     . After tagging, untagging, etc., selector should reset sub-menu
  8.       to "Okay" selection (?).  (Requires re-write of "dhili()" to do
  9.       this well.)
  10.     . Maybe display count of selected files on title bar?
  11.     . On (wildcard) tag: if no tagged file(s) would be in current window,
  12.       re-display so that first tagged is shown?
  13.     . After wildcard tag: briefly display count of newly tagged and total
  14.       tagged?
  15.     . On "Untag": if no tagged files, display "nothing to untag"?
  16.     . Do a check for directory/file write-ability and warn the user, if
  17.       necessary, for certain operations?  (I.e.: downloads.)
  18.     . I have concerns about certain line-lengths and buffer sizes:
  19. . The buffer-full of filenames returned by filedir(): this
  20.   somehow needs to be length-limited to the max buffer-len
  21.   that the system can handle.  If the number tagged would
  22.   exceed this, a warning pop-up should show.
  23.     . I don't know how scripts are used, but perhaps the selector could
  24.       be enhanced to work for selecting these, as well?