X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/PreferenceConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/PreferenceConstants.java index 15796fe..0ff3193 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/PreferenceConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/PreferenceConstants.java @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2002 International Business Machines Corp. and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v05.html - * + * * Contributors: * IBM Corporation - initial API and implementation ******************************************************************************/ @@ -15,6 +15,7 @@ import net.sourceforge.phpdt.internal.ui.text.spelling.SpellCheckEngine; import net.sourceforge.phpdt.internal.ui.text.spelling.engine.ISpellCheckPreferenceKeys; import net.sourceforge.phpeclipse.IPreferenceConstants; import net.sourceforge.phpeclipse.PHPeclipsePlugin; +import net.sourceforge.phpeclipse.phpeditor.util.PHPColorProvider; import org.eclipse.jface.action.Action; import org.eclipse.jface.preference.IPreferenceStore; @@ -31,7 +32,7 @@ import org.eclipse.ui.texteditor.AbstractTextEditor; /** * Preference constants used in the JDT-UI preference store. Clients should only read the JDT-UI preference store using these * values. Clients are not allowed to modify the preference store programmatically. - * + * * @since 2.0 */ public class PreferenceConstants { @@ -69,7 +70,7 @@ public class PreferenceConstants { *
* Value is of type Boolean
.
*
* Value is of type Boolean
: if true
empty inner packages are folded.
*
* Value is of type Boolean
.
*
* Value is of type String
: comma separated list of prefixed
*
* Value is of type String
: comma separated list of suffixes
*
String
.
*
* @since 3.0
- */
+ */
public static final String CODEGEN_EXCEPTION_VAR_NAME= "org.eclipse.jdt.ui.exception.name"; //$NON-NLS-1$
-
+
/**
* A named preference that controls if comment stubs will be added automatically to newly created types and methods.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
String
: semicolon separated list of package names
*
*/
- public static final String ORGIMPORTS_IMPORTORDER = "net.sourceforge.phpdt.ui.importorder"; //$NON-NLS-1$
+// public static final String ORGIMPORTS_IMPORTORDER = "net.sourceforge.phpdt.ui.importorder"; //$NON-NLS-1$
/**
* A named preference that specifies the number of imports added before a star-import declaration is used.
@@ -288,7 +289,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
* Value is of type String
.
*
* Value is of type String
.
*
* Value is of type Int
: an index into the list of possible JRE libraries.
*
* OPEN_TYPE_HIERARCHY_IN_VIEW_PART
.
*
- *
+ *
* @see #OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE
* @see #OPEN_TYPE_HIERARCHY_IN_VIEW_PART
*/
@@ -370,14 +371,14 @@ public class PreferenceConstants {
/**
* A string value used by the named preference OPEN_TYPE_HIERARCHY
.
- *
+ *
* @see #OPEN_TYPE_HIERARCHY
*/
public static final String OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE = "perspective"; //$NON-NLS-1$
/**
* A string value used by the named preference OPEN_TYPE_HIERARCHY
.
- *
+ *
* @see #OPEN_TYPE_HIERARCHY
*/
public static final String OPEN_TYPE_HIERARCHY_IN_VIEW_PART = "viewPart"; //$NON-NLS-1$
@@ -389,7 +390,7 @@ public class PreferenceConstants {
* DOUBLE_CLICK_GOES_INTO or
* DOUBLE_CLICK_EXPANDS
.
*
- *
+ *
* @see #DOUBLE_CLICK_EXPANDS
* @see #DOUBLE_CLICK_GOES_INTO
*/
@@ -397,14 +398,14 @@ public class PreferenceConstants {
/**
* A string value used by the named preference DOUBLE_CLICK
.
- *
+ *
* @see #DOUBLE_CLICK
*/
public static final String DOUBLE_CLICK_GOES_INTO = "packageview.gointo"; //$NON-NLS-1$
/**
* A string value used by the named preference DOUBLE_CLICK
.
- *
+ *
* @see #DOUBLE_CLICK
*/
public static final String DOUBLE_CLICK_EXPANDS = "packageview.doubleclick.expands"; //$NON-NLS-1$
@@ -417,7 +418,7 @@ public class PreferenceConstants {
* UPDATE_ON_SAVE or
* UPDATE_WHILE_EDITING
.
*
- *
+ *
* @see #UPDATE_ON_SAVE
* @see #UPDATE_WHILE_EDITING
*/
@@ -425,14 +426,14 @@ public class PreferenceConstants {
/**
* A string value used by the named preference UPDATE_JAVA_VIEWS
- *
+ *
* @see #UPDATE_JAVA_VIEWS
*/
public static final String UPDATE_ON_SAVE = "JavaUI.update.onSave"; //$NON-NLS-1$
/**
* A string value used by the named preference UPDATE_JAVA_VIEWS
- *
+ *
* @see #UPDATE_JAVA_VIEWS
*/
public static final String UPDATE_WHILE_EDITING = "JavaUI.update.whileEditing"; //$NON-NLS-1$
@@ -447,7 +448,7 @@ public class PreferenceConstants {
/**
* A named preference that defines whether hint to make hover sticky should be shown.
- *
+ *
* @see JavaUI
* @since 3.0
*/
@@ -455,7 +456,7 @@ public class PreferenceConstants {
/**
* A named preference that defines the key for the hover modifiers.
- *
+ *
* @see JavaUI
* @since 2.1
*/
@@ -463,21 +464,21 @@ public class PreferenceConstants {
/**
* The id of the best match hover contributed for extension point javaEditorTextHovers
.
- *
+ *
* @since 2.1
*/
public static String ID_BESTMATCH_HOVER = "net.sourceforge.phpdt.ui.BestMatchHover"; //$NON-NLS-1$
/**
* The id of the source code hover contributed for extension point javaEditorTextHovers
.
- *
+ *
* @since 2.1
*/
public static String ID_SOURCE_HOVER = "net.sourceforge.phpdt.ui.JavaSourceHover"; //$NON-NLS-1$
/**
* The id of the problem hover contributed for extension point javaEditorTextHovers
.
- *
+ *
* @since 2.1
*/
public static String ID_PROBLEM_HOVER = "net.sourceforge.phpdt.ui.ProblemHover"; //$NON-NLS-1$
@@ -495,7 +496,7 @@ public class PreferenceConstants {
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
"net.sourceforge.phpdt.ui.editors.textfont"
).
- *
+ *
* @since 2.1
*/
public final static String EDITOR_TEXT_FONT = "net.sourceforge.phpdt.ui.editors.textfont"; //$NON-NLS-1$
@@ -1082,7 +1083,7 @@ public class PreferenceConstants {
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
+ * Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
+ *
+ * Value is of type Boolean
.
+ *
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
Boolean
.
*
*/
- public final static String EDITOR_STRING_BOLD = IPreferenceConstants.PHP_STRING + EDITOR_BOLD_SUFFIX;
+ public final static String EDITOR_STRING_BOLD_DQ = IPreferenceConstants.PHP_STRING_DQ + EDITOR_BOLD_SUFFIX;
+
+ public final static String EDITOR_STRING_COLOR_SQ = IPreferenceConstants.PHP_STRING_SQ;
+
+ /**
+ * A named preference that controls whether string constants are rendered in bold.
+ *
+ * Value is of type Boolean
.
+ *
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI
@@ -1485,7 +1514,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID or
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI
@@ -1500,7 +1529,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID or
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI ID_*_HOVER
@@ -1515,7 +1544,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID or
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI ID_*_HOVER
@@ -1530,7 +1559,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID or
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI ID_*_HOVER
@@ -1545,7 +1574,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID or
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI ID_*_HOVER
@@ -1560,7 +1589,7 @@ public class PreferenceConstants {
* EDITOR_NO_HOVER_CONFIGURED_ID,
* EDITOR_DEFAULT_HOVER_CONFIGURED_ID
or the hover id of a hover contributed as phpEditorTextHovers
.
*
- *
+ *
* @see #EDITOR_NO_HOVER_CONFIGURED_ID
* @see #EDITOR_DEFAULT_HOVER_CONFIGURED_ID
* @see JavaUI ID_*_HOVER
@@ -1571,7 +1600,7 @@ public class PreferenceConstants {
/**
* A string value used by the named preferences for hover configuration to descibe that no hover should be shown for the given key
* modifiers.
- *
+ *
* @since 2.1
*/
public static final String EDITOR_NO_HOVER_CONFIGURED_ID = "noHoverConfiguredId"; //$NON-NLS-1$
@@ -1579,7 +1608,7 @@ public class PreferenceConstants {
/**
* A string value used by the named preferences for hover configuration to descibe that the default hover should be shown for the
* given key modifiers. The default hover is described by the EDITOR_DEFAULT_HOVER
property.
- *
+ *
* @since 2.1
*/
public static final String EDITOR_DEFAULT_HOVER_CONFIGURED_ID = "defaultHoverConfiguredId"; //$NON-NLS-1$
@@ -1607,7 +1636,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
* Value is of type String
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
- *
+ *
* @since 3.0
*/
public static final String EDITOR_SMART_BACKSPACE = "smart_backspace"; //$NON-NLS-1$
@@ -1676,7 +1705,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
- *
+ *
* @since 3.0
*/
public static final String EDITOR_SMART_TAB = "smart_tab"; //$NON-NLS-1$
+ public static final String EDITOR_P_RTRIM_ON_SAVE = "editor_p_trim_on_save"; //$NON-NLS-1$
+
/**
* A named preference that controls whether Java comments should be spell-checked.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
.
*
* Value is of type Integer
.
*
* Value is of type Integer
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Integer
. The value must be at least 4 for reasonable formatting.
*
* Value is of type Boolean
.
*
- * Value is of type Boolean
. if true
code assist only contains visible members. If
+ * Value is of type
Boolean
. if true
code assist only contains visible members. If
*
false
all members are included.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
* Value is of type String
. A RGB color value encoded as a string using class PreferenceConverter
*
REFACTOR_INFO_SEVERITY
,
* REFACTOR_OK_SEVERITY
.
*
- *
+ *
* @see #REFACTOR_FATAL_SEVERITY
* @see #REFACTOR_ERROR_SEVERITY
* @see #REFACTOR_WARNING_SEVERITY
@@ -2094,35 +2125,35 @@ public class PreferenceConstants {
/**
* A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
.
- *
+ *
* @see #REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
*/
public static final String REFACTOR_FATAL_SEVERITY = "4"; //$NON-NLS-1$
/**
* A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
.
- *
+ *
* @see #REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
*/
public static final String REFACTOR_ERROR_SEVERITY = "3"; //$NON-NLS-1$
/**
* A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
.
- *
+ *
* @see #REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
*/
public static final String REFACTOR_WARNING_SEVERITY = "2"; //$NON-NLS-1$
/**
* A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
.
- *
+ *
* @see #REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
*/
public static final String REFACTOR_INFO_SEVERITY = "1"; //$NON-NLS-1$
/**
* A string value used by the named preference REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
.
- *
+ *
* @see #REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD
*/
public static final String REFACTOR_OK_SEVERITY = "0"; //$NON-NLS-1$
@@ -2140,7 +2171,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
* Value is of type Boolean
.
*
Boolean
. If true the annotation ruler column
* uses a roll over to display multiple annotations
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_ANNOTATION_ROLL_OVER = "editor_annotation_roll_over"; //$NON-NLS-1$
@@ -2181,7 +2212,7 @@ public class PreferenceConstants {
*
* Value is of type String
.
*
- *
+ *
* @see #EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER
* @since 2.1.1
*/
@@ -2190,7 +2221,7 @@ public class PreferenceConstants {
/**
* A named preference that defines the key for the hover modifier state masks. The value is only used if the value of
* EDITOR_TEXT_HOVER_MODIFIERS
cannot be resolved to valid SWT modifier bits.
- *
+ *
* @see JavaUI
* @see #EDITOR_TEXT_HOVER_MODIFIERS
* @since 2.1.1
@@ -2202,7 +2233,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_FOLDING_ENABLED = "editor_folding_enabled"; //$NON-NLS-1$
@@ -2212,7 +2243,7 @@ public class PreferenceConstants {
*
* Value is of type String
.
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_FOLDING_PROVIDER = "editor_folding_provider"; //$NON-NLS-1$
@@ -2222,7 +2253,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_FOLDING_JAVADOC = "editor_folding_default_javadoc"; //$NON-NLS-1$
@@ -2232,7 +2263,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_FOLDING_INNERTYPES = "editor_folding_default_innertypes"; //$NON-NLS-1$
@@ -2242,7 +2273,7 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
- *
+ *
* @since 3.0
*/
public static final String EDITOR_FOLDING_METHODS = "editor_folding_default_methods"; //$NON-NLS-1$
@@ -2252,10 +2283,19 @@ public class PreferenceConstants {
*
* Value is of type Boolean
.
*
- *
+ *
* @since 3.0
*/
- public static final String EDITOR_FOLDING_IMPORTS = "editor_folding_default_imports"; //$NON-NLS-1$
+// public static final String EDITOR_FOLDING_IMPORTS = "editor_folding_default_imports"; //$NON-NLS-1$
+ /**
+ * A named preference that stores the value for header comment folding for the default folding provider.
+ *
+ * Value is of type Boolean
.
+ *
+ *
+ * @since 3.1
+ */
+ public static final String EDITOR_FOLDING_HEADERS= "editor_folding_default_headers"; //$NON-NLS-1$
public static void initializeDefaultValues(IPreferenceStore store) {
store.setDefault(PreferenceConstants.EDITOR_SHOW_SEGMENTS, false);
@@ -2278,7 +2318,7 @@ public class PreferenceConstants {
store.setDefault(PreferenceConstants.APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER, true);
// ImportOrganizePreferencePage
- store.setDefault(PreferenceConstants.ORGIMPORTS_IMPORTORDER, "php;phpx;org;com"); //$NON-NLS-1$
+// store.setDefault(PreferenceConstants.ORGIMPORTS_IMPORTORDER, "php;phpx;org;com"); //$NON-NLS-1$
store.setDefault(PreferenceConstants.ORGIMPORTS_ONDEMANDTHRESHOLD, 99);
store.setDefault(PreferenceConstants.ORGIMPORTS_IGNORELOWERCASE, true);
@@ -2300,7 +2340,7 @@ public class PreferenceConstants {
store.setDefault(PreferenceConstants.CODEGEN_USE_GETTERSETTER_SUFFIX, false);
store.setDefault(PreferenceConstants.CODEGEN_GETTERSETTER_PREFIX, "fg, f, _$, _, m_"); //$NON-NLS-1$
store.setDefault(PreferenceConstants.CODEGEN_GETTERSETTER_SUFFIX, "_"); //$NON-NLS-1$
-
+
store.setDefault(PreferenceConstants.CODEGEN_KEYWORD_THIS, false);
store.setDefault(PreferenceConstants.CODEGEN_IS_FOR_GETTERS, true);
store.setDefault(PreferenceConstants.CODEGEN_EXCEPTION_VAR_NAME, "e"); //$NON-NLS-1$
@@ -2391,14 +2431,20 @@ public class PreferenceConstants {
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_PHP_VARIABLE_COLOR, new RGB(127, 159, 191));
store.setDefault(PreferenceConstants.EDITOR_PHP_VARIABLE_BOLD, false);
+ PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_PHP_VARIABLE_DOLLAR_COLOR, new RGB(127, 159, 191));
+ store.setDefault(PreferenceConstants.EDITOR_PHP_VARIABLE_DOLLAR_BOLD, false);
+
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_PHP_CONSTANT_COLOR, new RGB(127, 0, 85));
store.setDefault(PreferenceConstants.EDITOR_PHP_CONSTANT_BOLD, false);
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_PHP_TYPE_COLOR, new RGB(127, 0, 85));
store.setDefault(PreferenceConstants.EDITOR_PHP_TYPE_BOLD, false);
- PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_STRING_COLOR, new RGB(42, 0, 255));
- store.setDefault(PreferenceConstants.EDITOR_STRING_BOLD, false);
+ PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_STRING_COLOR_DQ, PHPColorProvider.STRING_DQ);
+ store.setDefault(PreferenceConstants.EDITOR_STRING_BOLD_DQ, false);
+
+ PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_STRING_COLOR_SQ, PHPColorProvider.STRING_SQ);
+ store.setDefault(PreferenceConstants.EDITOR_STRING_BOLD_SQ, true);
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_DEFAULT_COLOR, new RGB(0, 0, 0));
store.setDefault(PreferenceConstants.EDITOR_JAVA_DEFAULT_BOLD, false);
@@ -2425,7 +2471,7 @@ public class PreferenceConstants {
PreferenceConverter.setDefault(store, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, new RGB(0, 0, 0));
PreferenceConverter.setDefault(store, PreferenceConstants.CODEASSIST_REPLACEMENT_BACKGROUND, new RGB(255, 255, 0));
PreferenceConverter.setDefault(store, PreferenceConstants.CODEASSIST_REPLACEMENT_FOREGROUND, new RGB(255, 0, 0));
- store.setDefault(PreferenceConstants.CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA, "$"); //$NON-NLS-1$
+ store.setDefault(PreferenceConstants.CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA, "$>"); //$NON-NLS-1$
store.setDefault(PreferenceConstants.CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC, "@"); //$NON-NLS-1$
store.setDefault(PreferenceConstants.CODEASSIST_AUTOACTIVATION_TRIGGERS_HTML, "<"); //$NON-NLS-1$
store.setDefault(PreferenceConstants.CODEASSIST_SHOW_VISIBLE_PROPOSALS, true);
@@ -2477,6 +2523,18 @@ public class PreferenceConstants {
store.setDefault(PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER, ctrl);
store.setDefault(PreferenceConstants.EDITOR_BROWSER_LIKE_LINKS_KEY_MODIFIER_MASK, SWT.CTRL);
+// mark occurrences
+ store.setDefault(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
+ store.setDefault(PreferenceConstants.EDITOR_STICKY_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_TYPE_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_METHOD_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_CONSTANT_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_FIELD_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_EXCEPTION_OCCURRENCES, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_METHOD_EXIT_POINTS, true);
+// store.setDefault(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, true);
+
// spell checking
store.setDefault(PreferenceConstants.SPELLING_CHECK_SPELLING, false);
store.setDefault(PreferenceConstants.SPELLING_LOCALE, SpellCheckEngine.getDefaultLocale().toString());
@@ -2495,17 +2553,18 @@ public class PreferenceConstants {
store.setDefault(PreferenceConstants.EDITOR_FOLDING_JAVADOC, true);
store.setDefault(PreferenceConstants.EDITOR_FOLDING_INNERTYPES, true);
store.setDefault(PreferenceConstants.EDITOR_FOLDING_METHODS, false);
- store.setDefault(PreferenceConstants.EDITOR_FOLDING_IMPORTS, false);
+// store.setDefault(PreferenceConstants.EDITOR_FOLDING_IMPORTS, false);
+ store.setDefault(PreferenceConstants.EDITOR_FOLDING_HEADERS, true);
store.setDefault(PreferenceConstants.EDITOR_SMART_BACKSPACE, true);
-
+ store.setDefault(PreferenceConstants.EDITOR_P_RTRIM_ON_SAVE, false);
// do more complicated stuff
// NewJavaProjectPreferencePage.initDefaults(store);
}
/**
* Returns the JDT-UI preference store.
- *
+ *
* @return the JDT-UI preference store
*/
public static IPreferenceStore getPreferenceStore() {
@@ -2524,7 +2583,7 @@ public class PreferenceConstants {
// public static String encodeJRELibrary(String description, IClasspathEntry[] entries) {
// return NewJavaProjectPreferencePage.encodeJRELibrary(description, entries);
// }
- //
+ //
// /**
// * Decodes an encoded JRE library and returns its description string.
// *
@@ -2535,7 +2594,7 @@ public class PreferenceConstants {
// public static String decodeJRELibraryDescription(String encodedLibrary) {
// return NewJavaProjectPreferencePage.decodeJRELibraryDescription(encodedLibrary);
// }
- //
+ //
// /**
// * Decodes an encoded JRE library and returns its classpath entries.
// *
@@ -2546,7 +2605,7 @@ public class PreferenceConstants {
// public static IClasspathEntry[] decodeJRELibraryClasspathEntries(String encodedLibrary) {
// return NewJavaProjectPreferencePage.decodeJRELibraryClasspathEntries(encodedLibrary);
// }
- //
+ //
// /**
// * Returns the current configuration for the JRE to be used as default in new Java projects.
// * This is a convenience method to access the named preference NEWPROJECT_JRELIBRARY_LIST