Home
last modified time | relevance | path

Searched refs:CODEASSIST_LOCAL_PREFIXES (Results 1 – 12 of 12) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DJavaCore.java692 public static final String CODEASSIST_LOCAL_PREFIXES = PLUGIN_ID field in JavaCore
3139 preferences.setDefault(CODEASSIST_LOCAL_PREFIXES, ""); //$NON-NLS-1$ in initializeDefaultPluginPreferences()
3140 optionNames.add(CODEASSIST_LOCAL_PREFIXES); in initializeDefaultPluginPreferences()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaCorePreferenceInitializer.java104 defaultOptionsMap.put(JavaCore.CODEASSIST_LOCAL_PREFIXES, ""); //$NON-NLS-1$ in initializeDefaultPreferences()
H A DJavaModelManager.java2483 defaultOptionsMap.put(JavaCore.CODEASSIST_LOCAL_PREFIXES, ""); //$NON-NLS-1$ in getDefaultOptionsNoInitialization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenamingNameSuggestor.java564 fLocalPrefixes= readCommaSeparatedPreference(project, JavaCore.CODEASSIST_LOCAL_PREFIXES); in initializePrefixesAndSuffixes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DCompletionTests.java4812 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"loc"); //$NON-NLS-1$ in testCompletionCatchArgumentName2()
14429 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName10()
14468 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName11()
14507 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName12()
14546 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName13()
14585 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName14()
14625 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName14_2()
14665 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName15()
15562 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName8()
15601 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pre"); //$NON-NLS-1$ in testCompletionVariableName9()
[all …]
H A DNamingConventionTests.java1074 options.put(JavaCore.CODEASSIST_LOCAL_PREFIXES,"pr, pre"); //$NON-NLS-1$ in testRemovePrefixAndSuffixForLocalName001()
/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 DNameConventionConfigurationBlock.java92 private static final Key PREF_LOCAL_PREFIXES= getJDTCoreKey(JavaCore.CODEASSIST_LOCAL_PREFIXES);
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/
H A DStubUtility.java1413 String prefixes = project.getOption(JavaCore.CODEASSIST_LOCAL_PREFIXES, in hasLocalVariableName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DRenameTypeTests.java244 project.setOption(JavaCore.CODEASSIST_LOCAL_PREFIXES, prefixes); in setSomeLocalOptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/
H A DStubUtility.java1473 String prefixes= project.getOption(JavaCore.CODEASSIST_LOCAL_PREFIXES, true); in hasLocalVariableName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaCore.java2857 …public static final String CODEASSIST_LOCAL_PREFIXES = PLUGIN_ID + ".codeComplete.localPrefixes"; … field in JavaCore
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DAssistQuickFixTest.java229 corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_"); in testAssignToLocal3()
353 corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_"); in testAssignToLocal5()
7041 corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "l"); in testConvertAnonymousToNested2()