Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More tweaks for Windows |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
81def18f465bf6177f538bbe447456af |
User & Date: | kevin 2017-07-09 05:02:21 |
Context
2017-07-09
| ||
20:37 | Further refinements to Windows build check-in: a1be26d00c user: kevin tags: trunk | |
05:02 | More tweaks for Windows check-in: 81def18f46 user: kevin tags: trunk | |
04:59 | Refine Windows build check-in: 07faf86fdc user: kevin tags: trunk | |
Changes
Changes to stringscan.rb.
1 2 3 | #Stringscan: grep-like tool, written in Ruby-Tk. (c) 2017 Kevin Walzer/WordTech Communications LLC. License: MIT license. #encoding: UTF-8 require 'tk' | > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #Stringscan: grep-like tool, written in Ruby-Tk. (c) 2017 Kevin Walzer/WordTech Communications LLC. License: MIT license. #encoding: UTF-8 require 'tk' require_relative 'tkballoonhelp' require 'tkextlib/tile' require 'find' require 'tkextlib/tcllib/tablelist_tile' require 'mime/types' require 'tk/tk_mac' require 'tkextlib/tkDND' |
︙ | ︙ |