Task #2215
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
Match the commands menu and toolbar entries ordering from 0.7.8 UI to 0.7.9 UI. Since the menu entries are now in each plug-ins, the order of appearance is done following the bundle ids order. Unfortunately the order is not based on the plug-ins start level order of the running configuration.
h3. Actual commands order
* [in progress]
h3. Solution
* use "before", "after" or "endof" argument of "locationURI"
* eg. if we want to put the CAH button before the CA button in the main toolbar: toolbar:org.txm.rcpapplication.toolbartools?before=ComputeCA
* TODO: needs to check what happens if we define, for example, an "after" location targeting a plug-in that is not installed, e.g. for WordCloud: toolbar:org.txm.rcpapplication.toolbartools?after=ComputeTextsBalance => need to see what happens if texts balance is not installed
h3. Actual commands order
* [in progress]
h3. Solution
* use "before", "after" or "endof" argument of "locationURI"
* eg. if we want to put the CAH button before the CA button in the main toolbar: toolbar:org.txm.rcpapplication.toolbartools?before=ComputeCA
* TODO: needs to check what happens if we define, for example, an "after" location targeting a plug-in that is not installed, e.g. for WordCloud: toolbar:org.txm.rcpapplication.toolbartools?after=ComputeTextsBalance => need to see what happens if texts balance is not installed