home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 626a.lha / Textra_v1.12 / Docs / WhatsNew.doc.pp / WhatsNew.doc
Text File  |  1992-04-07  |  5KB  |  132 lines

  1. !!!NEW!!!!!!NEW!!!!!!NEW!!!!!!  In V1.12  !!!!!!NEW!!!!!!NEW!!!!!!NEW!!!
  2.  
  3.    o  Added UNDO
  4.  
  5.    o  Greater stability in low-memory situations
  6.  
  7.    o  change SAVE-AS to accept a dir name like OPEN by NAME...
  8.       The 'USE LIST' button is therefore gone.
  9.  
  10.    o  Continuous scroll in file requester scroll gadgets
  11.  
  12.    o  5-10 times faster searching for text
  13.  
  14.    o  Added OPENFILE, FINDFILE, SELECTWINDOW, SAVEAS and
  15.       TEXTRAVERSION to arexx i/f command set
  16.  
  17.    o  Slightly cleaner 'resize window' algorithm (when not large enough
  18.       for a requester)
  19.  
  20.    o  Added 2 more possible diskbuttons in file requesters,
  21.       now can have up to 8
  22.  
  23.    o  Requesters which can automatically pop up when quitting
  24.       (such as the "SAVE CHANGES?" one) now also do a WindowToFront()
  25.  
  26.    o  Changed F6 so that it toggles between the last 2 selected
  27.       files (instead of cycling through the entire list).
  28.  
  29.    o  Cleaned up HELP...a little easier to read.
  30.  
  31.    o  Fixed 'double-draw' when a requester was opened immediately
  32.       after it's window was fronted.
  33.  
  34.    o  If a second TEXTRA is launched, it will send the appropriate
  35.       OPENFILE AREXX commands to the first, then exit. (That
  36.       brain-damaged "TEXTRA is already running" system requester
  37.       is gone!)  NOTE: AREXX needs to be installed for this to work.
  38.  
  39.    o  While reading in a file, and funny chars are seen in
  40.       the first 32 bytes, put up a requester asking if loading
  41.       should continue. (funny=not visible, white, lf or cr)
  42.       (Hmmm...should also check for cls)
  43.  
  44.    o  New PARAGRAPH script for paragraph formatting...replaces the
  45.       WRAPAT script
  46.  
  47.  
  48.  
  49. V1.11...
  50.  
  51. Graphics/gadget-imagery  now Workbench 2.0-oriented. 
  52. (Under 1.3 and earlier, requesters & gadgets now appear primarily
  53. monochrome.)
  54.  
  55. New WrapAt.textra AREXX script.  Select a paragraph or paragraphs,
  56. then try WRAPAT 60. (Assuming paragraphs are separated by a blank
  57. line)
  58.  
  59. While printing, TEXTRA v1.11 should not significantly slow down other
  60. processes anymore.
  61.  
  62. Fixed a bug where, if an AREXX script called GET CURSOR CHAR 
  63. when the cursor was at the end of a line, very strange (and 
  64. usually bad) things would happen later on.
  65.  
  66.  
  67.  
  68. V1.10...
  69.  
  70. The BIG, BIG news is, of course the AREXX port (TREXXTRA?!!?).
  71. See the file RexxCommand.doc for details on the TEXTRA/AREXX
  72. command set available and other special notes.
  73.  
  74. Added Preference item for stripping CR from CR,LF sequences when
  75. reading in the file.
  76.  
  77. Added horiz scroll gadget.
  78.  
  79. Fixed 'Open by Name...' to NOT ask for floppy, if ejected.
  80.  
  81. Changed up & down arrow keys to center the cursor line if off-screen.
  82.  
  83. Made 'keyboard help' prettier, more complete.
  84.  
  85. Cleaned-up arrow gadget images
  86.  
  87. Change window sizing so that if necessary, last line of file
  88. will 'move down' do a new 'bottom of window'.
  89.  
  90. FIXED In V1.10...
  91.  
  92. Enforcer CLEAN!  (At least *I* can't squeeze any more outta it!)
  93.                  (Let me know if *YOU* can!)
  94.  
  95. Fixed printing problem with leading space at beginning of each line
  96.  
  97. Trying to exceed a line length of 255 used to crash.  not anymore.
  98.  
  99. 'Go To Line' on last line (the always-empty one) would cause it
  100. to become selected all the way 'cross the screen (inferring a next line).
  101. This would cause bad array pointers and the like to be used for virtually
  102. any further operations, and ultimately a crash.  fixed.
  103.  
  104. Up- or down-arrow into middle of TAB would cause problems
  105.  
  106. With only one blank line at the eof, select FROM past eol on
  107. line last-2 TO last.  Hitting backspace caused last-1 to stay visible.
  108.  
  109. Fixed problem where double-click, even if curs pos changed, would
  110. not allow drag select on second click.
  111.  
  112. Under 2.0, in Super-Hires (1280-wide screen), the F1 key didn't 
  113. enlarge to full-width (just half-width, 640) AND didn't return to
  114. small size when hit again.
  115.  
  116. If, while opening a file, a line was longer than 255, the open would stop at
  117. that line with no error message.  The (partial) file could be written out,
  118. destroying the (complete) original.  Now, Textra wraps the line and
  119. informs the user of such and the open continues to completion.
  120.  
  121. Incorporated Commodore's CloseWindowSafely() algorithm.  Earlier stuff
  122. could, on rare occasion, crash.  New stuff also feels much 'snappier'
  123. when closing windows (takes much less time).
  124.  
  125. Fixed problem where funny text would sometimes corrupt "open file"
  126. requester when diving down into a directory that was double-clicked.
  127.  
  128. Fixed random write when closing files individually (thanks, enforcer)
  129.  
  130. Fixed random read resulting in possible (but unlikely) crash
  131. in some instances of string gadget usage.  (thanks, enforcer)
  132.