new CodeStyleSettingPresentation("SPACE_WITHIN_PARENTHESES", ApplicationBundle.message("checkbox.spaces.within.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_METHOD_PARENTHESES",
ApplicationBundle.message("checkbox.spaces.checkbox.spaces.method.declaration.parentheses")),
+ new CodeStyleSettingPresentation("SPACE_WITHIN_EMPTY_METHOD_PARENTHESES",
+ ApplicationBundle.message("checkbox.spaces.checkbox.spaces.empty.method.declaration.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_METHOD_CALL_PARENTHESES",
ApplicationBundle.message("checkbox.spaces.checkbox.spaces.method.call.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_EMPTY_METHOD_CALL_PARENTHESES",
ApplicationBundle.message("checkbox.spaces.checkbox.spaces.empty.method.call.parentheses")),
- new CodeStyleSettingPresentation("SPACE_WITHIN_EMPTY_METHOD_PARENTHESES", ApplicationBundle
- .message("checkbox.spaces.checkbox.spaces.empty.method.declaration.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_IF_PARENTHESES", ApplicationBundle.message("checkbox.spaces.if.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_FOR_PARENTHESES", ApplicationBundle.message("checkbox.spaces.for.parentheses")),
new CodeStyleSettingPresentation("SPACE_WITHIN_WHILE_PARENTHESES",
new CodeStyleSettingPresentation("ALIGN_GROUP_FIELD_DECLARATIONS",
ApplicationBundle.message("wrapping.align.fields.in.columns")),
new CodeStyleSettingPresentation("ALIGN_CONSECUTIVE_VARIABLE_DECLARATIONS",
- ApplicationBundle.message("wrapping.align.variables.in.columns"))
+ ApplicationBundle.message("wrapping.align.variables.in.columns")),
+ new CodeStyleSettingPresentation("ALIGN_SUBSEQUENT_SIMPLE_METHODS",
+ ApplicationBundle.message("wrapping.align.simple.methods.in.columns"))
));
putGroupTop(result, "TERNARY_OPERATION_WRAP", WRAPPING_TERNARY_OPERATION, WRAP_VALUES, WRAP_OPTIONS);