Releases: hi5/F4MiniMenu
Releases · hi5/F4MiniMenu
F4MiniMenu - v1.80
- Added OffsetX and OffsetY for menu position (both TC and Other programs)
- Added
WinActivate, ahk_id %A_ScriptHwnd%to catch menu not having focus at times, background info, background https://old.reddit.com/r/AutoHotkey/comments/13ka847/menu_sometimes_doesnt_get_focus_when_open/ - Apply dpi() to LV_ModifyCol() in listview for other programs in Settings
- Added hidden BreakMenu setting (for Full Menu):
0default, don't break Menu;
1best attempt to split Menu in two columns;
>1specific break after set entries.
Edit: 26/05/2026 - the "source" code below is missing two updated LIB files, but they have been added to the Github repo - the compiled versions are not affected so not updated because of this.
F4MiniMenu - v1.71
- Remove
DetectHiddenWindows+WinActivate, ahk_class AutoHotkey(e.g. revert change 1.70 e)), replaced it withWinActivate, % Coord["ActiveProcessTitle"](2x)
F4MiniMenu - v1.70
- Added
MS Shell Dlgto 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 addedActiveProcessTitle - Hidden setting to add "Open Context Menu" option to menu (simply sends Shift+F10)
- Added
DetectHiddenWindows+WinActivate, ahk_class AutoHotkeybeforeMenu, *, Show2x((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
- 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
- Replaced
ahk_class TTOTAL_CMDwithahk_pid %ActiveProcessPID%; use WinTitleAinControlGetfor "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
- Fix: only check QuickView if TC is active + refined RegEx to grab filename from WinGetText result
F4MiniMenu - v1.50
- Define two methods to "wait" for the clipboard to receive the selected filepaths: ClipWait or Copy Delay (default 100ms) - see "TC Copy Delay" https://github.com/hi5/F4MiniMenu/blob/master/readme.md#global-configuration
- Add (many) other file managers with individual settings (see "how it works" below) and more detailed information here https://github.com/hi5/F4MiniMenu/blob/master/f4mm-other-file-managers.md
F4MiniMenu - v1.47
Allow resizing of Configure Editors GUI (browse list) using AutoXYWH() ; code cleanup
F4MiniMenu - v1.46
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
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