Skip to content

Releases: hi5/F4MiniMenu

F4MiniMenu - v1.71

29 Dec 11:08
@hi5 hi5

Choose a tag to compare

  • Remove DetectHiddenWindows + WinActivate, ahk_class AutoHotkey (e.g. revert change 1.70 e)), replaced it with WinActivate, % Coord["ActiveProcessTitle"] (2x)

F4MiniMenu - v1.70

28 Dec 09:27
@hi5 hi5

Choose a tag to compare

  • Added MS Shell Dlg to all "Gui, font" code so the Gui should be consistent even when the default font is set to something else - #28
  • F4TCIE added logging for Document Templates
  • Revert change from v1.60/1.61 back to ahk_class TTOTAL_CMD (as this works with Quick Filter) but added ActiveProcessTitle
  • Hidden setting to add "Open Context Menu" option to menu (simply sends Shift+F10)
  • Added DetectHiddenWindows + WinActivate, ahk_class AutoHotkey before Menu, *, Show 2x ((Filtered)Menu.ahk) to catch menu not having focus at times, background info https://www.autohotkey.com/boards/viewtopic.php?f=14&t=16809

F4MiniMenu - v1.61

23 Dec 20:54
@hi5 hi5

Choose a tag to compare

  • Fix: GetPos (function to determine menu position) setting 3 (64-bit) both panels; for setting 4 (both 32/64-bit) when in LEFT panel.

F4MiniMenu - v1.60

29 Nov 10:03
@hi5 hi5

Choose a tag to compare

  • Replaced ahk_class TTOTAL_CMD with ahk_pid %ActiveProcessPID%; use WinTitle A in ControlGet for "Find Files" in various commands to (hopefully) ensure the currently active TC is targetted vs potentially the wrong one in case multiple copies of TC are running. (ahk_pid Not yet implemented in GetTCFields/TC_SendData (p,t,n,m))

F4MiniMenu - v1.51

18 Oct 07:54
@hi5 hi5

Choose a tag to compare

  • Fix: only check QuickView if TC is active + refined RegEx to grab filename from WinGetText result

F4MiniMenu - v1.50

15 Sep 16:53
@hi5 hi5

Choose a tag to compare

F4MiniMenu - v1.47

09 Feb 21:07
@hi5 hi5

Choose a tag to compare

Allow resizing of Configure Editors GUI (browse list) using AutoXYWH() ; code cleanup

F4MiniMenu - v1.46

09 Feb 09:39
@hi5 hi5

Choose a tag to compare

v1.44 - v1.46

  • Finetuning Everything_GetSelection() to check for selected rows in listview (if none get first result only)
  • Finetuning Everything_Active() (using "A" not "Everything" in WinGet to detect active window)
  • Use TXT as default extension for default editor if user doesn't set one - otherwise it would not match correctly for defined extensions https://www.ghisler.ch/board/viewtopic.php?p=468305#p468305
  • Add Everything64.exe to ahk_group TCF4Windows; updated Everything-functions to check for Everything.exe or Everything64.exe (v1.5+ α version) - added notes to help tip and docs

F4MiniMenu - v1.43

12 Jan 10:55
@hi5 hi5

Choose a tag to compare

v1.43 Bug Fix: moved INI selection routine introduced in v1.42 as it interferred with selecting a (new) editor.

Edit: 20250208 updated compiled versions to correct version number, no further changes

F4MiniMenu v1.41

27 Jan 08:21
@hi5 hi5

Choose a tag to compare

v1.41 fix for reading F4Edit setting (related to Lister)