Syntax Highlighting Prefs work now / Automatic parse on save option available
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorEnvironment.java
index f50c26d..011feb4 100644 (file)
@@ -57,18 +57,18 @@ public class PHPEditorEnvironment {
   /**
    * Returns the singleton scanner.
    */
-  public static RuleBasedScanner getPHPCodeScanner() {
+  public static PHPCodeScanner getPHPCodeScanner() {
     return fgCodeScanner;
   }
 
-  public static RuleBasedScanner getHTMLCodeScanner() {
+  public static HTMLCodeScanner getHTMLCodeScanner() {
     return fgHTMLCodeScanner;
   }
 
   /**
    * Returns the singleton color provider.
    */
-  public static PHPColorProvider getJavaColorProvider() {
+  public static PHPColorProvider getPHPColorProvider() {
     return fgColorProvider;
   }