home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 411b.lha / dme_1.42 / TODO < prev   
Text File  |  1990-09-08  |  3KB  |  97 lines

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