F4MiniMenu
F4MiniMenu copied to clipboard
Open selected file(s) from TC in defined editor(s) - A minimalistic clone of F4Menu 💾
In the next version you will be able to use the fore/background menus in Explorer, Double Commander, and XYPlorer
By using various [SendMessages](https://autohotkey.com/docs/commands/PostMessage.htm) with: * LB_GETSELCOUNT = 0x0190 * LB_GETSELITEMS = 0x0191 * LB_GETCURSEL = 0x0188 * LB_GETTEXT = 0x0189 it is possible to avoid using the currently used...
For example "if filesize > 50mb" -> open not in default editor but alternate editor So your default editor for log files is Notepad++ but if the file size of...
For fun: keep track of - how many times each editor/program was used: notepad.exe 9 times - which extensions where used: txt 5 times
If you change the order of the editors first and then add a new one, the order is set back to the initial order.
double commander 1.1.17 windows 10 F4MM 1.42 press F4 on a non-text file, such as exe, in double commander. and notepad2-mod runs to open it. (notepad2-mod runs for txt files,...
The offset of where the Menu position is hardcoded at the moment, the idea is to allow this to be set by the user via an Ini.