The plugins appear in what appears to be a random order (there's probably some logic there, maybe ID).
This can be quite annoying. In our use case, we would like to control the order by importance/frequency of use.
Create several plugins and try to control the order in the dropdown.
Introduce a weight on the plugin annotation and sort the plugins by the weight.
Review and apply patch.
Plugins will be sorted according to wait.
None.
A weight is introduced in the plugin annotation. It will default to zero id not specified.
Active
1.0
Code