summaryrefslogtreecommitdiffstats
path: root/tkcon/README.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-08 20:15:33 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-08 20:15:33 (GMT)
commit38d941c01b73c1d0611976e4cb9d361592ff30bd (patch)
tree18dc8ae526baafc21c4200c29979434b64898fca /tkcon/README.txt
parent4750a6186365f1457eea083102108b8c2a4d5936 (diff)
downloadblt-38d941c01b73c1d0611976e4cb9d361592ff30bd.zip
blt-38d941c01b73c1d0611976e4cb9d361592ff30bd.tar.gz
blt-38d941c01b73c1d0611976e4cb9d361592ff30bd.tar.bz2
update TEA 3.13
Diffstat (limited to 'tkcon/README.txt')
-rw-r--r--tkcon/README.txt42
1 files changed, 0 insertions, 42 deletions
diff --git a/tkcon/README.txt b/tkcon/README.txt
deleted file mode 100644
index cd9b6cc..0000000
--- a/tkcon/README.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-WHAT: Enhanced Tk Console for all Tk platforms
-
-WHERE: http://tkcon.sourceforge.net/
- http://www.purl.org/net/hobbs/tcl/script/
-
-REQUIREMENTS: Tcl/Tk 8.4+
- Tested through Tcl/Tk 8.6.
- tkcon is all Tcl/Tk code, no compiling required
-
-tkcon is a replacement for the standard console that comes with Tk (on
-Windows/Mac, but also works on Unix). tkcon provides many more features
-than the standard console and works on all platforms where Tcl/Tk is
-available. It is meant primarily to aid one when working with the little
-details inside tcl and tk and to give Unix users the GUI console provided
-by default in the Mac and Windows Tk.
-
-FEATURES:
- Command history
- Path (Unix style) / Proc / Variable name expansion
- Multiple and tabbed consoles, each with its own state (via multiple
- interpreters)
- Captures stdout and stderr to console window (puts overridden)
- Hot errors (click on error result to see stack trace)
- Electric character matching (a la emacs)
- Electric proc highlighting
- Enhanced history searching
- Configurable
- Cut / Copy / Paste between windows (interoperates with native platform)
- Communication between consoles and other Tk interpreters
- (including non-tcl ones)
- Works on all Tk platforms
-
-CONTACT: Jeffrey Hobbs, jeff at hobbs dot org
-
-GETTING STARTED:
-
-tkcon is a single drop-in file. On Windows, I place this on the desktop
-and double-click on it instead of wish/tclsh. On Unix and OS X, I place it
-in a directory on my path and run this instead of wish.
-
-Documentation can be reading by starting with index.html in the docs/
-subdirectory. Happying Tcl'ing!