3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / JavaStringAutoIndentStrategy.java
index 319980b..56d3d75 100644 (file)
@@ -147,7 +147,7 @@ public class JavaStringAutoIndentStrategy extends DefaultAutoIndentStrategy {
 
        private void javaStringIndentAfterNewLine(IDocument document, DocumentCommand command) throws BadLocationException {
 
-               ITypedRegion partition= TextUtilities.getPartition(document, fPartitioning, command.offset);
+               ITypedRegion partition= TextUtilities.getPartition(document, fPartitioning, command.offset, false);
                int offset= partition.getOffset();
                int length= partition.getLength();