F4MiniMenu icon indicating copy to clipboard operation
F4MiniMenu copied to clipboard

Open selected file(s) from TC in defined editor(s) - A minimalistic clone of F4Menu 💾

Results 5 F4MiniMenu issues
Sort by recently updated
recently updated
newest added

In the next version you will be able to use the fore/background menus in Explorer, Double Commander, and XYPlorer

enhancement

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...

suggestion

For fun: keep track of - how many times each editor/program was used: notepad.exe 9 times - which extensions where used: txt 5 times

suggestion

If you change the order of the editors first and then add a new one, the order is set back to the initial order.

bug
wontfix