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 8 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
implemented

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

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

question

配置时候太费劲了:

enhancement

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.

enhancement