first PHP parser version (doesn't work actually)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPeclipsePlugin.java
index 20ede98..5e95d2e 100644 (file)
@@ -43,7 +43,7 @@ public class PHPeclipsePlugin extends AbstractUIPlugin {
        public static final String APACHE_START_PREF = "_apache_start";
        public static final String APACHE_STOP_PREF = "_apache_stop";
        public static final String APACHE_RESTART_PREF = "_apache_restart";
-  
+  public static final String SHOW_OUTPUT_IN_CONSOLE = "_sho_output_in_console";
   /**
    * The id of the PHP plugin (value <code>"net.sourceforge.phpeclipse"</code>).
    */ 
@@ -222,6 +222,7 @@ public class PHPeclipsePlugin extends AbstractUIPlugin {
                store.setDefault(LOCALHOST_PREF, "http://localhost");
                
                store.setDefault(USE_EXTERNAL_BROWSER_PREF, "false");
+    store.setDefault(SHOW_OUTPUT_IN_CONSOLE, "true");
                if (jvm == WINDOWS_9x) {
                        store.setDefault(EXTERNAL_BROWSER_PREF, "command.com /c start iexplore {0}");
                } else if (jvm == WINDOWS_NT) {