home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / textra.lzh / textra / docs / WhatsNew.doc < prev    next >
Text File  |  1991-10-25  |  3KB  |  86 lines

  1.  
  2. !!!NEW!!!!!!NEW!!!!!!NEW!!!!!!  In V1.11  !!!!!!NEW!!!!!!NEW!!!!!!NEW!!!
  3.  
  4.  
  5. Graphics/gadget-imagery  now Workbench 2.0-oriented. 
  6. (Under 1.3 and earlier, requesters & gadgets now appear primarily
  7. monochrome.)
  8.  
  9. New WrapAt.textra AREXX script.  Select a paragraph or paragraphs,
  10. then try WRAPAT 60. (Assuming paragraphs are separated by a blank
  11. line)
  12.  
  13. While printing, TEXTRA v1.11 should not significantly slow down other
  14. processes anymore.
  15.  
  16. Fixed a bug where, if an AREXX script called GET CURSOR CHAR 
  17. when the cursor was at the end of a line, very strange (and 
  18. usually bad) things would happen later on.
  19.  
  20.  
  21.  
  22. In V1.10...
  23.  
  24. The BIG, BIG news is, of course the AREXX port (TREXXTRA?!!?).
  25. See the file RexxCommand.doc for details on the TEXTRA/AREXX
  26. command set available and other special notes.
  27.  
  28. Added Preference item for stripping CR from CR,LF sequences when
  29. reading in the file.
  30.  
  31. Added horiz scroll gadget.
  32.  
  33. Fixed 'Open by Name...' to NOT ask for floppy, if ejected.
  34.  
  35. Changed up & down arrow keys to center the cursor line if off-screen.
  36.  
  37. Made 'keyboard help' prettier, more complete.
  38.  
  39. Cleaned-up arrow gadget images
  40.  
  41. Change window sizing so that if necessary, last line of file
  42. will 'move down' do a new 'bottom of window'.
  43.  
  44. FIXED In V1.10...
  45.  
  46. Enforcer CLEAN!  (At least *I* can't squeeze any more outta it!)
  47.                  (Let me know if *YOU* can!)
  48.  
  49. Fixed printing problem with leading space at beginning of each line
  50.  
  51. Trying to exceed a line length of 255 used to crash.  not anymore.
  52.  
  53. 'Go To Line' on last line (the always-empty one) would cause it
  54. to become selected all the way 'cross the screen (inferring a next line).
  55. This would cause bad array pointers and the like to be used for virtually
  56. any further operations, and ultimately a crash.  fixed.
  57.  
  58. Up- or down-arrow into middle of TAB would cause problems
  59.  
  60. With only one blank line at the eof, select FROM past eol on
  61. line last-2 TO last.  Hitting backspace caused last-1 to stay visible.
  62.  
  63. Fixed problem where double-click, even if curs pos changed, would
  64. not allow drag select on second click.
  65.  
  66. Under 2.0, in Super-Hires (1280-wide screen), the F1 key didn't 
  67. enlarge to full-width (just half-width, 640) AND didn't return to
  68. small size when hit again.
  69.  
  70. If, while opening a file, a line was longer than 255, the open would stop at
  71. that line with no error message.  The (partial) file could be written out,
  72. destroying the (complete) original.  Now, Textra wraps the line and
  73. informs the user of such and the open continues to completion.
  74.  
  75. Incorporated Commodore's CloseWindowSafely() algorithm.  Earlier stuff
  76. could, on rare occasion, crash.  New stuff also feels much 'snappier'
  77. when closing windows (takes much less time).
  78.  
  79. Fixed problem where funny text would sometimes corrupt "open file"
  80. requester when diving down into a directory that was double-clicked.
  81.  
  82. Fixed random write when closing files individually (thanks, enforcer)
  83.  
  84. Fixed random read resulting in possible (but unlikely) crash
  85. in some instances of string gadget usage.  (thanks, enforcer)
  86.