Task #2128
Task #2425: Check the default preferences of all commands
Concordances, default preferences
Statut: | Closed | Début: | 10/04/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Development | Temps passé: | - | |
Version cible: | TXM 0.8.0a (split/restructuration) |
Description
Done.
Location: /org.txm.concordance.core/src/org/txm/concordance/preferences/ConcordancePreferences.java
Names:
public static final String PREFERENCES_PREFIX = "concordance_"; //$NON-NLS-1$ public static final String N_LINE_PER_PAGE = PREFERENCES_PREFIX + "n_line_per_page"; //$NON-NLS-1$ public static final String LEFT_CONTEXT_SIZE = PREFERENCES_PREFIX + "left_context_size"; //$NON-NLS-1$ public static final String RIGHT_CONTEXT_SIZE = PREFERENCES_PREFIX + "right_context_size"; //$NON-NLS-1$
Values:
preferences.putInt(N_LINE_PER_PAGE, 100); preferences.putInt(LEFT_CONTEXT_SIZE, 8); preferences.putInt(RIGHT_CONTEXT_SIZE, 12);
Validation tests¶
- check the preferences are well filled in the user command preferences page
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Tâche parente changé de #1464 à #2134
#2 Mis à jour par Sebastien Jacquot il y a environ 8 ans
- Description mis à jour (diff)
- Statut changé de New à Feedback
- % réalisé changé de 0 à 80
#3 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Description mis à jour (diff)
#4 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Tâche parente changé de #2134 à #2425
#5 Mis à jour par Sebastien Jacquot il y a presque 7 ans
- Statut changé de Feedback à Closed
- % réalisé changé de 80 à 100