improved/refactored php syntax parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPeclipsePlugin.java
index dc81130..e120ce4 100644 (file)
@@ -259,9 +259,9 @@ public class PHPeclipsePlugin extends AbstractUIPlugin implements IPreferenceCon
  
     }
 
-    store.setDefault(PHP_PARSER_DEFAULT, PHP_INTERNAL_PARSER);
-    store.setDefault(PHP_INTERNAL_PARSER, "true");
-    store.setDefault(PHP_EXTERNAL_PARSER, "false");
+    store.setDefault(PHP_PARSER_DEFAULT, PHP_EXTERNAL_PARSER);
+    store.setDefault(PHP_INTERNAL_PARSER, "false");
+    store.setDefault(PHP_EXTERNAL_PARSER, "true");
     
     store.setDefault(PHP_PARSE_ON_SAVE, "true");
     // php syntax highlighting