------------------ Changes to V1.00a: ------------------ 1. Now 94 different AREXX-commands. 2. Blockoperations are changed to the guidelines of the 'Amiga User Interface Style Guide'. 3. Handles vertical blocks and vertical pasting. 4. You can mark every line you want (e.g. line 2, 3, 16, 29...) and in each line a different part of it (e.g. line 2 : character 1 to 7, line 5 : character 17 to 97 line 100: charcater 102 to 104...) and 'Cut', 'Copy' it to one location. 5. AREXX-commands of the blockoperations changed to the guidelines of the 'Amiga User Interface Style Guide'. 6. Supports scrolling with mouse. 7. During the start of TKEd, it checks its own length and makes a warning if it is too large. (Could be a linking virus). 8. Supports different screen sizes. If you use OS 2.04, you can also enter the coordinates of the upper left edge of the sceen. 9. Supports interlace mode. 10. Supports different font sizes. 11. No more 'unprinted' characters when writing very fast. 12. Some new AREXX-commands : 1. GotoByte 2. Request1 3. Request2 4. Beep 5. DisplayBeep 6. Delay 7. GetPathName 8. GetFullPathName 9. CloneLine 13. TKEd's AREXX-port is now synchronous (default). It can be made asynchronous by a keyword in the commandtext of the ARexx-menu. 14. When you start TKEd, it looks for currently running TKEd's in memory and asks to continue or to stop the start, if a running TKEd was found. 15. 'Safe saves' possible: Renames an existing file before saveing a newer file with the same name. Deletes the original file after 'safe saving'. 16. Shows a warning if a filename already exists when using 'Save As'. 17. The AREXX-function 'GetFileName' is splitted into the commands 'GetFileName', 'GetPathName' and 'GetFullPathName'. 18. Iconify-function. 19. Some small bugs removed. 20. Lots of features I don't remember. ----------------- Changes to V0.91: ----------------- 1. TKEd has now a very comfortable asynchronous AREXX-interface with 86 different functions. 2. Completely rewritten memory management. Less amount of memory and faster than TKEd V0.91. 3. Search and Replace of a text 5 times faster than TKEd V0.91. If both (search and replace) strings have the same length, TKEd V1.00 makes this up to 40 times faster than TKEd V0.91 (show me an editor which replaces all occurences of the letter 'e' with another one faster than TKEd !!!!) 4. Blocks can now be moved to the left and to the right. 5. Some new menus: 'SaveAll&Quit' 'Screen' 'Fonts' 'AutoBackup' 'VersionBackup' 'TimeBackup' 'Set Extension' 'Count Occurences' 'Matching Bracket' 'Block->' 'Block<-' 'Next Word' 'Previous Word' 'Delete Word' 'SwapCase' 'Goto Buffer (0..9)' 'ARexx' 'Load Macros' 'Save Macros' 6. Most of the requesters are build up more logically. 7. More parameters possible in the User-Menus. 8. Paths as parameters in User-Menus can now be entered comfortably via filerequesters. 9. Length of a line up to 255 characters. 10. TKEd now makes a backup of your text (with the ending '.bak') while saving a text. 11. TKEd can also make different versions of backups of a text. 12. TKEd manages now up to 10 different textes. Also possibility to copy blocks between the different textbuffers. 13. You can load and save the macros. 14. Each time you start TKEd, it checks his length and shows you a warning if it's longer then normaly. If the warning appears, TKEd is probably 'infected' by a linkvirus. Use anti-virus-software to check this. 15. Some small bugs removed.