X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/JavaDocAutoIndentStrategy.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/JavaDocAutoIndentStrategy.java index a4afa5d..84c8219 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/JavaDocAutoIndentStrategy.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/phpdoc/JavaDocAutoIndentStrategy.java @@ -26,7 +26,7 @@ import net.sourceforge.phpdt.ui.PreferenceConstants; import net.sourceforge.phpeclipse.ui.WebUI; //import org.eclipse.core.runtime.CoreException; -import org.eclipse.core.runtime.Preferences; +//import org.eclipse.core.runtime.Preferences; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.text.BadLocationException; import org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy; @@ -194,12 +194,12 @@ public class JavaDocAutoIndentStrategy extends // lineDelimiter); // } - public static int getTabWidth() { - Preferences preferences = WebUI.getDefault() - .getPluginPreferences(); - return preferences - .getInt(AbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTH); - } +// public static int getTabWidth() { +// Preferences preferences = WebUI.getDefault() +// .getPluginPreferences(); +// return preferences +// .getInt(AbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTH); +// } // private String createTypeTags(IDocument document, DocumentCommand command, // String indentation, String lineDelimiter, IType type)