home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / sedt.lzh / SEDT.DOC next >
Text File  |  1985-03-13  |  4KB  |  139 lines

  1.               Sedt Version 1.1(18)
  2.  
  3.             Author: Anker Berg-Sonne
  4.  
  5.               Description
  6.  
  7.     Sedt is a screen editor written with the goal of 
  8. providing a common editor across a wide range of operating 
  9. systems. Sedt is for ease-of-use programmed with a keyboard 
  10. layout similar to EDT.
  11.  
  12.     Sedt provides a wide range of features that other than 
  13. standard EDT. Examples are multi-windowing and marks.
  14.  
  15.     Sedt's most spectacular feature is the terminal 
  16. performance, which makes Sedt viable as the standard editor on 
  17. systems where EDT severely affect system performance.
  18.  
  19.               Distribution Policy
  20.  
  21.     Sedt binaries are being made available for customers and 
  22. Digital internal use on the condition that the original copyright 
  23. is not violated or removed, that no modifications are made to 
  24. the program, and that Sedt is used only on Digital CPUs.
  25.  
  26.     Sedt sources are only made available to Digital 
  27. employees, and on the condition that the original copyright is 
  28. not violated or removed and that extentions or modifications are 
  29. returned to the author. An exception is the module TERM.C and 
  30. the .H files necessary to compile TERM.C. These and all object 
  31. files may be distributes freely to facilitate adapting Sedt to 
  32. other terminals.
  33.  
  34.     Sedt may only be distributed in a form that precludes 
  35. the use on non-Digital CPUs, but may be modified to work on 
  36. other operating systems and terminals.
  37.  
  38.     Original versions of Sedt are defined as being copies 
  39. identical to one produced by the author, and may only be 
  40. distributed in the original form with no changes made to either 
  41. sources, binaries or data files.
  42.  
  43.     Modified versions of Sedt must be clearly labeled as 
  44. such, and must identify themselves as such when run. The sources 
  45. must clearly identify the origin and areas of modification.
  46.  
  47.     Modifications must be made in the spirit of the original 
  48. version, preserving the performance goals and coding standards 
  49. of the original.
  50.  
  51.     Across all operating systems Sedt is designed to produce 
  52. identical output the screen after completing identical commands 
  53. on identical source files, thus being functionally identical 
  54. across all operating systems. To the extent that the operating 
  55. systems make this possible, this design goal must be implemented 
  56. in all modified versions.
  57.  
  58.             Installation Instructions
  59.  
  60.             CP/M and MS/DOS
  61.  
  62.     Sedt will run on MS/DOS under AME86 in CP/M emulation 
  63. mode.
  64.  
  65.     Copy Sedt.Cmd from the Sedt disk.
  66.  
  67.     If you use the EDT keypad copy Sedtkeys.Edt, 
  68. Sedthelp.Edt and Sedtman.Edt from the Sedt disk and rename them 
  69. as Sedtkeys.Txt, Sedthelp.Txt and Sedtman.Txt.
  70.  
  71.     If you use the WPS keypad copy Sedtkeys.Wps and 
  72. Sedthelp.Wps from the Sedt disk and rename them to be 
  73. Sedtkeys.Txt and Sedthelp.Txt.
  74.  
  75.             Installation Instructions
  76.  
  77.                    VMS
  78.  
  79.     Copy Sedt.Exe, Sedt.Com, Sedtkeys.Edt, Sedtkeys.Wps, 
  80. Sedthelp.Edt, Sedthelp.Wps, Sedtman.Edt to a directory. Define 
  81. the logical name Sedt$Dir to point to the directory, the symbol 
  82. Se*dt:==$Sedt$Dir:Sedt and KSe*dt:==@Sedt$Dir:Sedt.
  83.  
  84.     If you use the EDT keypad define the logical names 
  85. Sedt$Keys to be Sedt$Dir:Sedtkeys.Edt and Sedt$Help to be 
  86. Sedt$Dir:Sedthelp.Edt.
  87.  
  88.     If you use the WPS keypad define the logical names 
  89. Sedt$Keys to be Sedt$Dir:Sedtkeys.Wps and Sedt$Help to be 
  90. Sedt$Dir:Sedthelp.Wps.
  91.  
  92.               Edit History
  93.  
  94. 1.1(17)
  95.  
  96.     Added functionality
  97.         Module term with all terminal dependent code. Sources will be 
  98.         included in binary distribution.
  99.         Terminal recognition.
  100.  
  101.     Add commands
  102.         CE    Change case EDT style
  103.         EAP    Delete and append to delete buffer
  104.         PL    Load paste buffer from file
  105.         PS    Save paste buffer in file
  106.         OL    Open Line
  107.  
  108.     Changes to old commands
  109.  
  110.         Change select region to use search string if
  111.             no point selected.
  112.         Do not move to start of text being deleted.
  113.         Make line accept the last line in buffer even if 
  114.             no trailing CR.
  115.  
  116.     General Changes
  117.  
  118.         Change header format and include direction.
  119.         Position before reading command file. If the 
  120.             command file contains an exit command 
  121.             skip the interactive part of the 
  122.             session.
  123.         Limit scroll movement on new line and open line.
  124.  
  125.     Bug fixes
  126.  
  127.         Garbled screen update
  128.         Crash using Print command
  129.         Crash with reverse search
  130.         Crash centering empty buffer
  131.  
  132. 1.1(18)
  133.  
  134.     Bug fix
  135.  
  136.         Make sure buffer is modified after rewind in output
  137.         procedures.
  138.  
  139.