Task #2124
Mis à jour par Sebastien Jacquot il y a plus de 7 ans
Done.
Location: /org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/preferences/LexicalTablePreferences.java
Names:
<pre>
public static final String PREFERENCES_PREFIX = "lexical_table_"; //$NON-NLS-1$
public static final String F_MIN = PREFERENCES_PREFIX + "fmin"; //$NON-NLS-1$
public static final String V_MAX = PREFERENCES_PREFIX + "vmax"; //$NON-NLS-1$
</pre>
Values:
<pre>
preferences.putInt(F_MIN, 2);
preferences.putInt(V_MAX, 200);
</pre>
h3. Validation tests
* check the preferences are well filled in the user command preferences page
Location: /org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/preferences/LexicalTablePreferences.java
Names:
<pre>
public static final String PREFERENCES_PREFIX = "lexical_table_"; //$NON-NLS-1$
public static final String F_MIN = PREFERENCES_PREFIX + "fmin"; //$NON-NLS-1$
public static final String V_MAX = PREFERENCES_PREFIX + "vmax"; //$NON-NLS-1$
</pre>
Values:
<pre>
preferences.putInt(F_MIN, 2);
preferences.putInt(V_MAX, 200);
</pre>
h3. Validation tests
* check the preferences are well filled in the user command preferences page