Home
last modified time | relevance | path

Searched refs:EDITOR_MATCHING_BRACKETS_COLOR (Results 1 – 14 of 14) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/preferences/
H A DIGenericEditorThemeConstants.java28 public final String EDITOR_MATCHING_BRACKETS_COLOR = ID_PREFIX field
29 + GenericEditorPreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR;
H A DGenericEditorPluginPreferenceInitializer.java38 setDefault(store, GenericEditorPreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR, in setThemeBasedPreferences()
39 …findRGB(registry, IGenericEditorThemeConstants.EDITOR_MATCHING_BRACKETS_COLOR, new RGB(127, 0, 85)… in setThemeBasedPreferences()
H A DGenericEditorPreferenceConstants.java58 public final static String EDITOR_MATCHING_BRACKETS_COLOR = "matchingBracketsColor"; //$NON-NLS-1$ field in GenericEditorPreferenceConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/
H A DIJavaThemeConstants.java32 …public final String EDITOR_MATCHING_BRACKETS_COLOR= ID_PREFIX + PreferenceConstants.EDITOR_MATCHIN… field
H A DJavaUIPreferenceInitializer.java87 PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR, in setThemeBasedPreferences()
88 …findRGB(registry, IJavaThemeConstants.EDITOR_MATCHING_BRACKETS_COLOR, new RGB(127, 0, 85)), fireEv… in setThemeBasedPreferences()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev_8.2.0.202102211157/css/dark/
H A De4-pydev-dark_preferencestyle.css5 'EDITOR_MATCHING_BRACKETS_COLOR=102,112,125'
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/
H A DExtensionBasedTextEditor.java50 …l String MATCHING_BRACKETS_COLOR = GenericEditorPreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DJavaEditorAppearanceConfigurationBlock.java61 …ncePage_matchingBracketsHighlightColor2, PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR, null},
94 …ore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR)); in createOverlayStoreKeys()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/
H A DPreferenceConstants.java565 public final static String EDITOR_MATCHING_BRACKETS_COLOR = "matchingBracketsColor"; //$NON-NLS-1$ field in PreferenceConstants
2664 PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR, new RGB( in initializeDefaultValues()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DJavaEditorPreferencePage.java194 PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR },
515 PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR)); in createOverlayStoreKeys()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DPreferenceConstants.java772 public final static String EDITOR_MATCHING_BRACKETS_COLOR= "matchingBracketsColor"; //$NON-NLS-1$ field in PreferenceConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/test0501/
H A DJavaEditor.java1666 …d final static String MATCHING_BRACKETS_COLOR= PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DJavaEditor.java1519 …d final static String MATCHING_BRACKETS_COLOR= PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DPHPEditor.java4747 …d final static String MATCHING_BRACKETS_COLOR = PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR;