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 property
      static java.lang.String ACTION_ID_CONVERT_TABS
      one of two possible values for CONVERT_ACTION_ON_SAVE property
      static 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 encoding
      static java.lang.String BASE64_SPLIT_LINE
      to split lines on base64 encoding
      static java.lang.String CHARACTERS_DISALLOWED_IN_PATH
      A named preference that holds the characters, disallowed in file name/path
      static java.lang.String CHARACTERS_REQUIRED_IN_PATH
      A named preference that holds the characters, required in file name/path
      static 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 too
      static java.lang.String HIDE_OPEN_TYPE_ACTION
      true to hide "Open Type" from editor/console menu
      static 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 file
      static java.lang.String LINE_SEPARATOR_REGEX
      A named preference that holds a regular expression describing the separator between file path and line number
      static 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 entities
      static java.lang.String PROJECT_PROPS_ENABLED  
      static java.lang.String REMOVE_PRINT_FROM_TOOLBAR
      true to remove "print" action from the global toolbar
      static java.lang.String REMOVE_TRAILING_SPACES
      A named preference that controls if while "tabs to spaces" we should remove trailing spaces too
      static 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 actions
      static 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 console
      static java.lang.String SHOW_TRAILING_DIFFERENTLY
      true to show (color) trailing whitespace in editors differently as other whitespace
      static java.lang.String SHOW_TRAILING_ONLY
      true to show (color) only trailing whitespace in editors
      static java.lang.String SHOW_WHITESPACE
      true to show (color) whitespace in editors
      static java.lang.String UNICODIFY_ALL
      to convert all characters to unicode, even ascii
      static java.lang.String USE_JAVA_TAB_WIDTH_FOR_JAVA
      A named preference that controls if java tab width used for java input files
      static 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
      static 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 found
      static 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/path

        Value 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 number

        Value 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/path

        Value 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 files

        Value 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 actions

        Value 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 too

        Value 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 too

        Value 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 entities

        Value 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_IGNORE_SELECTION

        static final java.lang.String SAVE_TO_IGNORE_SELECTION
        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