X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java index de24d80..85b9774 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PartitionStack.java @@ -6,6 +6,8 @@ package net.sourceforge.phpeclipse.phpeditor.php; import java.util.ArrayList; +import net.sourceforge.phpdt.internal.ui.text.*; + import org.eclipse.jface.text.IDocument; /** @@ -13,7 +15,7 @@ import org.eclipse.jface.text.IDocument; * contain other partitions. * * @author Stefan Langer - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class PartitionStack { @@ -45,7 +47,7 @@ public class PartitionStack return (String)fPartitionStack.get(fStackTop--); } - return IPHPPartitionScannerConstants.HTML; + return IPHPPartitions.HTML; } public boolean isEmpty()