home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / textra / docs / whatsnew.doc < prev    next >
Text File  |  1995-02-27  |  14KB  |  386 lines

  1. !!!NEW!!!!!!NEW!!!!!!NEW!!!!!!  In V1.14  !!!!!!NEW!!!!!!NEW!!!!!!NEW!!!
  2.  
  3. MAJOR NEW FEATURES...
  4.  
  5.    o  Registered users may now disable the 2.5 second registration
  6.       notice at startup.  Textra will not present it if it finds
  7.       a file called "ram:Textra.Reg.Known".  I suggest you add a
  8.       line to your startup-sequence similar to:
  9.       
  10.          date >ram:Textra.Reg.Known
  11.    
  12.    o  Added the status line and a Preference item for enabling and
  13.       disabling it.
  14.    
  15.    o  The ARexx requester now permits 10 strings.  The F7 through F10
  16.       keys activate four of them, as before.  Additionally, Shift-F7
  17.       through Shift-F10 now activate another four.
  18.    
  19.    o  By default, CTRL+any alphabetic key will execute an ARexx
  20.       script named after the key.  For example:  CTRL-A will
  21.       lookfor and execute a script called CTRLA.textra.
  22.       CTRL+HELP will try to run CTRLhelp.textra.  EVERY ALPHABETIC
  23.       KEY ON THE KEYBOARD IS THEREFORE USER-DEFINABLE.
  24.    
  25.    o  If you double click on any of these characters... ( ) < > [ ] { }
  26.       Textra will search through the file in the appropriate direction
  27.       for a "balanced match" (handles nested substrings).  This is
  28.       great, for example, when programming C and you want to see
  29.       everything that the { you're staring at encompasses.  Textra will
  30.       highlight everything forward to the balancing } character.
  31.       
  32.       (If you are in Textra 1.14 or later, try double-clicking on
  33.       either of the above { or } chars or parens, etc.)
  34.       
  35.       Note that you can also find corresponding double-quote characters
  36.       "like around this", but Textra assumes you are clicking on the
  37.       LEADING double-quote.  (In other words, it will only conduct a
  38.       forward search for a corresponding double-quote).
  39.       
  40. GENERALLY GREAT NEW STUFF...
  41.  
  42.    o  By special request, at startup Textra now checks the relative 
  43.       average color intensities of the active intuition screen and if 
  44.       SAME AS wb 2.0+, (color1 darkest, color0 medium, color2 
  45.       brightest), it will use shaded gadgets and 2.0-style checkbox 
  46.       imagery (even if under 1.3 and earlier).  Earlier versions
  47.       checked if 2.0 or later, use shaded gadgets.
  48.    
  49.    o  Right-Amiga-W will now close the current window (same as
  50.       the CLOSEWINDOW gadget).
  51.    
  52.    o  Shortly after Textra opens it's first window (and before any file
  53.       requester is presented), Textra will look for and execute an
  54.       ARexx script called 'Startup.textra'.
  55.  
  56.    o  At startup, Textra now also checks that ARexx is actually running
  57.       before enabling the ARexx... menu item.  (It used to just check
  58.       that both the RexxSysLib.library and it's own message port opened
  59.       successfully).
  60.  
  61. NEW PREFERENCES STUFF...
  62.  
  63.    o  The new Status Line may be enabled/disabled via the Edit
  64.       Preferences requester.
  65.    
  66. NEW AREXX COMMANDS AND SCRIPTS...
  67.  
  68.    o  Added the QUITTEXTRA ARexx command.  See RexxCommand.doc
  69.    
  70.    o  Added new DelToEnd.textra, DelToStart.textra and
  71.       DelWholeLine.textra scripts.  All deal with deleting
  72.       the current line or portions thereof.
  73.  
  74.    o  New StartTextra.rexx script for using Textra with Paul Kienitz's
  75.       Q-Blue Offline Mail Reader program.  (with the script in your
  76.       rexx: dir, use 'rx StartTextra RAM:Bluedit' for your Editor
  77.       command.)  Actually, StartTextra.rexx is a general purpose
  78.       script that any application may use to easily load a file
  79.       into Textra, (if already open, it doesn't open it again, but
  80.       fronts the existing one).
  81.  
  82. BUGS FIXED IN 1.14...
  83.  
  84.    o  When a window would close, a bug would cause the newly-selected
  85.       window to be incorrectly chosen.
  86.  
  87.    o  A bug was fixed in determining invalid F1 Toggle-Size parameters
  88.       if the Workbench screen left edge was greater than 0.
  89.    
  90.    o  Fixed a crash that could occur if you were using a font with a
  91.       width less than 8.
  92.    
  93.    o  UNDO operations were not resetting menu states.
  94.  
  95.    o  The CLOSEWINDOW ARexx command was quite likely to crash.  The
  96.       only place this would show up in the release package was at the
  97.       end of the Tutorial.textra script, where the tutorial window
  98.       closes.
  99.    
  100.    o  There was another problem with the CLEAR Arexx command.  If it
  101.       was followed by certain commands like NEWLINE the editor
  102.       could crash
  103.  
  104. ----------------------------------------------------------------
  105.  
  106. Was new in V1.13
  107.  
  108. MAJOR NEW FEATURES...
  109.  
  110.     o Supports any fixed-spaced font.  (See the 'Fonts' section below)
  111.     
  112.     o Reworked event handling such that all tasks are independant of
  113.       each other.  This means you can edit in one window while
  114.       another is printing while another is running an ARexx
  115.       script.  Multi-processing!
  116.     
  117.     o Added "Print Selected Lines" menu item
  118.     
  119.     o Added "Insert File..." menu item (and an ARexx command, see below)
  120.  
  121.     o Added 'Install_Textra' program to release package.
  122.  
  123.     o Added Tutorial ARexx script to release package.
  124.  
  125. GENERALLY GREAT NEW STUFF...
  126.  
  127.     o If "Print File..." is run on the only open window, a requester
  128.       asks if a second window should be opened.
  129.  
  130.     o When you manually close a window, TEXTRA will now activate one
  131.       of the remaining TEXTRA windows.
  132.  
  133.     o Print algorithms now correctly process manually imbedded
  134.       Form-Feed (Ctrl-L) chars.
  135.  
  136.     o TEXTRA ARexx scripts are now nestable, they can be used in a
  137.       script just as they are used in a string gadget.
  138.  
  139.     o Buttons are now rendered as being "sunken" when clicked on.
  140.       Booleans (Radios) now "popup" & "popdown" when clicked.  This
  141.       is 2.0 Workbench compatible.  (no change under 1.3 & earlier)
  142.  
  143.     o PARAGRAPH.textra sped up by a factor of, geez, several times.
  144.     
  145.     o Properly handles the file's ARCHIVE bit on file modification
  146.     
  147.     o Enhanced About... Requester.
  148.     
  149.     o OPEN BY NAME... now preloads string requester with
  150.       selected text.
  151.  
  152. FONTS...
  153.  
  154.     o TEXTRA can now support different fonts both in the window
  155.       title-bars and in the window text.  The fonts must be non-
  156.       proportional.
  157.  
  158.     o Added the ASL font requester (needs asl.library)
  159.     
  160.     o Can change the font in the current window.
  161.     
  162.     o Can set and save the font that will be used for newly-
  163.       opened windows.
  164.     
  165. NEW PREFERENCES STUFF...
  166.  
  167.     o Preferences can now be set to strip extra blank lines at the
  168.       end of a file when SAVE-ing.  (slows down the SAVE operation,
  169.       though)
  170.  
  171.     o New Double-Click selection configurability added to Edit
  172.       Preferences dialog.  Now can select either contiguous
  173.       non-whitespace characters or Alpha-Numeric strings.
  174.  
  175.     o Can now disable the "Skip Paper-Perforations" feature via
  176.       TEXTRA's Printing Preferences dialog
  177.  
  178.     o Added 'F1 Size Toggle' to Edit Preferences.  This allows the
  179.       user to configure an alternate 'size' for the F1 key (other than
  180.       full screen).  (Particularly handy in 2.0 with virtual screens
  181.       larger than the monitor screen size or in SuprerHires
  182.       1280x400 mode.)
  183.     
  184.     o Edit Preferences now have the Rt-Amiga-E key equivalent.
  185.     
  186.     o Added 'Eject Page' configurable items to 'Print Preferences'
  187.     
  188.     o Can set and save the font that will be used for newly-
  189.       opened windows.
  190.     
  191. NEW AREXX COMMANDS...
  192.  
  193.     o INSERTFILE "filename"  (at current cursor/select location)
  194.  
  195.     o CLOSEWINDOW  (close the currently selected window)
  196.     
  197.     o CHECKCANCEL (allows user to signal script to exit)
  198.     
  199.     o RETURNPROMPT & RETURNPROMPTN - allow an ARexx script to interact
  200.       (prompt for a response, wait for RETURN) with the current window
  201.     
  202.     o PREFS command now has 'Alphanumeric' and 'AlphanumericHops'
  203.       attributes.  See RexxCommand.doc.
  204.     
  205.     o TEXTRAVERSION returns 1 13 5
  206.  
  207. BUGS FIXED IN 1.13...
  208.  
  209.     o If the cursor was at the very end of a file, the DEL key
  210.       would crash.  This is, of course, fixed. (I am so embarrassed!)
  211.     
  212.     o When TABS were present in a line, it was possible for
  213.       repetative Search & Replace operations to miss a second
  214.       occurence on the same line, if it was close enough to the
  215.       first.  (Got that?)
  216.  
  217.     o ARexx "next word"-type commands no longer have to ignore 0-9,
  218.       now can operate AlphaNUMERICALLY if set with PREFS command.
  219.       (see RexxCommand.doc)
  220.  
  221.     o When reading in a file, Form-Feeds no longer trigger "doesn't
  222.       seem to be text" message.
  223.  
  224.     o The "Please Note..." requester that appears when
  225.       ARexx has sent TEXTRA an "Unknown Command" now waits
  226.       for user to click OK.
  227.     
  228.     o Fixed bug where line-indenting was lost if cursor was at the
  229.       beginning of line and RETURN was pressed.
  230.  
  231.     o Fixed problem in ARexx interface that would cause adeadlock
  232.       if 'address "TEXTRA"' was used within a .textra script
  233.     
  234.     o Fixed problem when searching for one or more TAB chars
  235.       (and nothing else)... select range would end up incorrect
  236.     
  237.     o New files no longer have the 'EXECUTE' protection-bit set.
  238.       (now just 'DELETABLE, WRITABLE and READABLE are default).
  239.     
  240.     o Fixed crash that could occur sometimes after the ARexx
  241.       CLEAR command.
  242.     
  243.     o SHIFT-extend of select range would only work with the
  244.       LEFT shift key.
  245.  
  246.     o Fixed crash if window close gadget was double-clicked.
  247.  
  248.     o Fixed problem with FINDFILE and OPENFILE ARexx commands.
  249.       in that NEW files, not yet saved, would not be found.
  250.       FINDFILE would return 0 and OPENFILE would open a new
  251.       window with the same name.
  252.  
  253. ----------------------------------------------------------------
  254.  
  255. was new in V1.12...
  256.  
  257.    o  Added UNDO
  258.  
  259.    o  Greater stability in low-memory situations
  260.  
  261.    o  change SAVE-AS to accept a dir name like OPEN by NAME...
  262.       The 'USE LIST' button is therefore gone.
  263.  
  264.    o  Continuous scroll in file requester scroll gadgets
  265.  
  266.    o  5-10 times faster searching for text
  267.  
  268.    o  Added OPENFILE, FINDFILE, SELECTWINDOW, SAVEAS and
  269.       TEXTRAVERSION to arexx i/f command set
  270.  
  271.    o  Slightly cleaner 'resize window' algorithm (when not large enough
  272.       for a requester)
  273.  
  274.    o  Added 2 more possible diskbuttons in file requesters,
  275.       now can have up to 8
  276.  
  277.    o  Requesters which can automatically pop up when quitting
  278.       (such as the "SAVE CHANGES?" one) now also do a WindowToFront()
  279.  
  280.    o  Changed F6 so that it toggles between the last 2 selected
  281.       files (instead of cycling through the entire list).
  282.  
  283.    o  Cleaned up HELP...a little easier to read.
  284.  
  285.    o  Fixed 'double-draw' when a requester was opened immediately
  286.       after it's window was fronted.
  287.  
  288.    o  If a second TEXTRA is launched, it will send the appropriate
  289.       OPENFILE AREXX commands to the first, then exit. (That
  290.       brain-damaged "TEXTRA is already running" system requester
  291.       is gone!)  NOTE: AREXX needs to be installed for this to work.
  292.  
  293.    o  While reading in a file, and funny chars are seen in
  294.       the first 32 bytes, put up a requester asking if loading
  295.       should continue. (funny=not visible, white, lf or cr)
  296.       (Hmmm...should also check for cls)
  297.  
  298.    o  New PARAGRAPH script for paragraph formatting...replaces the
  299.       WRAPAT script
  300.  
  301. ----------------------------------------------------------------
  302.  
  303. V1.11...
  304.  
  305. Graphics/gadget-imagery  now Workbench 2.0-oriented. 
  306. (Under 1.3 and earlier, requesters & gadgets now appear primarily
  307. monochrome.)
  308.  
  309. New WrapAt.textra AREXX script.  Select a paragraph or paragraphs,
  310. then try WRAPAT 60. (Assuming paragraphs are separated by a blank
  311. line)
  312.  
  313. While printing, TEXTRA v1.11 should not significantly slow down other
  314. processes anymore.
  315.  
  316. Fixed a bug where, if an AREXX script called GET CURSOR CHAR 
  317. when the cursor was at the end of a line, very strange (and 
  318. usually bad) things would happen later on.
  319.  
  320. ----------------------------------------------------------------
  321.  
  322. V1.10...
  323.  
  324. The BIG, BIG news is, of course the AREXX port (TREXXTRA?!!?).
  325. See the file RexxCommand.doc for details on the TEXTRA/AREXX
  326. command set available and other special notes.
  327.  
  328. Added Preference item for stripping CR from CR,LF sequences when
  329. reading in the file.
  330.  
  331. Added horiz scroll gadget.
  332.  
  333. Fixed 'Open by Name...' to NOT ask for floppy, if ejected.
  334.  
  335. Changed up & down arrow keys to center the cursor line if off-screen.
  336.  
  337. Made 'keyboard help' prettier, more complete.
  338.  
  339. Cleaned-up arrow gadget images
  340.  
  341. Change window sizing so that if necessary, last line of file
  342. will 'move down' do a new 'bottom of window'.
  343.  
  344. FIXED In V1.10...
  345.  
  346. Enforcer CLEAN!  (At least *I* can't squeeze any more outta it!)
  347.                  (Let me know if *YOU* can!)
  348.  
  349. Fixed printing problem with leading space at beginning of each line
  350.  
  351. Trying to exceed a line length of 255 used to crash.  not anymore.
  352.  
  353. 'Go To Line' on last line (the always-empty one) would cause it
  354. to become selected all the way 'cross the screen (inferring a next line).
  355. This would cause bad array pointers and the like to be used for virtually
  356. any further operations, and ultimately a crash.  fixed.
  357.  
  358. Up- or down-arrow into middle of TAB would cause problems
  359.  
  360. With only one blank line at the eof, select FROM past eol on
  361. line last-2 TO last.  Hitting backspace caused last-1 to stay visible.
  362.  
  363. Fixed problem where double-click, even if curs pos changed, would
  364. not allow drag select on second click.
  365.  
  366. Under 2.0, in Super-Hires (1280-wide screen), the F1 key didn't 
  367. enlarge to full-width (just half-width, 640) AND didn't return to
  368. small size when hit again.
  369.  
  370. If, while opening a file, a line was longer than 255, the open would stop at
  371. that line with no error message.  The (partial) file could be written out,
  372. destroying the (complete) original.  Now, Textra wraps the line and
  373. informs the user of such and the open continues to completion.
  374.  
  375. Incorporated Commodore's CloseWindowSafely() algorithm.  Earlier stuff
  376. could, on rare occasion, crash.  New stuff also feels much 'snappier'
  377. when closing windows (takes much less time).
  378.  
  379. Fixed problem where funny text would sometimes corrupt "open file"
  380. requester when diving down into a directory that was double-clicked.
  381.  
  382. Fixed random write when closing files individually (thanks, enforcer)
  383.  
  384. Fixed random read resulting in possible (but unlikely) crash
  385. in some instances of string gadget usage.  (thanks, enforcer)
  386.