Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak to regproc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7f6dfa1d62663d97a963338e8a930474 |
User & Date: | kevin 2017-06-21 03:57:46 |
Context
2017-06-21
| ||
04:16 | More shakeout of bugs check-in: 6435540f81 user: kevin tags: trunk | |
03:57 | Tweak to regproc check-in: 7f6dfa1d62 user: kevin tags: trunk | |
03:49 | Further refinements check-in: f2d21b7abd user: kevin tags: trunk | |
Changes
Changes to stringscan.rb.
︙ | ︙ | |||
247 248 249 250 251 252 253 | cur = $tbox.index("#{cur} + #{len} char") } $tbox.configure('state'=>'disabled') end #about window for app | | | 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | cur = $tbox.index("#{cur} + #{len} char") } $tbox.configure('state'=>'disabled') end #about window for app def aboutWindow tk::messageBox :type => 'ok', :message => 'Stringscan: Text Search Tool', :icon => 'info', :title => 'About Stringscan', :detail => "version 1.0\n(c) 2017 Wordtech Communications LLC", :parent => $root end |
︙ | ︙ |