home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 389.lha / dme_v1.40 / TODO < prev    next >
Text File  |  1990-07-03  |  3KB  |  90 lines

  1.  
  2. Last Revision 3 November 1989,    Matthew Dillon
  3.  
  4.     3 Nov 1989:
  5.     Incorporate UNDO code
  6.  
  7.     5 July 1989:
  8.     split in line above block does not fix the block start/end markers!
  9.     record mode
  10.  
  11.     19 June 1989:
  12.     char block functions
  13.     replace query
  14.     find-replace cursor problem
  15.     hands on examples for CTAGS and REFS
  16.     add flag for 'line under cursor is empty'
  17.     delete word
  18.     pal config?
  19.  
  20.  
  21.     ---
  22.  
  23.  
  24.       3 December 1988: read-only mode.
  25.     -31 October 1988:  Restore permission bits on write (if overwrite)
  26.                 & assoc. commands
  27.     -31 October 1988:  Save while iconified, fix window colors
  28.  
  29.  
  30.  
  31.  
  32.     -SAVEMAP, does not output (s- ) properly.
  33.  
  34. BUGS:
  35.     - Word Wrap (actually reformat).  hold 1 down ... can freeze up due
  36.       to word being too long.
  37.     - Can get behind keyboard when key repeating.
  38.     - Fix case-ignore
  39.  
  40. TODO:
  41.     - wordwrap mode reformat should put two spaces after punctuation
  42.       .?!:; instead of 1.
  43.     - ascii numeric variable support and ENV: support
  44.     - exception handling
  45.     - string kill vector
  46.     - character oriented blocks
  47.     - stackable search/replace strings
  48.     - a way to cancel all user keymaps
  49.     - clipboard support
  50.     - anchored search
  51.     - provision to show mapping for a single key.  Allow $map .. $c-a...
  52.     - Allow different current directory for each window
  53.     - Add scroll gadgets
  54.     - Formatted Save
  55.  
  56.  
  57. fsave (formatted save)
  58.  
  59.     When it encounters one linefeed with the next character not whitespace,
  60.     it writes a space.    If the next character is whitespace it leaves it
  61.     alone (write one linefeed).  If the next character is a linefeed, write
  62.     one linefeed then copy linefeeds up to the next non-linefeed.
  63.  
  64.     This will almost allow "word-processor" output... with columns! Very
  65.     simple, very small, and it will save me from the horrors of
  66.     PageSetter's editor.  You may want to do funky things to the name like
  67.     "fsaveas" or "fbsave" or whatever.
  68.  
  69.  
  70. SUGGESTIONS FOR NOT SO IMMEDIATE FUTURE:
  71.  
  72.    Add some user-accessible variables, like for current x/y position,
  73. total text length, insert mode, modification status, window size and
  74. position, current line length, last operation status, etc.
  75.  
  76.    Add an array of user integer variables to go along with the array
  77. of toggles.
  78.  
  79.    Add a command to evaluate simple arithmetic expressions and store
  80. the result in user variables.
  81.  
  82.    Teach the condition evaluator (for "if" and "when") to do comparisons
  83. on integers and maybe also on strings ("if $scanf=`something'" ?).
  84.  
  85.    Have you considered porting the guts of DME into a machine-independent
  86. environment (curses?).  I know, this is pretty far fetched, it's just that
  87. I miss the power of DME at work...
  88.  
  89.  
  90.