home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
wp_dtp
/
tked.lha
/
TKEd
/
Doc
/
Changes
next >
Wrap
Text File
|
1992-07-03
|
6KB
|
217 lines
-----------------
Changes to V1.04:
-----------------
1. Small error with the 'Matching Bracket' function removed.
2. If you start TKEd from CLI/Shell with a not existing filename,
TKEd uses this name as default name for the new text.
3. Some internal optimisations.
-----------------
Changes to V1.02:
-----------------
1. TKEd has now an 'Undo' function.
2. TKEd can fold texts or parts of it. (very nice when programming)
3. You can make TKEd invisible ('Sleeping') and restart it
via a hotkey.
4. Now 102 different AREXX-Commands.
New: 'Sleep'
'Fold'
'UnFold'
'FoldNext'
'UnFoldNext'
'FoldMarked'
'SetFoldOn'
'SetFoldOff'
5. You can mark all modified lines.
6. English and german configuration possible.
7. Some internal functions optimized (TKEd is faster and shorter than
older versions)
8. Tabssize > 8 possible.
9. Some small changes I can't remember.
Remark: You allways should install TKEd using the program 'Install_TKEd',
because the name and/or the number of files which belong to
TKEd may change.
If you don't want to lose a saved configuration or your defined
macros, you have to save them first to a different place.
After copying them to the (new) directory 'TKEd:', you can use
it after converting the configurationfile ('TKEd.cfg') with
the tool 'Convert'.
-----------------
Changes to V1.01:
-----------------
1. TKEd uses now the 'reqtools.library' instead of the 'req.library'.
(sorry, Bruce and Colin!)
'reqtools.library' looks much more better under OS 2.04
2. Macros now use also the qualifiers 'Shift' or 'Alt'.
So you can specify up to 3 different macros for each key.
(key, key+shift, key+alt)
3. Some OS2.04 features:
-Gadgets of the screen OS2.04-like
-Supports autoscroll with overscan screens
-Supports an appWindow when iconified
4. Case sensitive search and use of wildcards possible
5. Different filenames as parameters possible.
When you start TKEd, it will load each file.
------------------
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.