Improved support for comment folding
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / php / HTMLUnitContext.java
index 0c4dfb3..ba9e346 100644 (file)
@@ -1,15 +1,15 @@
 package net.sourceforge.phpdt.internal.corext.template.php;
 
+import net.sourceforge.phpdt.core.ICompilationUnit;
+
 import org.eclipse.jface.text.BadLocationException;
 import org.eclipse.jface.text.IDocument;
-import org.eclipse.jface.text.templates.TemplateContextType;
 import org.eclipse.jface.text.templates.Template;
 import org.eclipse.jface.text.templates.TemplateBuffer;
+import org.eclipse.jface.text.templates.TemplateContextType;
 import org.eclipse.jface.text.templates.TemplateException;
 import org.eclipse.jface.text.templates.TemplateTranslator;
 
-import net.sourceforge.phpdt.core.ICompilationUnit;
-
 /**
  * A context for javadoc.
  */
@@ -20,7 +20,7 @@ public class HTMLUnitContext extends CompilationUnitContext {
   //   private static final char HTML_TAG_END= '>';
   //   private static final char JAVADOC_TAG_BEGIN= '@';
   /**
-   * special characters '&' for the start of HTML entities ' <' for the start of HTML tags '#' for the start of colour attributes
+   * special characters '&' for the start of HTML entities '<' for the start of HTML tags '#' for the start of colour attributes
    * '{' for the start of smarty partitions inside HTML code
    */
   private static final String specialChars = "&<#{";
@@ -105,7 +105,7 @@ public class HTMLUnitContext extends CompilationUnitContext {
   }
 
   /*
-   * @see org.eclipse.jdt.internal.corext.template.DocumentTemplateContext#getEnd()
+   * @see net.sourceforge.phpdt.internal.corext.template.DocumentTemplateContext#getEnd()
    */
   public int getEnd() {
 
@@ -129,7 +129,7 @@ public class HTMLUnitContext extends CompilationUnitContext {
   }
 
   /*
-   * @see org.eclipse.jdt.internal.corext.template.DocumentTemplateContext#getKey()
+   * @see net.sourceforge.phpdt.internal.corext.template.DocumentTemplateContext#getKey()
    */
   public String getKey() {