After update to 15.7 Beta custom menu items (not everything) stopped working (not displayed).
All scripts (*.udc files) are stored in zip file (everything was fine with the same files/config in 15.6)
-Pawel
Can you describe the error more..
You got custom commands. that they are added to menu.. And they are not showing up ? Are not running when selected. ? Are script command there if you list all commands. ( was they loaded ? )
@Mathias (Author)
I think I know what is the problem with Menu and Custom Commands. I reproduced it on Stable Multi Commander 15.6!
I got MANY commands (many custom menu items) - 627 files in 54 folders (in my Ultimate File Manager project). Is there a LIMIT? It seems it is.
If I left 443 (or more) udc files in script folder - no custom menu items are displayed. If I remove another few of them - lets say 5 -> 5 custom command is shown in menu.
That means that MC reads only specified amount of files...
-Pawel
There should be no limit on number of commands to load. Might be limit for command that menus can shown. But that limit was there before too, But It should be at least over 1000.
Nothing around that is change. And the code actually add or or none from zips.. Only think I can see is if it fails to extract from zip. then it aborts.
No error in the app Log ( Ctrl+L ) ? Do the script show up in the List of Scripts.? (So it only in the menu bar they are not shown ?)
I will see if I can replicate that.