Class GenerateStringConstants
java.lang.Object
com.e1c.langtool.v8.dt.internal.ui.generatestring.GenerateStringConstants
Constants for Generate translation strings actions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault maximum number of items to display in the preview list of Generate translation strings actions.static final StringPreference key for the maximum number of items to display in preview list of Generate translation strings actions. -
Method Summary
-
Field Details
-
MAX_ITEMS_IN_PREVIEW_LIST_NAME
Preference key for the maximum number of items to display in preview list of Generate translation strings actions.- See Also:
-
DEFAULT_MAX_ITEMS_IN_PREVIEW_LIST_VALUE
public static final int DEFAULT_MAX_ITEMS_IN_PREVIEW_LIST_VALUEDefault maximum number of items to display in the preview list of Generate translation strings actions.This constant defines the fallback limit for the number of entries shown in UI preview lists of Generate translation strings actions. When no custom value is configured by the user. The default value is {1000}.
- See Also:
-