Some menu items not being sorted alphabetically?

Hi,
wondering why in some menus the items are not sorted alphabetically:

e.g.

or

Slicer_filtering_menu_sorting_not_alphabetically_closeup

Thanks

It is a feature. You can specify “index” in the module description of CLI modules. You can also set index property in the module object of any other modules, but I think this mechanism is only used for CLI modules now. Modules in the menu are sorted based on index (if not specified then default is 65535), and then modules that have the same index are sorted alphabetically.

This sorting mechanism has become somewhat irrelevant since there are more modules that could be practically browsed using the hierarchical menu. It is easier to just hit Ctrl-F and start typing. You can find modules not just by its name but all text (full description, extension name, developers, etc.), so the module finder is generally an easier and faster way of locating modules.

OK, thanks for the info Andras :+1:.