Hello.
I have a compiled module for one of the sites with more than 10 modules in the composition. When compiling, I arranged them in a certain logical order. Each module has a lot of initialized parameters. For each module, I gave my own names for the parameters, which are different from variable names.
There is a problem.
Today I needed to update one of the modules - it is located first in the list of my modules. But I can only remove it and add it to the end of the list. This does not suit me, because this module should be used first of all.
Or I will have to remove all the modules, then add all 10 modules back, and re-specify the variable names (which I can have from 5 to 20).
Add the ability to sort the order of modules.
(As you recently added the ability to sort the order of variables).