From: dizmo Date: Thu, 12 Jul 2007 03:58:05 +0000 (+0000) Subject: Disable "Refresh PHP Browser view when opening editor" and "Show PHP X-Git-Url: http://git.phpeclipse.com Disable "Refresh PHP Browser view when opening editor" and "Show PHP Browser view when opening editor" by default - #1752390 --- diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java index 8404335..4293601 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/WebUI.java @@ -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"); }