X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/impl/FormatterOptions.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/impl/FormatterOptions.java index 5297a14..7790d79 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/impl/FormatterOptions.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/impl/FormatterOptions.java @@ -217,44 +217,44 @@ public class FormatterOptions { * * @return int */ - public int getMaxLineLength() { - return maxLineLength; - } +// public int getMaxLineLength() { +// return maxLineLength; +// } - public int getTabSize() { - return tabSize; - } +// public int getTabSize() { +// return tabSize; +// } - public boolean isAddingNewLineBeforeOpeningBrace() { - return newLineBeforeOpeningBraceMode; - } +// public boolean isAddingNewLineBeforeOpeningBrace() { +// return newLineBeforeOpeningBraceMode; +// } - public boolean isAddingNewLineInControlStatement() { - return newlineInControlStatementMode; - } +// public boolean isAddingNewLineInControlStatement() { +// return newlineInControlStatementMode; +// } - public boolean isAddingNewLineInEmptyBlock() { - return newLineInEmptyBlockMode; - } +// public boolean isAddingNewLineInEmptyBlock() { +// return newLineInEmptyBlockMode; +// } - public boolean isClearingAllBlankLines() { - return clearAllBlankLinesMode; - } +// public boolean isClearingAllBlankLines() { +// return clearAllBlankLinesMode; +// } - public boolean isCompactingAssignment() { - return compactAssignmentMode; - } +// public boolean isCompactingAssignment() { +// return compactAssignmentMode; +// } - public boolean isCompactingDereferencing() { - return compactDereferencingMode; - } +// public boolean isCompactingDereferencing() { +// return compactDereferencingMode; +// } // public boolean isCompactingElseIf() { // return compactElseIfMode; // } - public boolean isUsingTabForIndenting() { - return indentWithTab; - } +// public boolean isUsingTabForIndenting() { +// return indentWithTab; +// } public void setLineSeparator(String lineSeparator) { lineSeparatorSequence = lineSeparator.toCharArray(); @@ -263,9 +263,9 @@ public class FormatterOptions { /** * @deprecated - should use a Map when creating the options. */ - public void setMaxLineLength(int maxLineLength) { - this.maxLineLength = maxLineLength; - } +// public void setMaxLineLength(int maxLineLength) { +// this.maxLineLength = maxLineLength; +// } /** * @deprecated - should use a Map when creating the options. */