1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-01-30 03:17:14 +00:00
parent 0c02ab5445
commit cd8e54c404

View file

@ -347,7 +347,6 @@ public class LineWrappingTabPage extends FormatterTabPage {
FormatterMessages.LineWrappingTabPage_indentation_by_one FormatterMessages.LineWrappingTabPage_indentation_by_one
}; };
protected static final String[] WRAPPING_NAMES = { protected static final String[] WRAPPING_NAMES = {
FormatterMessages.LineWrappingTabPage_splitting_do_not_split, FormatterMessages.LineWrappingTabPage_splitting_do_not_split,
FormatterMessages.LineWrappingTabPage_splitting_wrap_when_necessary, // COMPACT_SPLIT FormatterMessages.LineWrappingTabPage_splitting_wrap_when_necessary, // COMPACT_SPLIT
@ -357,7 +356,6 @@ public class LineWrappingTabPage extends FormatterTabPage {
FormatterMessages.LineWrappingTabPage_splitting_wrap_always_except_first_only_if_necessary FormatterMessages.LineWrappingTabPage_splitting_wrap_always_except_first_only_if_necessary
}; };
// private final Category fCompactIfCategory= new Category( // private final Category fCompactIfCategory= new Category(
// DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_COMPACT_IF, // DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_COMPACT_IF,
// "int foo(int argument) {" + //$NON-NLS-1$ // "int foo(int argument) {" + //$NON-NLS-1$
@ -368,7 +366,6 @@ public class LineWrappingTabPage extends FormatterTabPage {
// FormatterMessages.LineWrappingTabPage_compact_if_else_lowercase // FormatterMessages.LineWrappingTabPage_compact_if_else_lowercase
// ); // );
private final Category fTypeDeclarationBaseClauseCategory= new Category( private final Category fTypeDeclarationBaseClauseCategory= new Category(
DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BASE_CLAUSE_IN_TYPE_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BASE_CLAUSE_IN_TYPE_DECLARATION,
"class Example : public FooClass, virtual protected BarClass {};", //$NON-NLS-1$ "class Example : public FooClass, virtual protected BarClass {};", //$NON-NLS-1$
@ -376,7 +373,6 @@ public class LineWrappingTabPage extends FormatterTabPage {
FormatterMessages.LineWrappingTabPage_base_clause_lowercase FormatterMessages.LineWrappingTabPage_base_clause_lowercase
); );
// private final Category fConstructorDeclarationsParametersCategory= new Category( // private final Category fConstructorDeclarationsParametersCategory= new Category(
// DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION, // DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION,
// "class Example {Example(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { this();}" + //$NON-NLS-1$ // "class Example {Example(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { this();}" + //$NON-NLS-1$