Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version bump to 2.2 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2da27e0597ee0b036bc094bfdaf68e4f |
User & Date: | kevin 2016-07-17 19:31:50 |
Context
2016-08-01
| ||
01:10 | More tweaks check-in: db09f011c6 user: kevin tags: trunk | |
2016-07-17
| ||
19:31 | Version bump to 2.2 check-in: 2da27e0597 user: kevin tags: trunk | |
2016-07-02
| ||
03:07 | Initial commit check-in: a7af6d5c8e user: kevin tags: trunk | |
Changes
Changes to Info-cbk.plist.
1 2 3 4 5 6 7 8 9 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>TextSweep</string> <key>CFBundleGetInfoString</key> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>TextSweep</string> <key>CFBundleGetInfoString</key> <string>TextSweep 2.2.0 (c) 2014 WordTech Communications LLC</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHighResolutionCapable</key> <true/> <key>LSMinimumSystemVersionByArchitecture</key> <dict> <key>i386</key> |
︙ | ︙ | |||
52 53 54 55 56 57 58 | <key>CFBundleDisplayName</key> <string>TextSweep</string> <key>CFBundleIdentifier</key> <string>com.codebykevin.com.textsweep-cbk</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> | | | | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <key>CFBundleDisplayName</key> <string>TextSweep</string> <key>CFBundleIdentifier</key> <string>com.codebykevin.com.textsweep-cbk</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>2.2.0</string> <key>CFBundleVersion</key> <string>2.2.0</string> <key>LSMinimumSystemVersion</key> <string>10.9</string> <key>LSRequiresCarbon</key> <true/> <key>NSSupportsAutomaticTermination</key> <string>YES</string> <key>NSSupportsSuddenTermination</key> |
︙ | ︙ |
Changes to TextSweep.app/Contents/Info.plist.
︙ | ︙ | |||
35 36 37 38 39 40 41 | <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> </array> <key>CFBundleExecutable</key> <string>Wish</string> <key>CFBundleGetInfoString</key> | | > | > > > | | | | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> </array> <key>CFBundleExecutable</key> <string>Wish</string> <key>CFBundleGetInfoString</key> <string>Wish Shell 8.6.5, Copyright © 1989-2016 Tcl Core Team, Copyright © 1989-2016 Contributors, Copyright © 2011-2016 Kevin Walzer/WordTech Communications LLC, Copyright © 2014-2016 Marc Culler, Copyright © 2002-2016 Daniel A. Steffen, Copyright © 2001-2009 Apple Inc., Copyright © 2001-2002 Jim Ingham & Ian Reid</string> <key>CFBundleIconFile</key> <string>Wish.icns</string> <key>CFBundleIdentifier</key> <string>com.tcltk.wish</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>cs</string><string>da</string><string>de</string><string>el</string><string>en</string><string>en_gb</string><string>eo</string><string>es</string><string>fr</string><string>hu</string><string>it</string><string>nl</string><string>pl</string><string>pt</string><string>ru</string><string>sv</string> </array> <key>CFBundleName</key> <string>Wish</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>8.6.5</string> <key>CFBundleSignature</key> <string>WiSH</string> <key>CFBundleVersion</key> <string>8.6.5</string> <key>LSMinimumSystemVersion</key> <string>10.5.0</string> <key>LSRequiresCarbon</key> <true/> <key>NSAppleScriptEnabled</key> <true/> <key>OSAScriptingDefinition</key> <string>Wish.sdef</string> <key>NSHighResolutionCapable</key> <string>True</string> </dict> </plist> |
Changes to TextSweep.app/Contents/MacOS/TextSweep.
cannot compute difference between binary files
Changes to TextSweep.app/Contents/lib/regproc/pkgIndex.tcl.
1 2 3 4 5 6 7 8 9 10 | # Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the # "package ifneeded" command to set up package-related # information so that packages will be loaded automatically # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. | | | 1 2 3 4 5 6 7 8 9 10 11 | # Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the # "package ifneeded" command to set up package-related # information so that packages will be loaded automatically # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. package ifneeded regproc 1.4 [list source [file join $dir regproc.tcl]] |
Changes to TextSweep.app/Contents/lib/regproc/regproc.tcl.
1 2 | #regproc.tcl routines to register serial numbers | | | | > > > > > > > > > > > > > > > > > > > > | > | > > > | > > > > > > > < | > > > | > > | > | > > > | > | > > | > > | | > > | > > > | > > > | > > > > > > | > | > > > | | > < < < < | | < | | > | > | > > | > > | > > > > > | > | | > | | > | < < > < > | > > | | > | > < < | > > > > > | | | | | | | | | | | | | | < | | | | | > > > > | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | #regproc.tcl routines to register serial numbers #Copyright 2015 WordTech Communications LLC #MIT license package provide regproc 1.4 package require http package require xplat image create photo _unlock -data { R0lGODlhGAAgAIABAAAAAP///yH+GkNyZWF0ZWQgd2l0aCBHSU1QIG9uIGEgTWFj ACH5BAEKAAEALAAAAAAYACAAAAJRjI+gq+jO4npQWmqsBvQenzBYVE1YQH7imWbm ib5xA89cPcp4uPX+DwwKh7SdbWXUGF2S5VHn6oBURWrL+lBmb6UrTpucfsE14u85 tKZ5wkMBADs= } image create photo _check -data { R0lGODlhIAAaAIABAAQHB////yH+GkNyZWF0ZWQgd2l0aCBHSU1QIG9uIGEgTWFj ACH5BAEKAAEALAAAAAAgABoAAAJMjI+pCeuvgIR0yVtzuFxDDnoWGIoHWZobikUV 2zLTA89yfLNjetY7iag1Ir4VzCFMfpI6ChOYeeJeTxVTZRBie6htEOrl2sJcsmVb AAA7 } namespace eval regproc { if {![info exists library]} { variable library [file dirname [info script]] } variable datadir variable expired set expired 0 #set the 30-day clock for application/version proc setClock {} { variable datadir variable appname variable appversion variable appstore puts "datadir is $datadir" set launchTime [clock seconds] set saveTime [open $datadir/$appname$appversion.dat w] puts $saveTime $launchTime close $saveTime } #read the time set proc readClock {} { variable datadir variable appstatus variable expstatus variable appname variable appversion variable appstore variable expired set curTime [clock seconds] set oldTime [read [open $datadir/$appname$appversion.dat r]] set expDate [clock scan "30 days" -base $oldTime] if {$curTime < $expDate } { set expired 0 regproc::makePitch } else { set expired 1 regproc::expiredPitch } } #check to see if a time has been set proc checkClock {} { variable datadir variable appname variable appversion variable appstore variable expired if {[file exists $datadir/.$appname$appversion.rc]} { catch "file rename $datadir/.$appname$appversion.rc $datadir/$appname$appversion.dat" regproc::readClock return } if {![file exists $datadir/$appname$appversion.dat]} { regproc::setClock regproc::readClock } else { regproc::readClock } } #dialog before demo has expired proc makePitch {} { variable version variable appname variable appstore toplevel .purchase wm title .purchase "Purchase $appname" wm resizable .purchase 0 0 wm withdraw .purchase wm transient .purchase . wm protocol .purchase WM_DELETE_WINDOW {} ttk::frame .purchase.top -padding 10 pack .purchase.top -side top -fill both -expand yes ttk::label .purchase.top.label -text "You are currently using a demo of $appname. This version will give you the chance to try \n$appname free of charge for 30 days. Would you like to buy $appname now?" -image _unlock -compound left -anchor n pack .purchase.top.label -side top -fill x -expand yes ttk::frame .purchase.bottom -padding 5 pack .purchase.bottom -side bottom -fill both -expand yes ttk::frame .purchase.bottom.upper pack .purchase.bottom.upper -side top -fill both -expand no ttk::frame .purchase.bottom.lower -padding 5 pack .purchase.bottom.lower -side bottom -fill both -expand no ttk::button .purchase.bottom.lower.install -text "Purchase" -default active -command "xplat::launch http://www.codebykevin.com/$appname.html; regproc::getReg; destroy .purchase" ttk::button .purchase.bottom.lower.cancel -text "Cancel" -command " destroy .purchase; raise ." pack .purchase.bottom.lower.install .purchase.bottom.lower.cancel -side right -fill both -expand no ::tk::PlaceWindow .purchase widget . wm deiconify .purchase focus .purchase.bottom.lower.install if {[tk windowingsystem] eq "aqua"} { after idle [list after 0 wm attributes .purchase -notify 1] bind all <FocusIn> [list add [list wm attributes . -notify 0]] } } #dialog after demo has expired proc expiredPitch {} { variable version variable appname variable appstore variable expired toplevel .expired wm title .expired "Purchase $appname" wm resizable .expired 0 0 wm withdraw .expired wm transient .expired . wm protocol .expired WM_DELETE_WINDOW {} ttk::frame .expired.top -padding 10 pack .expired.top -side top -fill both -expand yes ttk::label .expired.top.label -text "This demo of $appname is now expired. Would you like to buy $appname now?" -image _unlock -compound left -anchor n pack .expired.top.label -side top -fill x -expand yes ttk::frame .expired.bottom -padding 5 pack .expired.bottom -side bottom -fill both -expand yes ttk::frame .expired.bottom.upper pack .expired.bottom.upper -side top -fill both -expand no ttk::frame .expired.bottom.lower -padding 5 pack .expired.bottom.lower -side bottom -fill both -expand no ttk::button .expired.bottom.lower.install -text "Purchase" -default active -command "xplat::launch http://www.codebykevin.com/$appname.html; regproc::getReg; destroy .expired" ttk::button .expired.bottom.lower.cancel -text "Cancel" -command " destroy .expired; exit" pack .expired.bottom.lower.install .expired.bottom.lower.cancel -side right -fill both -expand no ::tk::PlaceWindow .expired widget . wm deiconify .expired focus .expired.bottom.lower.install if {[tk windowingsystem] eq "aqua"} { after idle [list after 0 wm attributes .expired -notify 1] bind all <FocusIn> [list add [list wm attributes . -notify 0]] } } #check for license, validate if found, set demo pitch if not found proc readLic {application version} { variable serial variable datadir variable appname variable appversion variable appstore set appname $application set appversion $version set datadir [xplat::appconfig $appname] if {[file exists $datadir/.lic] } { file rename $datadir/.lic $datadir/lic.dat } if {[file exists $datadir/lic.dat]} { set licnum [open $datadir/lic.dat r] set serial [read $licnum] close $licnum return } else { set serial "Demo" regproc::checkClock } } #write license to file proc setLic {} { variable serial variable serialbase variable datadir variable appname variable regwindow variable appstore if {$serial == ""} { tk_messageBox -icon warning -title "Incorrect Serial Number" -message "Incorrect Serial Number" -detail "Incorrect serial number. The application will exit now." -parent .number exit } set count 20000 for {set i 1} {$i < $count} {incr i 1} { lappend serialbase [string toupper $appname]-[expr $i * 5]-[expr $i/11]-[expr $i - 1]-[string toupper [string trim [string range $appname 0 1]]] } set output [lsearch -inline $serialbase $serial] puts $serial puts $output if {$output >= 0} { cd $datadir set lic [open $datadir/lic.dat w] puts $lic "$serial" close $lic tk_messageBox -icon info -title "Thank You" -message "Thank You" -detail "Thank you for registering $appname." -parent .number destroy .number #display window that was hidden catch {wm deiconify .} } else { if {$expired == 1} { tk_messageBox -icon warning -title "Incorrect Serial Number" -message "Incorrect Serial Number" -detail "Incorrect serial number. The application will exit now." -parent .number exit } tk_messageBox -icon warning -title "Incorrect Serial Number" -message "Incorrect Serial Number" -detail "Incorrect serial number. Please try again." -parent .number regproc::getReg } } #generate license numbers proc genList {application} { variable appname |
︙ | ︙ | |||
216 217 218 219 220 221 222 | close $keylist } } #dialog to input registration number from demo prompt proc getReg {} { | < > > > | < > > < > | | | > > | > > | > > | | > > | < | > > > | > | | > > | < < | | > | > > > | > > | 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 | close $keylist } } #dialog to input registration number from demo prompt proc getReg {} { variable serial variable regwindow variable appstore variable expired variable appname toplevel .number wm title .number "License" wm resizable .number 0 0 wm withdraw .number wm transient .number . wm protocol .number WM_DELETE_WINDOW {} ttk::frame .number.top -padding 10 pack .number.top -side top -fill both -expand yes ttk::label .number.top.label -text "Please enter your serial number for $appname\nin the field below:" -image _check -compound left -anchor n -padding 10 pack .number.top.label -side top -fill both -expand yes ttk::entry .number.top.entry -textvariable [namespace current]::serial pack .number.top.entry -side bottom -fill both -expand yes ttk::frame .number.bottom -padding 5 pack .number.bottom -side bottom -fill both -expand yes ttk::frame .number.bottom.upper pack .number.bottom.upper -side top -fill both -expand no ttk::frame .number.bottom.lower -padding 5 pack .number.bottom.lower -side bottom -fill both -expand no bind .number <Return> {regproc::setLic; destroy .number; raise .} ttk::button .number.bottom.lower.install -text "Register" -default active -command {regproc::setLic; destroy .number; raise .} ttk::button .number.bottom.lower.cancel -text "Cancel" -command "regproc::exitIfExpired; destroy .number; raise ." pack .number.bottom.lower.install .number.bottom.lower.cancel -side right -fill both -expand no ::tk::PlaceWindow .number widget . wm deiconify .number focus .number.bottom.lower.install if {[tk windowingsystem] eq "aqua"} { after idle [list after 0 wm attributes .number -notify 1] bind all <FocusIn> [list wm attributes . -notify 0] } } proc exitIfExpired {} { variable expired if {$expired == 1} { exit } } namespace export * } |
Changes to TextSweep.app/Contents/lib/softwareupdate/softwareupdate.tcl.
1 2 3 4 | #softwareupdate.tcl routines to manage spoftware updates # Copyright (C) 2014 WordTech Communications LLC | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | #softwareupdate.tcl routines to manage spoftware updates # Copyright (C) 2014 WordTech Communications LLC #MIT license package provide softwareupdate 1.4 package require http package require tdom namespace eval softwareupdate { if {![info exists library]} { variable library [file dirname [info script]] } variable icon variable appname variable tmpdir variable currentinstall switch [tk windowingsystem] { "aqua" { set tmpdir $::env(TMPDIR) } "win32" { set tmpdir $::env(TMP) } "x11" { set tmpdir $::env(TMP) } } proc setIcon {appicon} { variable icon set icon $appicon return $icon } proc setAppName {name} { variable appname set appname $name return $appname } #check version of installed software proc checkVersion {app version} { variable appversion variable appname variable currentversion variable versionnumber variable appcast variable sparkledata variable changedata set appname $app softwareupdate::checkingForUpdates set appcast http://www.codebykevin.com/[string tolower $appname].xml http::config -useragent "$appname Update Check" set xml [http::data [http::geturl $appcast]] |
︙ | ︙ | |||
74 75 76 77 78 79 80 | variable appname set currentversion $number set appname $app } | | > > > > | | | > > > > > > > > > > > > | | | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | variable appname set currentversion $number set appname $app } #get the current installation path proc findCurrentInstallation {} { variable currentinstall variable appname switch [tk windowingsystem] { "aqua" { set approot [info nameofexecutable] set apppath [split $approot /] set currentinstall [join [lrange $apppath 0 [lsearch $apppath "*.app"]] / ] } "win32" { set currentinstall [file join $::env(APPDATA) CodebyKevin $appname] } "x11" { return } } return $currentinstall } #prompt user to update proc updatePitch {} { variable appname variable icon variable changedata variable currentversion variable versionnumber catch {destroy .updateprogress} catch {destroy .update} toplevel .update wm title .update "Software Update" wm withdraw .update frame .update.f -bg gray95 pack .update.f -fill both -expand yes frame .update.f.top -bg gray95 pack .update.f.top -fill both -expand yes label .update.f.top.i -image $icon -bg gray95 -relief flat -highlightthickness 0 pack .update.f.top.i -side left -fill both -expand yes frame .update.f.top.r -bg gray95 pack .update.f.top.r -side right -fill both -expand yes label .update.f.top.r.title -text "A new version of $appname is available!" -font {-weight bold} -bg gray95 -relief flat -highlightthickness 0 pack .update.f.top.r.title -fill both -expand yes -side top |
︙ | ︙ | |||
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | } #"busy" dialog proc checkingForUpdates {} { variable appname catch {destroy .updateprogress} toplevel .updateprogress wm title .updateprogress "Updating $appname" wm withdraw .updateprogress update idletasks ttk::frame .updateprogress.f -padding 5 pack .updateprogress.f -fill both -expand yes | > | | 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | } #"busy" dialog proc checkingForUpdates {} { variable appname variable icon catch {destroy .updateprogress} toplevel .updateprogress wm title .updateprogress "Updating $appname" wm withdraw .updateprogress update idletasks ttk::frame .updateprogress.f -padding 5 pack .updateprogress.f -fill both -expand yes label .updateprogress.f.l -bg gray95 -image $icon -bd 0 -relief flat -highlightthickness 0 pack .updateprogress.f.l -side left -fill both -expand yes frame .updateprogress.f.r -bg gray95 -bd 0 -highlightcolor gray95 pack .updateprogress.f.r -side right -fill both -expand yes ttk::label .updateprogress.f.r.t -text "Checking for updates..." -padding 5 |
︙ | ︙ | |||
249 250 251 252 253 254 255 256 257 258 259 260 | } #download and install the update proc installUpdate {} { variable currentinstall variable status variable appname catch {destroy .update} softwareupdate::findCurrentInstallation | > | | | > < | | | | | | | | | > > > > > > > > > > > > > > > | > | | > | | | | | | | | | | | | > | > > > > | > > > > > > > > > > > > | 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | } #download and install the update proc installUpdate {} { variable currentinstall variable status variable appname variable tmpdir catch {destroy .update} softwareupdate::findCurrentInstallation softwareupdate::progressDialog set status "Downloading update for $appname" switch [tk windowingsystem] { "aqua" { http::geturl http://www.codebykevin.com/updates/[list $appname].tgz -channel [open $tmpdir/[list $appname].tgz w] update after 1000 cd $tmpdir set status "Unpacking update for $appname" update after 1000 catch {exec tar xvfz [list $appname].tgz} } "win32" { http::geturl http://www.codebykevin.com/updates/[list $appname].exe -channel [open $tmpdir/[list $appname].exe w] } "x11" { tk_messageBox -icon info -parent . -message "Please ask the maintainer of $appname on your platform to prepare a release of the latest version." return } } set status "Ready to install" .downloadprogress.frame.bar configure -mode determinate .downloadprogress.frame.bar configure -value 100 .downloadprogress.frame.bar stop destroy .downloadprogress.frame.b pack [ttk::button .downloadprogress.frame.b -text "Install and Relaunch" -command softwareupdate::launchUpdate] -side right -fill both -expand no return } #launch the update proc launchUpdate {} { variable currentinstall variable appname variable tmpdir switch [tk windowingsystem] { "aqua" { if {[catch {exec codesign -v $tmpdir/$appname.app} msg]} { bgerror $msg tk_messageBox -icon warning -message "Error!" -detail "An error occurred in the installation of $appname. Please try again later." return } else { file rename -force $currentinstall [file join /Users [exec whoami] .Trash [file tail $currentinstall]] file rename -force /tmp/$appname.app $currentinstall exec $currentinstall/Contents/MacOS/$appname & exit } } "win32" { file rename -force $currentinstall/[list $appname].exe $tmpdir/[list $appname].exe~ file copy $tmpdir/[list $appname].exe $currentinstall/[list $appname.exe] exec $currentinstall/[list $appname].exe & exit } "x11" { tk_messageBox -icon info -parent . -message "Please ask the maintainer of $appname on your platform to prepare a release of the latest version." return } } catch {destroy .downloadprogress} } namespace export * } |
Changes to TextSweep.app/Contents/lib/textsweep/textsweep-main.tcl.
1 2 | # TextSweep: batch search-replace tool | | < | | | > | | > > | | > > | | > > > > > > > > > > > > > > > > < | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | # TextSweep: batch search-replace tool # Copyright (C) 2016 WordTech Communications LLC #Proprietary to WordTech Communications LLC. Redistribution prohibited. #let's get started #initialize package requirements package require tablelist_tile package require fileutil package require windowlist package require Img package require tkdnd package require regproc package require machelp package require softwareupdate package require aquahig package require appname package require xplat if {[tk windowingsystem] eq "aqua"} { package require fullscreen } #initialize variables global folder global searchvar global patternvar global replacevar global searchterm global filelist global platform_name set folder {} set searchvar {} set patternvar {} set replacevar {} set searchterm {} set filelist {} #handle errors in Tk proc bgerror {args} { global cachedir puts "TextSweep: An error occurred: $args" } #make images for buttons et. al from files proc makeImage {} { global runsearch global folder_documents global edit_undo set imagedir [file join [file dirname [info script]] images] image create photo logo -data { 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 } image create photo folder -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAIghG+hy4zY4npHSoqz3tD6D4aiwpXmiabqyrbuC8fyXBYAOw== } image create photo glass -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAJAjB+gi90LmTuxqpmg0/tiTnlYBjziKJEjkqZre6KiK5cG/c1xbt+72fP9QkFh0birkCwdi3PCXOJekRUUZGVdCgA7 } image create photo reverse -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAI8jG+gi90L2VEoWiZDdBek7Gib6IXTBoYXaX5d2ZppXFG0at9Prp9w7wPWfsKZDhIj+nguZfPlXFp601ABADs= } } #display user help proc tk::mac::ShowHelp {} { machelp::userhelp } #"about application" command proc tkAboutDialog {} { aboutWindow } proc aboutWindow {} { set w .aboutw catch {destroy $w} toplevel $w wm title $w "About TextSweep" frame $w.ftext frame $w.fbutton label $w.l -image logo -bg gray95 pack $w.l -in $w -side top -expand no -fill both pack $w.ftext -in $w -side bottom -expand no -fill both pack $w.fbutton -in $w -side bottom text $w.ftext.text -yscrollcommand "$w.ftext.sbar set" \ -wrap word -font {LucidaGrande} scrollbar $w.ftext.sbar -takefocus 0 -command "$w.ftext.text yview" pack $w.ftext.text -in $w.ftext -side left -fill both -expand yes pack $w.ftext.sbar -in $w.ftext -side right -fill y $w.ftext.text tag configure center -justify center $w.ftext.text tag configure bold -font {-weight bold} $w.ftext.text tag configure url -foreground blue $w.ftext.text tag bind url <ButtonPress-1> { xplat::launch "http://www.codebykevin.com/TextSweep.html" } $w.ftext.text insert end "TextSweep $appname::version\n" "bold center" $w.ftext.text insert end "Powerful Search and Replace\n\n" center $w.ftext.text insert end "Copyright (c) 2016 WordTech Communications LLC\n\n" center $w.ftext.text insert end "http://www.codebykevin.com/TextSweep.html\n\n" "url center" $w.ftext.text insert end "See Acknowledgements in TextSweep Help for additional credits and see History in TextSweep Help for changes in this version" center $w.ftext.text config -state disabled bind $w <[xplat::controlkey]-W> [list wm withdraw $w] bind $w <[xplat::controlkey]-w> [list wm withdraw $w] wm geometry $w 350x340 } #check file list to ensure existence proc checkfilelist {} { |
︙ | ︙ | |||
161 162 163 164 165 166 167 | set wmy [expr [winfo rooty $w]+[winfo height $w]] wm geometry $top \ [winfo reqwidth $top.txt]x[winfo reqheight $top.txt]+$wmx+$wmy raise $top } | < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | > | | > < < > | | > > > > > > > > > > > > > < < | | | | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | set wmy [expr [winfo rooty $w]+[winfo height $w]] wm geometry $top \ [winfo reqwidth $top.txt]x[winfo reqheight $top.txt]+$wmx+$wmy raise $top } #draw the GUI proc drawGUI {} { global folder global searchvar global patternvar global replacevar global searchterm global appname global cachedir global datadir wm title . "TextSweep" . configure -height 700 -width 700 if {[tk windowingsystem] eq "aqua"} { ::fullscreen::fullscreen . } set patternvar * bind . <[xplat::controlkey]-W> {wm state . withdrawn} bind . <[xplat::controlkey]-w> {wm state . withdrawn} global runsearch global folder_documents global edit_undo menu .mb if {[tk windowingsystem] eq "aqua"} { menu .mb.apple .mb.apple add command -label "About TextSweep" -command tkAboutDialog .mb.apple add command -label "License" -command regproc::getReg .mb.apple add command -label "Check for Updates" -command "softwareupdate::checkVersion $appname::name $appname::version" .mb.apple add separator .mb add cascade -label "TextSweep" -menu .mb.apple } menu .mb.search -tearoff -0 .mb.search add command -label "Select Directory" -command setDir .mb.search add command -label "Replace Text" -command batchReplace -accelerator "[xplat::controlkey]-H" .mb.search add command -label "Undo" -command batchUndo -accelerator "[xplat::controlkey]-Z" .mb add cascade -label "Search" -menu .mb.search if {[tk windowingsystem] eq "aqua"} { #window menu windowlist::windowMenu .mb } menu .mb.help -tearoff 0 if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "Help" -command machelp::showhelp } .mb.help add command -label "Contact Code by Kevin" -command machelp::usermail .mb.help add command -label "Web Site" -command machelp::appweb if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "About TextSweep" -command tkAboutDialog .mb.help add command -label "License" -command regproc::getReg .mb.help add command -label "Check for Updates" -command "softwareupdate::checkVersion $appname::name $appname::version" } .mb add cascade -label "Help" -menu .mb.help . configure -menu .mb ttk::frame .f pack .f -fill both -expand yes pack [ttk::frame .f.buttons -padding 5] -side top -fill both -expand no pack [ ttk::separator .f.septop -orient vertical] -side top -fill both -expand no ttk::button .f.buttons.folder -image folder -style Toolbutton -command setDir -takefocus 0 pack .f.buttons.folder -side left -expand no balloon .f.buttons.folder "Select the directory to search" ttk::button .f.buttons.search -image glass -style Toolbutton -command batchReplace -takefocus 0 pack .f.buttons.search -side left -expand no balloon .f.buttons.search "Replace text" ttk::button .f.buttons.reload -image reverse -style Toolbutton -command batchUndo -takefocus 0 pack .f.buttons.reload -side left -expand no balloon .f.buttons.reload "Undo replace" ttk::frame .f.foldersearch -padding 5 pack .f.foldersearch -fill both -expand no -side top |
︙ | ︙ | |||
423 424 425 426 427 428 429 | ttk::button .f.bottom.replaceall -text "Replace in All Files" -command batchReplace -default active ttk::button .f.bottom.undo -text "Undo" -command batchUndo pack .f.bottom.replaceall .f.bottom.undo -side right -fill x -expand no bind .f.text.t <Button-1> {focus .f.text.t} | < < | < < < | < < < < < < | < < | | < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 | ttk::button .f.bottom.replaceall -text "Replace in All Files" -command batchReplace -default active ttk::button .f.bottom.undo -text "Undo" -command batchUndo pack .f.bottom.replaceall .f.bottom.undo -side right -fill x -expand no bind .f.text.t <Button-1> {focus .f.text.t} bind all <[xplat::controlkey]-Q> exit bind all <[xplat::controlkey]-q> exit bind all <[xplat::controlkey]-Z> batchUndo bind all <[xplat::controlkey]-z> batchUndo } #set search directory proc setDir {} { global folder global patternvar global searchterm |
︙ | ︙ | |||
765 766 767 768 769 770 771 | #initialize the app proc startUp {} { global appname global appversion global datadir global cachedir | | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 | #initialize the app proc startUp {} { global appname global appversion global datadir global cachedir appname::setAppName TextSweep 2.2 set datadir [xplat::appconfig TextSweep] makeImage softwareupdate::setVersion $appname::name $appname::version machelp::setAppName $appname::name $appname::version drawGUI after 50 regproc::readLic $appname::name $appname::version } trace add variable searchvar write updateSearchTerm startUp |
Changes to libs/textsweep/textsweep-main.tcl.
1 2 | # TextSweep: batch search-replace tool | | < | | | > | | > > | | > > | | > > > > > > > > > > > > > > > > < | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | # TextSweep: batch search-replace tool # Copyright (C) 2016 WordTech Communications LLC #Proprietary to WordTech Communications LLC. Redistribution prohibited. #let's get started #initialize package requirements package require tablelist_tile package require fileutil package require windowlist package require Img package require tkdnd package require regproc package require machelp package require softwareupdate package require aquahig package require appname package require xplat if {[tk windowingsystem] eq "aqua"} { package require fullscreen } #initialize variables global folder global searchvar global patternvar global replacevar global searchterm global filelist global platform_name set folder {} set searchvar {} set patternvar {} set replacevar {} set searchterm {} set filelist {} #handle errors in Tk proc bgerror {args} { global cachedir puts "TextSweep: An error occurred: $args" } #make images for buttons et. al from files proc makeImage {} { global runsearch global folder_documents global edit_undo set imagedir [file join [file dirname [info script]] images] image create photo logo -data { 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 } image create photo folder -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAIghG+hy4zY4npHSoqz3tD6D4aiwpXmiabqyrbuC8fyXBYAOw== } image create photo glass -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAJAjB+gi90LmTuxqpmg0/tiTnlYBjziKJEjkqZre6KiK5cG/c1xbt+72fP9QkFh0birkCwdi3PCXOJekRUUZGVdCgA7 } image create photo reverse -data { R0lGODlhFgAWAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAWABYAAAI8jG+gi90L2VEoWiZDdBek7Gib6IXTBoYXaX5d2ZppXFG0at9Prp9w7wPWfsKZDhIj+nguZfPlXFp601ABADs= } } #display user help proc tk::mac::ShowHelp {} { machelp::userhelp } #"about application" command proc tkAboutDialog {} { aboutWindow } proc aboutWindow {} { set w .aboutw catch {destroy $w} toplevel $w wm title $w "About TextSweep" frame $w.ftext frame $w.fbutton label $w.l -image logo -bg gray95 pack $w.l -in $w -side top -expand no -fill both pack $w.ftext -in $w -side bottom -expand no -fill both pack $w.fbutton -in $w -side bottom text $w.ftext.text -yscrollcommand "$w.ftext.sbar set" \ -wrap word -font {LucidaGrande} scrollbar $w.ftext.sbar -takefocus 0 -command "$w.ftext.text yview" pack $w.ftext.text -in $w.ftext -side left -fill both -expand yes pack $w.ftext.sbar -in $w.ftext -side right -fill y $w.ftext.text tag configure center -justify center $w.ftext.text tag configure bold -font {-weight bold} $w.ftext.text tag configure url -foreground blue $w.ftext.text tag bind url <ButtonPress-1> { xplat::launch "http://www.codebykevin.com/TextSweep.html" } $w.ftext.text insert end "TextSweep $appname::version\n" "bold center" $w.ftext.text insert end "Powerful Search and Replace\n\n" center $w.ftext.text insert end "Copyright (c) 2016 WordTech Communications LLC\n\n" center $w.ftext.text insert end "http://www.codebykevin.com/TextSweep.html\n\n" "url center" $w.ftext.text insert end "See Acknowledgements in TextSweep Help for additional credits and see History in TextSweep Help for changes in this version" center $w.ftext.text config -state disabled bind $w <[xplat::controlkey]-W> [list wm withdraw $w] bind $w <[xplat::controlkey]-w> [list wm withdraw $w] wm geometry $w 350x340 } #check file list to ensure existence proc checkfilelist {} { |
︙ | ︙ | |||
161 162 163 164 165 166 167 | set wmy [expr [winfo rooty $w]+[winfo height $w]] wm geometry $top \ [winfo reqwidth $top.txt]x[winfo reqheight $top.txt]+$wmx+$wmy raise $top } | < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | > | | > < < > | | > > > > > > > > > > > > > < < | | | | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | set wmy [expr [winfo rooty $w]+[winfo height $w]] wm geometry $top \ [winfo reqwidth $top.txt]x[winfo reqheight $top.txt]+$wmx+$wmy raise $top } #draw the GUI proc drawGUI {} { global folder global searchvar global patternvar global replacevar global searchterm global appname global cachedir global datadir wm title . "TextSweep" . configure -height 700 -width 700 if {[tk windowingsystem] eq "aqua"} { ::fullscreen::fullscreen . } set patternvar * bind . <[xplat::controlkey]-W> {wm state . withdrawn} bind . <[xplat::controlkey]-w> {wm state . withdrawn} global runsearch global folder_documents global edit_undo menu .mb if {[tk windowingsystem] eq "aqua"} { menu .mb.apple .mb.apple add command -label "About TextSweep" -command tkAboutDialog .mb.apple add command -label "License" -command regproc::getReg .mb.apple add command -label "Check for Updates" -command "softwareupdate::checkVersion $appname::name $appname::version" .mb.apple add separator .mb add cascade -label "TextSweep" -menu .mb.apple } menu .mb.search -tearoff -0 .mb.search add command -label "Select Directory" -command setDir .mb.search add command -label "Replace Text" -command batchReplace -accelerator "[xplat::controlkey]-H" .mb.search add command -label "Undo" -command batchUndo -accelerator "[xplat::controlkey]-Z" .mb add cascade -label "Search" -menu .mb.search if {[tk windowingsystem] eq "aqua"} { #window menu windowlist::windowMenu .mb } menu .mb.help -tearoff 0 if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "Help" -command machelp::showhelp } .mb.help add command -label "Contact Code by Kevin" -command machelp::usermail .mb.help add command -label "Web Site" -command machelp::appweb if {[tk windowingsystem] ne "aqua"} { .mb.help add command -label "About TextSweep" -command tkAboutDialog .mb.help add command -label "License" -command regproc::getReg .mb.help add command -label "Check for Updates" -command "softwareupdate::checkVersion $appname::name $appname::version" } .mb add cascade -label "Help" -menu .mb.help . configure -menu .mb ttk::frame .f pack .f -fill both -expand yes pack [ttk::frame .f.buttons -padding 5] -side top -fill both -expand no pack [ ttk::separator .f.septop -orient vertical] -side top -fill both -expand no ttk::button .f.buttons.folder -image folder -style Toolbutton -command setDir -takefocus 0 pack .f.buttons.folder -side left -expand no balloon .f.buttons.folder "Select the directory to search" ttk::button .f.buttons.search -image glass -style Toolbutton -command batchReplace -takefocus 0 pack .f.buttons.search -side left -expand no balloon .f.buttons.search "Replace text" ttk::button .f.buttons.reload -image reverse -style Toolbutton -command batchUndo -takefocus 0 pack .f.buttons.reload -side left -expand no balloon .f.buttons.reload "Undo replace" ttk::frame .f.foldersearch -padding 5 pack .f.foldersearch -fill both -expand no -side top |
︙ | ︙ | |||
423 424 425 426 427 428 429 | ttk::button .f.bottom.replaceall -text "Replace in All Files" -command batchReplace -default active ttk::button .f.bottom.undo -text "Undo" -command batchUndo pack .f.bottom.replaceall .f.bottom.undo -side right -fill x -expand no bind .f.text.t <Button-1> {focus .f.text.t} | < < | < < < | < < < < < < | < < | | < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 | ttk::button .f.bottom.replaceall -text "Replace in All Files" -command batchReplace -default active ttk::button .f.bottom.undo -text "Undo" -command batchUndo pack .f.bottom.replaceall .f.bottom.undo -side right -fill x -expand no bind .f.text.t <Button-1> {focus .f.text.t} bind all <[xplat::controlkey]-Q> exit bind all <[xplat::controlkey]-q> exit bind all <[xplat::controlkey]-Z> batchUndo bind all <[xplat::controlkey]-z> batchUndo } #set search directory proc setDir {} { global folder global patternvar global searchterm |
︙ | ︙ | |||
765 766 767 768 769 770 771 | #initialize the app proc startUp {} { global appname global appversion global datadir global cachedir | | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 | #initialize the app proc startUp {} { global appname global appversion global datadir global cachedir appname::setAppName TextSweep 2.2 set datadir [xplat::appconfig TextSweep] makeImage softwareupdate::setVersion $appname::name $appname::version machelp::setAppName $appname::name $appname::version drawGUI after 50 regproc::readLic $appname::name $appname::version } trace add variable searchvar write updateSearchTerm startUp |
Changes to textsweep.xml.
1 2 3 4 5 6 7 8 | <?xml version="1.0" encoding="UTF-8"?> <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0"> <channel> <title>TextSweep</title> <link>http://www.codebykevin.com/textsweep.html</link> <language>en</language> <item> | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <?xml version="1.0" encoding="UTF-8"?> <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0"> <channel> <title>TextSweep</title> <link>http://www.codebykevin.com/textsweep.html</link> <language>en</language> <item> <title>TextSweep 2.2.0</title> <sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion> <pubDate>Sun, 17 Jul 2016 15:26:51 -0400</pubDate> <author>Code by Kevin</author> <description><![CDATA[ This version of TextSweep has the following features and improvements: * Fix major bug that caused app to hang when selecting file. * Minor UI improvements. ]]></description> <link>http://www.codebykevin.com/textsweep.html</link> <enclosure url="http://www.codebykevin.com/updates/TextSweep.tgz" sparkle:version="2.2.0" type="application/octet-stream" length="7266128" /> </item> </channel> </rss> |