public class LegacyCodeStyleSettings extends CommonCodeStyleSettings
CodeStyleSettings.getCommonSettings(Language)
or
CodeStyle.getLanguageSettings(PsiFile)
.LanguageCodeStyleSettingsProvider
CommonCodeStyleSettings.BraceStyleConstant, CommonCodeStyleSettings.ForceBraceConstant, CommonCodeStyleSettings.IndentOptions, CommonCodeStyleSettings.WrapConstant, CommonCodeStyleSettings.WrapOnTyping
ALIGN_CONSECUTIVE_ASSIGNMENTS, BLANK_LINES_BEFORE_CLASS_END, BRACE_STYLE, CLASS_BRACE_STYLE, DO_NOT_FORCE, DO_NOT_WRAP, END_OF_LINE, FORCE_BRACES_ALWAYS, FORCE_BRACES_IF_MULTILINE, KEEP_BLANK_LINES_BETWEEN_PACKAGE_DECLARATION_AND_HEADER, LAMBDA_BRACE_STYLE, METHOD_BRACE_STYLE, NEXT_LINE, NEXT_LINE_IF_WRAPPED, NEXT_LINE_SHIFTED, NEXT_LINE_SHIFTED2, REARRANGE_ACCORDIND_TO_DIALOG, REARRANGE_ALWAYS, REARRANGE_NEVER, WRAP_ALWAYS, WRAP_AS_NEEDED, WRAP_ON_EVERY_ITEM
Constructor and Description |
---|
LegacyCodeStyleSettings() |
arrangementSettingsEqual, clone, copyFrom, equals, getArrangementSettings, getFileType, getIndentOptions, getLanguage, getLocalCodeStyleSettings, getRootSettings, getSoftMargins, initIndentOptions, isForceArrangeMenuAvailable, readExternal, setArrangementSettings, setForceArrangeMenuAvailable, writeExternal
@Deprecated public int RIGHT_MARGIN
LegacyCodeStyleSettings
@Deprecated public boolean LINE_COMMENT_AT_FIRST_COLUMN
LegacyCodeStyleSettings
@Deprecated public boolean BLOCK_COMMENT_AT_FIRST_COLUMN
LegacyCodeStyleSettings
@Deprecated public boolean LINE_COMMENT_ADD_SPACE
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_LINE_BREAKS
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_FIRST_COLUMN_COMMENT
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_CONTROL_STATEMENT_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public int KEEP_BLANK_LINES_IN_DECLARATIONS
LegacyCodeStyleSettings
@Deprecated public int KEEP_BLANK_LINES_IN_CODE
LegacyCodeStyleSettings
@Deprecated public int KEEP_BLANK_LINES_BEFORE_RBRACE
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_BEFORE_PACKAGE
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AFTER_PACKAGE
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_BEFORE_IMPORTS
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AFTER_IMPORTS
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AROUND_CLASS
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AROUND_FIELD
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AROUND_METHOD
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_BEFORE_METHOD_BODY
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AROUND_FIELD_IN_INTERFACE
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AROUND_METHOD_IN_INTERFACE
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AFTER_CLASS_HEADER
LegacyCodeStyleSettings
@Deprecated public int BLANK_LINES_AFTER_ANONYMOUS_CLASS_HEADER
LegacyCodeStyleSettings
@Deprecated public boolean USE_FLYING_GEESE_BRACES
LegacyCodeStyleSettings
@Deprecated public boolean DO_NOT_INDENT_TOP_LEVEL_CLASS_MEMBERS
LegacyCodeStyleSettings
@Deprecated public boolean ELSE_ON_NEW_LINE
LegacyCodeStyleSettings
@Deprecated public boolean WHILE_ON_NEW_LINE
LegacyCodeStyleSettings
@Deprecated public boolean CATCH_ON_NEW_LINE
LegacyCodeStyleSettings
@Deprecated public boolean FINALLY_ON_NEW_LINE
LegacyCodeStyleSettings
@Deprecated public boolean INDENT_CASE_FROM_SWITCH
LegacyCodeStyleSettings
@Deprecated public boolean CASE_STATEMENT_ON_NEW_LINE
LegacyCodeStyleSettings
@Deprecated public boolean INDENT_BREAK_FROM_CASE
LegacyCodeStyleSettings
@Deprecated public boolean SPECIAL_ELSE_IF_TREATMENT
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_CHAINED_METHODS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_PARAMETERS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_PARAMETERS_IN_CALLS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_RESOURCES
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_FOR
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_BINARY_OPERATION
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_ASSIGNMENT
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_TERNARY_OPERATION
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_THROWS_LIST
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_THROWS_KEYWORD
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_EXTENDS_LIST
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_METHOD_BRACKETS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_GROUP_FIELD_DECLARATIONS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_CONSECUTIVE_VARIABLE_DECLARATIONS
LegacyCodeStyleSettings
@Deprecated public boolean ALIGN_SUBSEQUENT_SIMPLE_METHODS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_ASSIGNMENT_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_LOGICAL_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_EQUALITY_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_RELATIONAL_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_BITWISE_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_ADDITIVE_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_MULTIPLICATIVE_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_SHIFT_OPERATORS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_UNARY_OPERATOR
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_LAMBDA_ARROW
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AROUND_METHOD_REF_DBL_COLON
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_COMMA
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_COMMA
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_SEMICOLON
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_SEMICOLON
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_METHOD_CALL_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_EMPTY_METHOD_CALL_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_METHOD_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_EMPTY_METHOD_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_IF_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_WHILE_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_FOR_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_TRY_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_CATCH_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_SWITCH_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_SYNCHRONIZED_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_CAST_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_BRACKETS
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_BRACES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_ARRAY_INITIALIZER_BRACES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_EMPTY_ARRAY_INITIALIZER_BRACES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_TYPE_CAST
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_METHOD_CALL_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_METHOD_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_IF_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_WHILE_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_FOR_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_TRY_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_CATCH_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_SWITCH_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_SYNCHRONIZED_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_CLASS_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_METHOD_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_IF_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_ELSE_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_WHILE_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_FOR_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_DO_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_SWITCH_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_TRY_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_CATCH_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_FINALLY_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_SYNCHRONIZED_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_ANNOTATION_ARRAY_INITIALIZER_LBRACE
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_ELSE_KEYWORD
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_WHILE_KEYWORD
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_CATCH_KEYWORD
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_FINALLY_KEYWORD
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_QUEST
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_QUEST
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_COLON
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_AFTER_COLON
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_TYPE_PARAMETER_LIST
LegacyCodeStyleSettings
@Deprecated public int CALL_PARAMETERS_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean PREFER_PARAMETERS_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean CALL_PARAMETERS_LPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean CALL_PARAMETERS_RPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int METHOD_PARAMETERS_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int RESOURCE_LIST_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean RESOURCE_LIST_LPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean RESOURCE_LIST_RPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int EXTENDS_LIST_WRAP
LegacyCodeStyleSettings
@Deprecated public int THROWS_LIST_WRAP
LegacyCodeStyleSettings
@Deprecated public int EXTENDS_KEYWORD_WRAP
LegacyCodeStyleSettings
@Deprecated public int THROWS_KEYWORD_WRAP
LegacyCodeStyleSettings
@Deprecated public int METHOD_CALL_CHAIN_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean WRAP_FIRST_METHOD_IN_CALL_CHAIN
LegacyCodeStyleSettings
@Deprecated public boolean PARENTHESES_EXPRESSION_LPAREN_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean PARENTHESES_EXPRESSION_RPAREN_WRAP
LegacyCodeStyleSettings
@Deprecated public int BINARY_OPERATION_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean BINARY_OPERATION_SIGN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int TERNARY_OPERATION_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean TERNARY_OPERATION_SIGNS_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean MODIFIER_LIST_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_SIMPLE_BLOCKS_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_SIMPLE_METHODS_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_SIMPLE_LAMBDAS_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_SIMPLE_CLASSES_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public boolean KEEP_MULTIPLE_EXPRESSIONS_IN_ONE_LINE
LegacyCodeStyleSettings
@Deprecated public int FOR_STATEMENT_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean FOR_STATEMENT_LPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean FOR_STATEMENT_RPAREN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int ARRAY_INITIALIZER_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public boolean ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int ASSIGNMENT_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean PLACE_ASSIGNMENT_SIGN_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int LABELED_STATEMENT_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean WRAP_COMMENTS
LegacyCodeStyleSettings
@Deprecated public int ASSERT_STATEMENT_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean ASSERT_STATEMENT_COLON_ON_NEXT_LINE
LegacyCodeStyleSettings
@Deprecated public int IF_BRACE_FORCE
LegacyCodeStyleSettings
@Deprecated public int DOWHILE_BRACE_FORCE
LegacyCodeStyleSettings
@Deprecated public int WHILE_BRACE_FORCE
LegacyCodeStyleSettings
@Deprecated public int FOR_BRACE_FORCE
LegacyCodeStyleSettings
@Deprecated public boolean WRAP_LONG_LINES
LegacyCodeStyleSettings
@Deprecated public int METHOD_ANNOTATION_WRAP
LegacyCodeStyleSettings
@Deprecated public int CLASS_ANNOTATION_WRAP
LegacyCodeStyleSettings
@Deprecated public int FIELD_ANNOTATION_WRAP
LegacyCodeStyleSettings
@Deprecated public int PARAMETER_ANNOTATION_WRAP
LegacyCodeStyleSettings
@Deprecated public int VARIABLE_ANNOTATION_WRAP
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_BEFORE_ANOTATION_PARAMETER_LIST
LegacyCodeStyleSettings
@Deprecated public boolean SPACE_WITHIN_ANNOTATION_PARENTHESES
LegacyCodeStyleSettings
@Deprecated public int ENUM_CONSTANTS_WRAP
LegacyCodeStyleSettings
@Deprecated public int FORCE_REARRANGE_MODE
LegacyCodeStyleSettings
@Deprecated public int WRAP_ON_TYPING
LegacyCodeStyleSettings