added a first php $f command to the PHP console
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / IPreferenceConstants.java
index 25c7648..cc44585 100644 (file)
@@ -24,7 +24,8 @@ public interface IPreferenceConstants {
   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";
+  public static final String SHOW_OUTPUT_IN_CONSOLE = "_show_output_in_console";
+  public static final String PHP_RUN_PREF = "_php_run_pref";
   public static final String EXTERNAL_PARSER_PREF = "_external_parser";
   public static final String PHP_PARSER_DEFAULT = "_php_parser_default";
   public static final String PHP_INTERNAL_PARSER = "_php_internal_parser";