Disable "Refresh PHP Browser view when opening editor" and "Show PHP
authordizmo <dizmo>
Thu, 12 Jul 2007 03:58:05 +0000 (03:58 +0000)
committerdizmo <dizmo>
Thu, 12 Jul 2007 03:58:05 +0000 (03:58 +0000)
Browser view when opening editor" by default - #1752390

net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java

index 8404335..4293601 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial implementation
  *
- * $Id: WebUI.java,v 1.7 2006-10-21 23:13:54 pombredanne Exp $
+ * $Id: WebUI.java,v 1.8 2007-07-12 03:58:05 dizmo Exp $
  */
 
 package net.sourceforge.phpeclipse.ui;
@@ -168,8 +168,8 @@ public class WebUI extends AbstractUIPlugin implements IPreferenceConstants {
                                .getLocation().toString());
                // store.setDefault(PHP_BOOKMARK_DEFAULT, "");
 
-               store.setDefault(PHP_AUTO_PREVIEW_DEFAULT, "true");
-               store.setDefault(PHP_BRING_TO_TOP_PREVIEW_DEFAULT, "true");
+               store.setDefault(PHP_AUTO_PREVIEW_DEFAULT, "false");
+               store.setDefault(PHP_BRING_TO_TOP_PREVIEW_DEFAULT, "false");
                // store.setDefault(PHP_SHOW_HTML_FILES_LOCAL, "true");
                // store.setDefault(PHP_SHOW_XML_FILES_LOCAL, "false");
        }