Task #2215
Match the commands menu and toolbar entries order from 0.7.9 UI to 0.8 UI
Statut: | Closed | Début: | 07/06/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Development | Temps passé: | - | |
Version cible: | TXM 0.8.0a (split/restructuration) |
Description
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.
Actual commands order¶
- [in progress]
Solution¶
- use "before", "after" or "endof" argument of "locationURI" (see: http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fextension-points%2Forg_eclipse_ui_menus.html)
- 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
=> OK, checked and the command simply does not appear if the target is not existent...
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#3 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#4 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#5 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#6 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
#7 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Sujet changé de Match the commands menu and toolbar entries order from 0.7.8 UI to 0.7.9 UI à Match the commands menu and toolbar entries order from 0.7.9 UI to 0.8 UI
#8 Mis à jour par Matthieu Decorde il y a presque 7 ans
- % réalisé changé de 0 à 80
#9 Mis à jour par Sebastien Jacquot il y a presque 7 ans
- Statut changé de New à Closed
- % réalisé changé de 80 à 100