Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prepared for 0_9_9 rlease |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | ace6fff7870d343b03400c68d797a5e16a99d935 |
User & Date: | dennis 2000-11-10 00:17:43 |
Context
2000-11-21
| ||
18:06 | Logo in File menu Possibility to assign icons to speed buttons Load/Save/New/Close = new default buttons with icons Possibility to resize file list and textshell Parameters to shell script macro files Fixed window resize bug + General bug fix check-in: 683c59d574 user: dennis tags: trunk | |
2000-11-10
| ||
00:17 | Prepared for 0_9_9 rlease check-in: ace6fff787 user: dennis tags: trunk | |
2000-11-09
| ||
23:58 | Add rename feature in macromanager check-in: df8decbfa6 user: dennis tags: trunk | |
Changes
Changes to lib/edit.tcl.
1 2 3 4 5 6 7 8 |
set debug_messages 1
set tcl_traceExec 0
set prgname "Tcl TextEdit 0.9.9"
#?-About
#?%2TCL TextEdit v0.9.x%
#?
|
| |
1 2 3 4 5 6 7 8 |
set debug_messages 0
set tcl_traceExec 0
set prgname "Tcl TextEdit 0.9.9"
#?-About
#?%2TCL TextEdit v0.9.x%
#?
|