home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / tjm / tjm_dme.readme < prev   
Text File  |  1995-02-27  |  2KB  |  49 lines

  1. This is a modified version of Matthew Dillon's macro editor, DME.
  2.  
  3. The following changes were made :
  4.     -The window close routine is much more reliable, and it now closes windows
  5.      immediately, thus freeing the memory, which is important if you're editing
  6.      more than 10 files at once or so and use a batch file to load them all
  7.      up at once [usually I like to edit 30-50 files at once...].
  8.  
  9.     -As requested by Paul Cardwell, a proportional gadget has been added to the
  10.      window, and reqtools.library is supported like asl.library.
  11.  
  12.     -The rexx interface is now asynchronous and continuously processed.
  13.  
  14.     -Also requested by Paul, if dme finds that a rexx port named "DME" exists
  15.      on startup and the "-n" ("new dme") option is not specified, it will ask
  16.      the "DME" port to load up the requested files and then quit.  Thus only
  17.      one dme should be running at a time.
  18.  
  19.     -An option "-i" iconifies the windows after the files are loaded.  Only
  20.      tested for rexx or one file at a time.
  21.  
  22.     -rxblock/rxunblock/getval commands, rexxport variable for rexx; see the
  23.      rexx addendum.
  24.  
  25.     -several misc. commands; see the updated dme.doc.
  26.  
  27. The version number and credits were to the most part not changed, because I'm
  28. too lazy.  I am releasing this mainly because I'm tired of having to call a
  29. rexx script just to do string/number comparisons, and I'm tired of having to
  30. modify someone else's editor to get what I want, so I'm abandoning work on dme.
  31. Besides, I've so far modified/ported about 12 programs for the Amiga, and I
  32. generally just sit on them until someone else does the port/modifications, and
  33. then it's too late to release anything.
  34. Since I am disappointed with dme, emacs, and mg, I will probably (this summer
  35. or so) either make an editor of my own or go through and fix all the problems
  36. I percieve in dme.
  37.  
  38. If you have any questions/comments/money/software/A4000's/job offers for me,
  39. I'm currently reachable at:
  40.  
  41.     dark@judy.indstate.edu (internet; not for long, hopefully)
  42.  
  43.     Thomas J. Moore
  44.     21 Ewing St.
  45.     Peru, IN  46970  USA
  46.  
  47. That's all folks;  If in doubt, read the docs.  If still in doubt, use the
  48. force -- read the source.
  49.