Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Syntax check caught up with latest changes |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
398b37698c2d5c77d4800cc537728bb0 |
User & Date: | peter 2015-03-19 22:31:02.662 |
Context
2015-03-19
| ||
23:06 | Fixed the debug backdoor. check-in: 8f9bb7ad97 user: peter tags: trunk | |
22:31 | Syntax check caught up with latest changes check-in: 398b37698c user: peter tags: trunk | |
2015-03-18
| ||
23:25 | Allow plugins to yield if Eskil is run in Tcl 8.6 or newer check-in: 0ac12f1aa4 user: peter tags: trunk | |
Changes
Changes to src/eskil.syntax.
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | ##nagelfar syntax ::tk::GetSelection x x ##nagelfar syntax ::tk::ScrollButton2Down x x x ##nagelfar syntax console x ##nagelfar syntax fileLabel x p* ##nagelfar option fileLabel -textvariable ##nagelfar option fileLabel\ -textvariable n |
︙ |
Changes to src/plugin.tcl.
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - + | # Expose needed commands if {!$allow} { interp expose $pi fconfigure ;# ?? interp hide $pi close } set pinfo {file 0 dir 0} |
︙ |