Package de.loskutov.anyedit
Interface IAnyEditConstants
-
public interface IAnyEditConstants
Some constant names copied from org.eclipse.jdt.ui.PreferenceConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTION_ID_CONVERT_SPACES
one of two possible values for CONVERT_ACTION_ON_SAVE propertystatic java.lang.String
ACTION_ID_CONVERT_TABS
one of two possible values for CONVERT_ACTION_ON_SAVE propertystatic java.lang.String
ADD_NEW_LINE
A named preference that controls if if while "tabs to spaces" we should add a new line of the end of file.static java.lang.String
ASK_BEFORE_CONVERT_ALL_IN_FOLDER
static java.lang.String
BASE64_LINE_LENGTH
base64 line length for encodingstatic java.lang.String
BASE64_SPLIT_LINE
to split lines on base64 encodingstatic java.lang.String
CHARACTERS_DISALLOWED_IN_PATH
A named preference that holds the characters, disallowed in file name/pathstatic java.lang.String
CHARACTERS_REQUIRED_IN_PATH
A named preference that holds the characters, required in file name/pathstatic java.lang.String
CONVERT_ACTION_ON_SAVE
A named preference that controls which operation should be default if before "save" action in editor the one of "convert whitespace" action should be executed - tabs or spaces.static int
DEFAULT_TAB_WIDTH
static java.lang.String
EDITOR_TAB_WIDTH
A named preference that holds the number of spaces used per tab in the editor.static java.lang.String
FIX_LINE_DELIMITERS
A named preference that controls if while "tabs to spaces" we should fix line delimiters toostatic java.lang.String
HIDE_OPEN_TYPE_ACTION
true to hide "Open Type" from editor/console menustatic java.lang.String
IGNORE_BLANK_LINES_WHEN_TRIMMING
A named preference that controls if blank lines should be trimmed when removing trailing whitespace.static java.lang.String
INCLUDE_DERIVED_RESOURCES
static java.lang.String
LAST_OPENED_EXTERNAL_FILE
last opened external file (compare/replace with...)static java.lang.String
LAST_USED_WS_FILE
last used working set import/export filestatic java.lang.String
LINE_SEPARATOR_REGEX
A named preference that holds a regular expression describing the separator between file path and line numberstatic java.lang.String
PREF_ACTIVE_FILTERS_LIST
static java.lang.String
PREF_INACTIVE_FILTERS_LIST
static java.lang.String
PRESERVE_ENTITIES
A named preference that controls if while "chars to entities" we should keep already existing entitiesstatic java.lang.String
PROJECT_PROPS_ENABLED
static java.lang.String
REMOVE_PRINT_FROM_TOOLBAR
true to remove "print" action from the global toolbarstatic java.lang.String
REMOVE_TRAILING_SPACES
A named preference that controls if while "tabs to spaces" we should remove trailing spaces toostatic java.lang.String
REPLACE_ALL_SPACES_WITH_TABS
A named preference that controls if while "spaces to tabs" we should replace all existing spaces (not only leading)static java.lang.String
REPLACE_ALL_TABS_WITH_SPACES
A named preference that controls if while "tabs to spaces" we should replace all existing tabs (not only leading)static java.lang.String
SAVE_AND_ADD_LINE
A named preference that controls if before "save" action in editor the "addNewLine" action should be executed.static java.lang.String
SAVE_AND_CONVERT_ENABLED
A named preference that controls if before "save" action in editor the one of "convert whitespace" action should be executed.static java.lang.String
SAVE_AND_FIX_LINE_DELIMITERS
A named preference that controls if before "save" action in editor the "fixLineDelimiters" action should be executed.static java.lang.String
SAVE_AND_TRIM_ENABLED
A named preference that controls if before "save" action in editor the "removeTrailing" action should be executed.static java.lang.String
SAVE_DIRTY_BUFFER
A named preference that controls if dirty editor buffer should be saved before performing actionsstatic java.lang.String
SAVE_TO_IGNORE_SELECTION
static java.lang.String
SAVE_TO_OPEN_EDITOR
static java.lang.String
SAVE_TO_SHOW_OPTIONS
settings for saveToFile from consolestatic java.lang.String
SHOW_TRAILING_DIFFERENTLY
true to show (color) trailing whitespace in editors differently as other whitespacestatic java.lang.String
SHOW_TRAILING_ONLY
true to show (color) only trailing whitespace in editorsstatic java.lang.String
SHOW_WHITESPACE
true to show (color) whitespace in editorsstatic java.lang.String
UNICODIFY_ALL
to convert all characters to unicode, even asciistatic java.lang.String
USE_JAVA_TAB_WIDTH_FOR_JAVA
A named preference that controls if java tab width used for java input filesstatic java.lang.String
USE_MODULO_CALCULATION_FOR_TABS_REPLACE
Calculate number of tabs to replace with spaces using modulo operation, based on current settings for tab widthstatic java.lang.String
USE_REQUIRED_IN_PATH_CHARACTERS
A named preference that controls if the special characters are required for valid file path.static java.lang.String
USE_WORKSPACE_SCOPE_FOR_SEARCH
not to limit the search scope to referenced projects if multiple references foundstatic java.lang.String
WARN_ABOUT_UNSUPPORTED_UNICODE
-
-
-
Field Detail
-
EDITOR_TAB_WIDTH
static final java.lang.String EDITOR_TAB_WIDTH
A named preference that holds the number of spaces used per tab in the editor.Value is of type
Int
: positive int value specifying the number of spaces per tab.- See Also:
- Constant Field Values
-
USE_REQUIRED_IN_PATH_CHARACTERS
static final java.lang.String USE_REQUIRED_IN_PATH_CHARACTERS
A named preference that controls if the special characters are required for valid file path.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
CHARACTERS_DISALLOWED_IN_PATH
static final java.lang.String CHARACTERS_DISALLOWED_IN_PATH
A named preference that holds the characters, disallowed in file name/pathValue is of type
String
- See Also:
- Constant Field Values
-
LINE_SEPARATOR_REGEX
static final java.lang.String LINE_SEPARATOR_REGEX
A named preference that holds a regular expression describing the separator between file path and line numberValue is of type
String
- See Also:
- Constant Field Values
-
CHARACTERS_REQUIRED_IN_PATH
static final java.lang.String CHARACTERS_REQUIRED_IN_PATH
A named preference that holds the characters, required in file name/pathValue is of type
String
- See Also:
- Constant Field Values
-
USE_JAVA_TAB_WIDTH_FOR_JAVA
static final java.lang.String USE_JAVA_TAB_WIDTH_FOR_JAVA
A named preference that controls if java tab width used for java input filesValue is of type
Boolean
.- See Also:
- Constant Field Values
-
SAVE_DIRTY_BUFFER
static final java.lang.String SAVE_DIRTY_BUFFER
A named preference that controls if dirty editor buffer should be saved before performing actionsValue is of type
Boolean
.- See Also:
- Constant Field Values
-
REMOVE_TRAILING_SPACES
static final java.lang.String REMOVE_TRAILING_SPACES
A named preference that controls if while "tabs to spaces" we should remove trailing spaces tooValue is of type
Boolean
.- See Also:
- Constant Field Values
-
FIX_LINE_DELIMITERS
static final java.lang.String FIX_LINE_DELIMITERS
A named preference that controls if while "tabs to spaces" we should fix line delimiters tooValue is of type
Boolean
.- See Also:
- Constant Field Values
-
ADD_NEW_LINE
static final java.lang.String ADD_NEW_LINE
A named preference that controls if if while "tabs to spaces" we should add a new line of the end of file.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
REPLACE_ALL_TABS_WITH_SPACES
static final java.lang.String REPLACE_ALL_TABS_WITH_SPACES
A named preference that controls if while "tabs to spaces" we should replace all existing tabs (not only leading)Value is of type
Boolean
.- See Also:
- Constant Field Values
-
REPLACE_ALL_SPACES_WITH_TABS
static final java.lang.String REPLACE_ALL_SPACES_WITH_TABS
A named preference that controls if while "spaces to tabs" we should replace all existing spaces (not only leading)Value is of type
Boolean
.- See Also:
- Constant Field Values
-
USE_MODULO_CALCULATION_FOR_TABS_REPLACE
static final java.lang.String USE_MODULO_CALCULATION_FOR_TABS_REPLACE
Calculate number of tabs to replace with spaces using modulo operation, based on current settings for tab width- See Also:
- Constant Field Values
-
PRESERVE_ENTITIES
static final java.lang.String PRESERVE_ENTITIES
A named preference that controls if while "chars to entities" we should keep already existing entitiesValue is of type
Boolean
.- See Also:
- Constant Field Values
-
SAVE_AND_TRIM_ENABLED
static final java.lang.String SAVE_AND_TRIM_ENABLED
A named preference that controls if before "save" action in editor the "removeTrailing" action should be executed.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
IGNORE_BLANK_LINES_WHEN_TRIMMING
static final java.lang.String IGNORE_BLANK_LINES_WHEN_TRIMMING
A named preference that controls if blank lines should be trimmed when removing trailing whitespace. "removeTrailing" action should be executed.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
SAVE_AND_ADD_LINE
static final java.lang.String SAVE_AND_ADD_LINE
A named preference that controls if before "save" action in editor the "addNewLine" action should be executed.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
SAVE_AND_FIX_LINE_DELIMITERS
static final java.lang.String SAVE_AND_FIX_LINE_DELIMITERS
A named preference that controls if before "save" action in editor the "fixLineDelimiters" action should be executed.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
SAVE_AND_CONVERT_ENABLED
static final java.lang.String SAVE_AND_CONVERT_ENABLED
A named preference that controls if before "save" action in editor the one of "convert whitespace" action should be executed.Value is of type
Boolean
.- See Also:
- Constant Field Values
-
CONVERT_ACTION_ON_SAVE
static final java.lang.String CONVERT_ACTION_ON_SAVE
A named preference that controls which operation should be default if before "save" action in editor the one of "convert whitespace" action should be executed - tabs or spaces.Value is of type
String
, either ACTION_ID_CONVERT_TABS or ACTION_ID_CONVERT_SPACES- See Also:
- Constant Field Values
-
ACTION_ID_CONVERT_TABS
static final java.lang.String ACTION_ID_CONVERT_TABS
one of two possible values for CONVERT_ACTION_ON_SAVE property- See Also:
- Constant Field Values
-
ACTION_ID_CONVERT_SPACES
static final java.lang.String ACTION_ID_CONVERT_SPACES
one of two possible values for CONVERT_ACTION_ON_SAVE property- See Also:
- Constant Field Values
-
PREF_ACTIVE_FILTERS_LIST
static final java.lang.String PREF_ACTIVE_FILTERS_LIST
- See Also:
- Constant Field Values
-
PREF_INACTIVE_FILTERS_LIST
static final java.lang.String PREF_INACTIVE_FILTERS_LIST
- See Also:
- Constant Field Values
-
ASK_BEFORE_CONVERT_ALL_IN_FOLDER
static final java.lang.String ASK_BEFORE_CONVERT_ALL_IN_FOLDER
- See Also:
- Constant Field Values
-
WARN_ABOUT_UNSUPPORTED_UNICODE
static final java.lang.String WARN_ABOUT_UNSUPPORTED_UNICODE
- See Also:
- Constant Field Values
-
INCLUDE_DERIVED_RESOURCES
static final java.lang.String INCLUDE_DERIVED_RESOURCES
- See Also:
- Constant Field Values
-
REMOVE_PRINT_FROM_TOOLBAR
static final java.lang.String REMOVE_PRINT_FROM_TOOLBAR
true to remove "print" action from the global toolbar- See Also:
- Constant Field Values
-
HIDE_OPEN_TYPE_ACTION
static final java.lang.String HIDE_OPEN_TYPE_ACTION
true to hide "Open Type" from editor/console menu- See Also:
- Constant Field Values
-
USE_WORKSPACE_SCOPE_FOR_SEARCH
static final java.lang.String USE_WORKSPACE_SCOPE_FOR_SEARCH
not to limit the search scope to referenced projects if multiple references found- See Also:
- Constant Field Values
-
PROJECT_PROPS_ENABLED
static final java.lang.String PROJECT_PROPS_ENABLED
- See Also:
- Constant Field Values
-
SAVE_TO_SHOW_OPTIONS
static final java.lang.String SAVE_TO_SHOW_OPTIONS
settings for saveToFile from console- See Also:
- Constant Field Values
-
SAVE_TO_OPEN_EDITOR
static final java.lang.String SAVE_TO_OPEN_EDITOR
- See Also:
- Constant Field Values
-
SAVE_TO_IGNORE_SELECTION
static final java.lang.String SAVE_TO_IGNORE_SELECTION
- See Also:
- Constant Field Values
-
DEFAULT_TAB_WIDTH
static final int DEFAULT_TAB_WIDTH
- See Also:
- Constant Field Values
-
LAST_USED_WS_FILE
static final java.lang.String LAST_USED_WS_FILE
last used working set import/export file- See Also:
- Constant Field Values
-
LAST_OPENED_EXTERNAL_FILE
static final java.lang.String LAST_OPENED_EXTERNAL_FILE
last opened external file (compare/replace with...)- See Also:
- Constant Field Values
-
BASE64_LINE_LENGTH
static final java.lang.String BASE64_LINE_LENGTH
base64 line length for encoding- See Also:
- Constant Field Values
-
UNICODIFY_ALL
static final java.lang.String UNICODIFY_ALL
to convert all characters to unicode, even ascii- See Also:
- Constant Field Values
-
BASE64_SPLIT_LINE
static final java.lang.String BASE64_SPLIT_LINE
to split lines on base64 encoding- See Also:
- Constant Field Values
-
SHOW_WHITESPACE
static final java.lang.String SHOW_WHITESPACE
true to show (color) whitespace in editors- See Also:
- Constant Field Values
-
SHOW_TRAILING_ONLY
static final java.lang.String SHOW_TRAILING_ONLY
true to show (color) only trailing whitespace in editors- See Also:
- Constant Field Values
-
SHOW_TRAILING_DIFFERENTLY
static final java.lang.String SHOW_TRAILING_DIFFERENTLY
true to show (color) trailing whitespace in editors differently as other whitespace- See Also:
- Constant Field Values
-
-