Home
last modified time | relevance | path

Searched refs:CODEASSIST_PARAMETERS_FOREGROUND (Results 1 – 11 of 11) sorted by relevance

/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.java107 …public final String CODEASSIST_PARAMETERS_FOREGROUND= ID_PREFIX + PreferenceConstants.CODEASSIST_P… field
H A DJavaUIPreferenceInitializer.java121 PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, in setThemeBasedPreferences()
122 …findRGB(registry, IJavaThemeConstants.CODEASSIST_PARAMETERS_FOREGROUND, new RGB(0, 0, 0)), fireEve… in setThemeBasedPreferences()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/
H A DJDIContentAssistPreference.java125 Color c= getColor(store, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, manager); in configure()
189 } else if (PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND.equals(p)) { in changeConfiguration()
190 Color c= getColor(store, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND); in changeConfiguration()
/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 DCodeTemplateSourceViewerConfiguration.java141 Color foreground= getColor(store, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, manager); in getContentAssistant()
H A DJavaEditorAppearanceConfigurationBlock.java63 …encePage_foregroundForMethodParameters, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, null…
103 …e.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND)); in createOverlayStoreKeys()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/
H A DPreferenceConstants.java2333 …public final static String CODEASSIST_PARAMETERS_FOREGROUND = "content_assist_parameters_foregroun… field in PreferenceConstants
2858 PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND, new RGB( in initializeDefaultValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/
H A DContentAssistPreference.java46 …e final static String PARAMETERS_FOREGROUND= PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DContentAssistPreference.java38 …e final static String PARAMETERS_FOREGROUND = PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DCodeAssistConfigurationBlock.java169 PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND)); in createOverlayStoreKeys()
H A DJavaEditorPreferencePage.java584 PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND)); 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.java3141 …public final static String CODEASSIST_PARAMETERS_FOREGROUND= "content_assist_parameters_foreground… field in PreferenceConstants