Announcing TEASE (text editing and scripting environment) version 1.3.1.
http://tease.sourceforge.netTease is a text editor, written entirely in tcl/tk, for use on win32 systems
and
unix. It is designed for developers and development-support types who want t
o
have a common, intuitable, and fast editor across O/S's.
----
The new features in 1.3.1 are:
* bookmarks menu and configuration window, including a post-open
action such as sort, decrypt, or run
* command menu and configuration area allowing variables %FILE%
(full file path), %NAME%, %DIR%, and %EXT%. Sample win32 commands
for command prompt and explorer included.
...added to the existing features...
* fast context-menu commenting of code, including multi-line comments
(/* */, , etc), and easy association of comments with filetypes
* excellent search/replace, including replace all, regexp search,
and search all open windows in single mode
* unlimited undo/redo (YEAH Tcl!)
* show/hide tcl console on win32
* COM API via "winsend" package on win32
* output panel with one-click script execution
* "recent files" quick loading
* fast upper-and-lower-casing of selected text
* native tcl tail-f
* multiple line-by-line sort options (increasing/decreasing/unique)
* single-window or separate GUI modes
* "single" and "separate" document interfaces, with more variants
(tabs) to come
* ASCII-text-based encryption, with better to come.
----
Notes & Credits:
Winsend functionality courtesy of Pat Thoyts
http://tclsoap.sourceforge.net/winsend.htmlWindows executable provided thanks to Dennis LaBelle's FreeWrap
http://freewrap.sourceforge.netBasic printing capability provided thanks to Iain Findleton's tkPrint dll
http://pages.videotron.com/cclients...tkprint1.1.htmlBookmarks and command menus and configuration are the new features comprisin
g
the 1.3.1 release.
This is the sixth release of tease. It is available in binary and source fo
rm,
under the GNU General Public License, on sourceforge at
http://tease.sf.net.
Thanks, and enjoy!
----
chess hazlett <chessh@users.sourceforge.net>