Stringscan

Check-in [81def18f46]
Login

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: 81def18f465bf6177f538bbe447456af80948c71f902cbd6d0621be5e847c6d8
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
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to stringscan.rb.

1
2


3
4
5
6
7
8
9
10
11
#Stringscan: grep-like tool, written in Ruby-Tk. (c) 2017 Kevin Walzer/WordTech Communications LLC. License: MIT license.
#encoding: UTF-8


require 'tk'
$: << "." require 'tkballoonhelp'  
require 'tkextlib/tile'
require 'find'
require 'tkextlib/tcllib/tablelist_tile'
require 'mime/types'
require 'tk/tk_mac'
require 'tkextlib/tkDND'



>
>

|







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'