Tk Text Edit

Check-in [46249b3e76]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Changed textsh default font to Courier
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:46249b3e767ee3c36da25b45c1dd7819c0aa5208
User & Date: dennis2 2002-11-14 20:08:07
Context
2002-11-14
20:10
Fixed prompt check-in: 361ee857e8 user: dennis2 tags: trunk
20:08
Changed textsh default font to Courier check-in: 46249b3e76 user: dennis2 tags: trunk
2002-06-17
16:33
Delimiters in speedbuttonbar check-in: ae06678230 user: dennis2 tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to lib/cfg.tcl.

79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{key-closefile}         {Alt-F3}
{key-delete}            {Delete}
{key-backspace}         {BackSpace}
{key-undo}              {Control-z|Control-Z}
{key-lastmacro}         {Alt-r|Alt-R}
{key-specc}             {Control-F12}
{font-editor}           {Courier}
{font-textshell}        {Terminal}
{specc-fontsize}	{12}
"

proc checkcfg {} {
global cfg::cfglist c debug_messages installdir
set num [expr [llength $cfg::cfglist] / 2]
for {set i 0} {$i < $num } {incr i } {







|







79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{key-closefile}         {Alt-F3}
{key-delete}            {Delete}
{key-backspace}         {BackSpace}
{key-undo}              {Control-z|Control-Z}
{key-lastmacro}         {Alt-r|Alt-R}
{key-specc}             {Control-F12}
{font-editor}           {Courier}
{font-textshell}        {Courier}
{specc-fontsize}	{12}
"

proc checkcfg {} {
global cfg::cfglist c debug_messages installdir
set num [expr [llength $cfg::cfglist] / 2]
for {set i 0} {$i < $num } {incr i } {