File: control

package info (click to toggle)
tkcon 2%3A2.7~20151021-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 776 kB
  • ctags: 290
  • sloc: tcl: 5,071; perl: 81; makefile: 72; exp: 23; sh: 13
file content (26 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: tkcon
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>> 9.0.0)
Build-Depends-Indep: tcl-dev, tcllib
Standards-Version: 3.9.8
Homepage: http://tkcon.sourceforge.net/

Package: tkcon
Architecture: all
Depends: ${wish:Depends}, ${misc:Depends}
Description: Enhanced interactive console for developing in Tcl
 TkCon is a Tcl shell and console, making it ideal for
 experimenting with Tcl and Tk programs interactively.
 .
 Features:
  Command history
  Path (Unix style) / Proc / Variable name expansion
  Multiple 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
  Communication between consoles and other Tk interpreters
   (including non-Tcl ones)