About
tk_edit it's a small tcl-code editor inspired from kroc-edit, the ML editor and a lot of other ideas from the tcl/tk-wiki. It's the summery of that what I need to write tcl-code.
Features
- tk_edit is a simple text editor with normal (modern) key-bindings
- syntax highlighting for tcl-code
- support of multiple files
- indent function
- a German translation of the program is available
What's new
27. April 2014:
- Version 0.7.6 is out
The requirements
- any BSD / Linux (software was written and tested under OpenBSD 5.4)
- tcl/tk-version 8.4 or higher
Download
This software stands under the BSD LICENSE and comes with NO warranty of any kind. You use it at your own risk.
date | version | description |
27. April 2014 | 0.7.6 |
|
16. February 2014 | 0.7.5 |
|
09. September 2009 | 0.7.4 |
|
Installation
Only try out without installation:
- copy tk_edit_x_x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_edit in this directory (tar -xvzf ./tk_edit_x_x.tgz)
- cd ./tk_edit
- run ./tk_edit.tcl
An installation into your system is very easy:
- copy tk_edit_x_x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_edit in this directory (tar -xvzf ./tk_edit_x_x.tgz)
- cd ./tk_edit
- run ./configure
- and "make install" as root
Thats all. Now you can start the program with "tk_edit"
Hint for FreeBSD and OpenBSD-user: on your system the tclsh is installed with a version prefix (e.g. tclsh8.5) but we need a simple "tclsh". Before you can start the program you must set a link: e.g. ln -s /usr/local/bin/tclsh8.5 /usr/local/bin/tclsh
Uninstallation
- go back to your tk_edit source directory (e.g. /usr/local/src/tk_edit)
- run "make uninstall"
Thats all.
Many thanks to
David Zolli for providing the source code of kroc-edit.
Bugs
Nobody is perfect - bugreports, comments and opinions are very welcome.
I wish you a good time
Falk
falk.richter*at*yandex.com
Last change: 27. April 2014