Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | No need to explicitely run dirdiff in tutorial. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
532e44f1cd0f24f3c4b513a3aa83f8b0 |
User & Date: | peter 2008-01-13 19:37:53.000 |
Context
2008-01-13
| ||
19:56 | Added status line showing background progress. check-in: 9384abd564 user: peter tags: trunk | |
19:37 | No need to explicitely run dirdiff in tutorial. check-in: 532e44f1cd user: peter tags: trunk | |
19:36 | Diff on Key-Return Minor fixes. check-in: 51fd8ceb3d user: peter tags: trunk | |
Changes
Changes to src/help.tcl.
︙ | ︙ | |||
204 205 206 207 208 209 210 | } #set ::diff(tutorial) 1 # Start up a dirdiff in the examples directory set ::dirdiff(leftDir) [file join [pwd] dir1] set ::dirdiff(rightDir) [file join [pwd] dir2] makeDirDiffWin | < | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | } #set ::diff(tutorial) 1 # Start up a dirdiff in the examples directory set ::dirdiff(leftDir) [file join [pwd] dir1] set ::dirdiff(rightDir) [file join [pwd] dir2] makeDirDiffWin set w [helpWin .ht "Eskil Tutorial"] text $w.t -width 82 -height 35 -yscrollcommand "$w.sb set" scrollbar $w.sb -orient vert -command "$w.t yview" pack $w.sb -side right -fill y pack $w.t -side left -expand 1 -fill both |
︙ | ︙ |