Skip to content

Commit

Permalink
Updating version info for compiled versions
Browse files Browse the repository at this point in the history
hi5 committed Sep 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0a49a9d commit 07fb5c6
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions F4MiniMenu.ahk
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@ SetTitleMatchMode, 2
F4Version:="v1.00"

; <for compiled scripts>
;@Ahk2Exe-Let vn=%A_PriorLine~U)^(.+"){1}(.+)".*$~$2% ; this takes the version number from the line above (F4Version)
;@Ahk2Exe-SetFileVersion 1.00
;@Ahk2Exe-SetDescription F4MiniMenu: Open files from TC
;@Ahk2Exe-SetCopyright MIT License - Copyright (c) https://github.com/hi5
;@Ahk2Exe-SetCopyright MIT License - (c) https://github.com/hi5
; </for compiled scripts>

; <for compiled scripts>
@@ -735,7 +735,7 @@ Hotkey, % hk_prefix FGHKey, ShowMenu, %HotKeyState% ; %
; MsgBox % "Show Menu: " hk_prefix . FGHKey ; debug

hk_prefix:="$"
;If (RegExMatch(MatchList.settings.BackgroundHotkey,"[\^\+\!\# \&]")) ; for example if hotkey is Esc & F4 not adding the ~ would mean Esc is actually disabled in inplace rename (shift-f6) operations in a panel, or at least that is my experience.
;If (RegExMatch(MatchList.settings.BackgroundHotkey,"[\^\+\!\# \&]")) ; for example if hotkey is Esc & F4 not adding the ~ would mean Esc is actually disabled in "in place rename" (shift-f6) operations in a panel, or at least that is my experience.
; hk_prefix:="~"
BGHKey:=MatchList.settings.BackgroundHotkey
StringReplace, BGHKey, BGHKey, &amp`;amp`;, & , All
6 changes: 3 additions & 3 deletions F4TCIE.ahk
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ Templates : Create a DocumentTemplates\ folder and place files for each templa

; <for compiled scripts>
;@Ahk2Exe-SetDescription F4MiniMenu: Open files from TC
;@Ahk2Exe-SetVersion 0.97.0.0
;@Ahk2Exe-SetCopyright MIT License - Copyright (c) https://github.com/hi5
;@Ahk2Exe-SetFileVersion 1.00
;@Ahk2Exe-SetCopyright MIT License - (c) https://github.com/hi5
; </for compiled scripts>

SetWorkingDir, %A_ScriptDir%
@@ -83,7 +83,7 @@ for k, v in MatchList
Sleep % v.delay
Run %editor% %file%
}
ExitApp ; we only have one file to proces so we're done
ExitApp ; we only have one file to process so we're done
}
}

0 comments on commit 07fb5c6

Please sign in to comment.