• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..01-Mar-20134

._ChangeLogH A D01-Mar-20134 KiB

._index.htmlH A D01-Mar-20134 KiB

._install-desktop-menu.shH A D01-Mar-20134 KiB

._pkgIndex.tclH A D01-Mar-20134 KiB

._README.txtH A D01-Mar-20134 KiB

._teapot.txtH A D01-Mar-20134 KiB

._tkcon-console.desktopH A D01-Mar-20134 KiB

ChangeLogH A D18-Aug-201018.8 KiB

docs/H18-Aug-201050

extra/H18-Aug-20106

index.htmlH A D18-Aug-20102.1 KiB

install-desktop-menu.shH A D18-Aug-20101 KiB

pkgIndex.tclH A D18-Aug-2010403

README.txtH A D18-Aug-20101.6 KiB

teapot.txtH A D18-Aug-201061

tkcon-console.desktopH A D18-Aug-2010175

tkcon.tclH A D11-Dec-2012190.1 KiB

README.txt

1WHAT:   Enhanced Tk Console for all Tk platforms
2
3WHERE:  http://tkcon.sourceforge.net/
4	http://www.purl.org/net/hobbs/tcl/script/
5
6REQUIREMENTS: Tcl/Tk 8.4+
7	Tested through Tcl/Tk 8.6.
8        tkcon is all Tcl/Tk code, no compiling required
9
10tkcon is a replacement for the standard console that comes with Tk (on
11Windows/Mac, but also works on Unix).  tkcon provides many more features
12than the standard console and works on all platforms where Tcl/Tk is
13available.  It is meant primarily to aid one when working with the little
14details inside tcl and tk and to give Unix users the GUI console provided
15by default in the Mac and Windows Tk.
16
17FEATURES:
18    Command history
19    Path (Unix style) / Proc / Variable name expansion
20    Multiple and tabbed consoles, each with its own state (via multiple
21        interpreters)
22    Captures stdout and stderr to console window (puts overridden)
23    Hot errors (click on error result to see stack trace)
24    Electric character matching (a la emacs)
25    Electric proc highlighting
26    Enhanced history searching
27    Configurable
28    Cut / Copy / Paste between windows (interoperates with native platform)
29    Communication between consoles and other Tk interpreters
30        (including non-tcl ones)
31    Works on all Tk platforms
32
33CONTACT: Jeffrey Hobbs, jeff at hobbs dot org
34
35GETTING STARTED:
36
37tkcon is a single drop-in file.  On Windows, I place this on the desktop
38and double-click on it instead of wish/tclsh.  On Unix and OS X, I place it
39in a directory on my path and run this instead of wish.
40
41Documentation can be reading by starting with index.html in the docs/
42subdirectory.  Happying Tcl'ing!
43