2ghisler(Author)...This would open the wincmd.ini with the default editor...
jonathanpoulin here implies editing a .mnu file, not the wincmd.ini one.
And this is a design flaw of the Total Commander which not only lacks a configurable option for a user-preferred editor for those purposes, but it even ignores a user-defined default editor for the .mnu files set for the system as the whole (e.g. I set AkelPad to open .mnu files in the system, the Total Commander still uses notepad in the dialog described by jonathanpoulin).
NB Meanwhile, unlike the above user case, the Total Commander has the semi-hidden option to separately configure editor within the Multi-rename Tool dialog.
2jonathanpoulin
Option A.
Manually create a user button or a user command that will apparently tie your editor with your .mnu file, e.g.:
Code:
TOTALCMD#BAR#DATA%commander_path%\Plugins\app\Npp\notepad++.exe "%commander_path%\Language\WCMD.MNU"%commander_path%\Plugins\app\Npp\notepad++.exeWCMD.MNU notepad++%commander_path%\Plugins\app\0-1
B.1. Associate the .mnu files with your editor (e.g. right-click on a .mnu file - Properties - Edit with ... [Change...], and opt for the notepad++ there.
B.2. Then you can manually create a user button or a user command for which your .mnu filename would be enough.
or
In this case, you can just drag and drop a .mnu file to the Total Commander toolbar, obtaining a button like this:
Code:
TOTALCMD#BAR#DATA%COMMANDER_PATH%\Language\WCMD.MNU%commander_path%\Plugins\app\Npp\notepad++.exeWCMD.MNU%COMMANDER_PATH%\Language\0-1
Statistics: Posted by beb — 2024-07-09, 04:12 UTC