Home
last modified time | relevance | path

Searched refs:EDITOR_CLOSE_STRINGS (Results 1 – 4 of 4) 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/preferences/
H A DSmartTypingConfigurationBlock.java69 …eferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_CLOSE_STRINGS), in createOverlayStoreKeys()
213 addCheckBox(composite, label, PreferenceConstants.EDITOR_CLOSE_STRINGS, 0); in addAutoclosingSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DJavaMultiLineStringAutoIndentStrategy.java158 isSet= store.getBoolean(PreferenceConstants.EDITOR_CLOSE_STRINGS); in isCloseStringsPreferenceSet()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DPreferenceConstants.java1129 public final static String EDITOR_CLOSE_STRINGS= "closeStrings"; //$NON-NLS-1$ field in PreferenceConstants
4133 store.setDefault(PreferenceConstants.EDITOR_CLOSE_STRINGS, true); in initializeDefaultValues()
/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 DCompilationUnitEditor.java1010 private final static String CLOSE_STRINGS= PreferenceConstants.EDITOR_CLOSE_STRINGS;