home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Ced / CYGNUSED3,5.DMS / in.adf / ReadMe < prev    next >
Encoding:
Text File  |  1993-07-07  |  7.8 KB  |  205 lines

  1.                      CygnusEd Professional 3.5 ReadMe
  2.                  Late Breaking News and Manual Corrections
  3.  
  4.  
  5. Contents:
  6.  
  7.     o    Obtaining Technical Support
  8.  
  9.     o    Last-Minute Features, Changes, and Clarifications
  10.     o    User Manual Corrections
  11.  
  12. ===========================================================================
  13.                         Obtaining Technical Support
  14.  
  15. Whenever  you  call  us  for  technical  support, please have your CygnusEd
  16. Professional  serial  number,  as  well  as the exact version number of the
  17. program  (found by selecting the About...  menu item under the Project menu
  18. in the screen of the CygnusEd Professional application) handy.  Having this
  19. information available will allow us to better serve you.
  20.  
  21. You can reach us at the phone number listed in your manual.
  22.  
  23. ===========================================================================
  24.              Last-Minute Features, Changes, and Clarifications
  25.  
  26. We're  sorry...we  added  a  few  new features to the CygnusEd Professional
  27. package after the user manual went to the printers.  Listed in the next few
  28. sections are descriptions of these new features, as well as any changes and
  29. clarifications that need to be made.  They include:
  30.  
  31.     o    Important Notes for Workbench 1.3 Users
  32.     o    Notes For Floppy Disk Users
  33.     o    Notes About Auto-Save Files
  34.     o    Public Screen Requester Additions
  35.     o    Variable Number of Spaces After Punctuation
  36.     o    Special, Format ARexx Commands
  37.     o    Changes to ACTIVATE NEXT CED ARexx Command
  38.     o    New GETDIRNAME ARexx Command
  39.  
  40. ---------------------------------------------------------------------------
  41.                   Important Notes for Workbench 1.3 Users
  42.  
  43.  
  44. Use of req.library
  45.  
  46. Due   to   a   last   minute   difficulty   in  the  ASL  emulator  library
  47. (asl13.library),  the  CED, RecoverCEDFiles, and MetaMac programs have been
  48. modified  to  use  req.library's  file  requester ONLY UNDER Workbench 1.3.
  49. What this changes is the look of the file requester used in these programs.
  50.  
  51. The  syntax  of the ARexx commands dealing with file loading or saving have
  52. not been changed.
  53.  
  54. The  version  of  req.library  included  is version 2.8, which is a patched
  55. version  of  req.library 2.7. The only difference between the two is that a
  56. library  closing  bug  that would cause graphics.library to be closed twice
  57. and rexxsys.library to not be closed was fixed.
  58.  
  59.  
  60. Search history
  61.  
  62. Also,  search  history  will  not  work  under  Workbench  1.3  because the
  63. functionality  to  detect  when the Up and Down Arrow keys are pressed when
  64. the cursor is in an input field is not supported.
  65.  
  66. ---------------------------------------------------------------------------
  67.                         Notes For Floppy Disk Users
  68.  
  69. If  you  are  editing  files off of a floppy and have the auto-save feature
  70. turned  on,  please  be  warned that if you remove the floppy disk from the
  71. drive  during  th editing of the file, anytime you open a new file over it,
  72. clear  the  file,  save  the  file, or quit the program, CED may display a
  73. requester  asking  for  you  to  put  the  disk back in the drive.  This is
  74. required in order to remove any auto-save (.auts) files still on the disk.
  75.  
  76. ---------------------------------------------------------------------------
  77.                         Notes About Auto-Save Files
  78.  
  79. If, when you try to load in a file, an auto-save file exists for it and you
  80. decide  to load in the auto-save file, the Changes indicator will be set to
  81. 1  rather  than  0.   This  is done to protect you from exiting CED without
  82. saving the auto-saved version.
  83.  
  84. However,  if  you decide not to load in the auto-save file, CED will delete
  85. the auto-save file without warning when you exit from that file or when CED
  86. next does an auto-save on that file, which is probably not what you want.
  87.  
  88. In  both  cases,  exiting  from  that  file  will  cause  CED to delete the
  89. auto-save file.
  90.  
  91. ---------------------------------------------------------------------------
  92.                      Public Screen Requester Additions
  93.  
  94. After  selecting  a  public  screen  to  open CED on, you can now press the
  95. Return key to accept the choice.  This is in addition to the OK button.
  96.  
  97. In  order  for  a  screen  to  show up in CED's list of public screens, the
  98. public  screen  must  be  at  least  640  by  200, which is why some public
  99. screens, such as ADPro's, don't show up in the list.
  100.  
  101. ---------------------------------------------------------------------------
  102.                 Variable Number of Spaces After Punctuation
  103.  
  104. A new command called "Post period spaces..." has been added to the Special,
  105. Format  menu subitems.  When selected, it will display a numeric requester,
  106. from which the user can specify the number of space characters to add after
  107. end-of-sentence  (period,  question mark, exclamation mark) punctuation and
  108. the  color  character.  You can now specify 0 through 10 spaces after these
  109. characters.   This  addition  to  the  program  was  added due to the large
  110. response we received from our users.
  111.  
  112. In addition to this new menu command, an equivalent ARexx command has been
  113. added.  It is as follows:
  114.  
  115.  
  116. POST PERIOD SPACES
  117.  
  118. Syntax:    POST PERIOD SPACES                        (1)
  119.     POST PERIOD SPACES s                        (2)
  120.  
  121. The first form will display the numeric requester, from which you may enter
  122. a new number of spaces.
  123.  
  124. The second form will set the number of spaces to the given value (s).
  125.  
  126. The  operation returns RESULT = 1 if a valid number is given, RESULT = 0 if
  127. an invalid number is given or if the user cancels the requester.
  128.  
  129. ---------------------------------------------------------------------------
  130.                       Special, Format ARexx Commands
  131.  
  132. The following ARexx commands were inadvertedly left out of the manual:
  133.  
  134.  
  135. WITH FILL
  136.  
  137. Syntax:    WITH FILL                            (1)
  138.  
  139. This  command will reformat the current paragraph using full (both left and
  140. right) justification.
  141.  
  142. The operation always returns RESULT = 1.
  143.  
  144.  
  145. WITHOUT FILL
  146.  
  147. Syntax:    WITHOUT FILL                            (1)
  148.  
  149. This command will reformat the current paragraph using left justification.
  150.  
  151. The operation always returns RESULT = 1.
  152.  
  153. ---------------------------------------------------------------------------
  154.                 Changes to ACTIVATE NEXT CED ARexx Command
  155.  
  156. If  there are multiple copies of CED running, issuing the ACTIVATE NEXT CED
  157. via  ARexx  will return the ARexx port name of this next copy of CED in the
  158. RESULT variable.  Otherwise, RESULT will be set to 0.
  159.  
  160. ---------------------------------------------------------------------------
  161.                        New GETDIRNAME ARexx Command
  162.  
  163. The following ARexx command was added at the last minute:
  164.  
  165.  
  166. GETDIRNAME
  167.  
  168. Syntax:    GETDIRNAME                            (1)
  169.     GETDIRNAME defaultdir                        (2)
  170.     GETDIRNAME defaultdir title                    (3)
  171.  
  172. The first form displays a directory requester from which a directory can be
  173. selected.  No default directory is given.
  174.  
  175. The  second  form  displays  a directory requester with the contents of the
  176. given `defaultdir' directory shown.
  177.  
  178. The  third  form  displays  a  directory requester with the contents of the
  179. given  `defaultdir' directory shown and the text `title' in the requester's
  180. title bar.
  181.  
  182. If  a  directory  was  selected,  RESULT  = selected directory.  Otherwise,
  183. RESULT = blank or "RESULT".
  184.  
  185. ===========================================================================
  186.                           User Manual Corrections
  187.  
  188. p. 11    [Within Section 1.9.1, Documentation Conventions]
  189.     The  phrase,  "(with  a  space  between  the  two keys)", should be
  190.     removed.
  191.  
  192. p. 16    [Within Section 2.1.1, Input Fields]
  193.     The  word  "either"  should  be removed from the sentence beginning
  194.     "Input fields are areas within windows that either have a ...".
  195.  
  196. p.153    [Within Section 9.2, ARexx Command Reference]
  197.     The  second  form of the "INSTALL DOS/AREXX COMMAND" command should
  198.     not have a double quote (") after the number.
  199.  
  200. p.158    [Within Section 9.2, ARexx Command Reference]
  201.     The  second  form of  the  "LL"  command  should not have the slash
  202.     between the line and column parameters.
  203.  
  204. ===========================================================================
  205.