A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / IPreferenceConstants.java
1 package net.sourceforge.phpeclipse.ui;
2
3 public interface IPreferenceConstants {
4         // public static final String PHP_BOOKMARK_DEFAULT =
5         // "_php_bookmark_default";
6         public static final String PHP_LOCALHOST_PREF = "_php_localhost";
7
8         public static final String PHP_DOCUMENTROOT_PREF = "_php_documentroot";
9
10         public static final String PHP_INCLUDE_PATHS = "_php_include_paths";
11
12         public static final String PHP_AUTO_PREVIEW_DEFAULT = "_auto_preview";
13
14         public static final String PHP_BRING_TO_TOP_PREVIEW_DEFAULT = "_bring_to_top_preview";
15         // public static final String PHP_SHOW_HTML_FILES_LOCAL =
16         // "_show_html_files_local";
17         // public static final String PHP_SHOW_XML_FILES_LOCAL =
18         // "_show_xml_files_local";
19 }