home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 302.lha / dme_v1.36 / TODO < prev   
Text File  |  1980-12-02  |  3KB  |  89 lines

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