xtextedit
posted Jul. 06 2005
under
| File | Released | Downloads |
|---|---|---|
| xtextedit-0.6.zip | Mar. 15 2006 | 7656 |
| xtextedit-0.5.zip | Jul. 08 2005 | 13103 |
| xtextedit-0.3.zip | Jul. 06 2005 | 78 |
| xtextedit-0.2.zip | Jul. 06 2005 | 65 |
| xtextedit-0.1.zip | Jul. 06 2005 | 70 |
This description was found in [xTextEdit_changes.txt]
-----------------------------------------------------------------------------
Changes for xTextEdit
-----------------------------------------------------------------------------
0.6 Released on 02-03-2006, Changes by Andymon
- Added: !xTextToggleNoEscape
Toggles the xTextEditNoEscape setting On/Off
- Added: xTextEditNoEscape BOOL
If set, the special keys in search and replace strings are disabled.
In the search string
". ? * + [ ] _ ^ ( ) | \ &"
are used with the "\" escape sequence.
In the replace string are special features like
"\1", "\2", "&", ...
disabled.
0.5 Released on 13-04-2005, Changes by Andymon
- Added: !xTextInsertAfter
- Added: !xTextInsertBefore
- Added: !xTextDeleteAll
- Changed: !xTextDelete
Only the first matching line will be deleted!
0.3 Released on 25-11-2004, Changes by Andymon
- Fixed: !xTextReplaceAll hadn't inserted the ReplaceText.
( Sorry Dac, it seems you're the only one who find bugs ;) )
0.2 Released on 06-11-2004, Changes by Andymon
- Fixed: !xTextAppend hadn't used Escape Sequences in the appended Text
( Sorry Dac, i always used !xTextReplace, there it works ;) )
- Fixed: !xTextSaveEvar can now use Escape Sequences in the Optional Saving Value.
Initial Version 0.1 Released on 08-09-2004, Created by Andymon