F4MiniMenu - v1.2
v1.2
a) Updated class name for Find Results control class (TMyListBox2, 32bit) for TC11
b) Added: Help MsgBox-es in Settings Gui now Task Modal (32+8192=8224)
c) Added: Settings label to Gui to better handle closing the Gui #24 (comment)
d) Added: GuiEscape for Add/Modify editors dialog to allow Esc to exit (next to Alt+c) #24 (comment)
e) Fix: no longer require full path for programs in PATH e.g. write.exe
v c:\windows\write.exe
, bug introduced in v1.1 due to GetFullPathName() #24 (comment)
f) Fix: use SplitPath for %p
parameter when not using TC #24 (comment)
g) Change: %p
and %t
now use wm_copydata
h) New: %N
and %M
to place filename under the cursor into the command line (source and target directory) using wm_copydata
i) New: Added support for %$DATE%
, %$DATE:YMD%
+ offset calculations via %$DATE:YMD|value|timeunits%
j) Fix: F4TCIE quote file path for %file%
to resolve paths\files with spaces
k) Fix: F4TCIE Run notepad
changed to Run %A_WinDir%\notepad.exe
to avoid any potential path issues. Added ExitApp after Run command