misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PartitionStack.java
index de24d80..85b9774 100644 (file)
@@ -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()