* 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;
.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");
}