Task #2428
Mis à jour par Sebastien Jacquot il y a plus de 5 ans
NOTE SH:
<pre>
- barre d'outils des Dimensions : le clic sur le bouton "Trier par taille de partie" cycle sur tri X <-> taille décroissante. Peut on ajouter le tri par taille croissante : cycle -> tri X -> taille décroissante -> taille croissante ->
h3. Solution 1
- implement a 3 states button widget (doesn't seem to exist in SWT/JFace)
h3. Solution 2
- use a simple button with same icon for the 3 sorting states
h3. Solution 3
- use a JFace button/combo box
h3. Solution 4
- use a simple combo box
NOTE SJ:
solution 1 seems the simplest.
</pre>
<pre>
- barre d'outils des Dimensions : le clic sur le bouton "Trier par taille de partie" cycle sur tri X <-> taille décroissante. Peut on ajouter le tri par taille croissante : cycle -> tri X -> taille décroissante -> taille croissante ->
h3. Solution 1
- implement a 3 states button widget (doesn't seem to exist in SWT/JFace)
h3. Solution 2
- use a simple button with same icon for the 3 sorting states
h3. Solution 3
- use a JFace button/combo box
h3. Solution 4
- use a simple combo box
NOTE SJ:
solution 1 seems the simplest.
</pre>