Home
last modified time | relevance | path

Searched refs:EDITOR_SMART_TAB (Results 1 – 6 of 6) 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.java79 …ayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SMART_TAB), in createOverlayStoreKeys()
184 …erencesMessages.JavaEditorPreferencePage_typing_smartTab, PreferenceConstants.EDITOR_SMART_TAB, 0); in addIndentationSection()
/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.java1155 if (getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_SMART_TAB)) { in createActions()
1623 case PreferenceConstants.EDITOR_SMART_TAB: in handlePreferenceStoreChanged()
1624 if (getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_SMART_TAB)) { in handlePreferenceStoreChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DPreferenceConstants.java2652 public static final String EDITOR_SMART_TAB= "smart_tab"; //$NON-NLS-1$ field in PreferenceConstants
4154 store.setDefault(PreferenceConstants.EDITOR_SMART_TAB, true); in initializeDefaultValues()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/
H A DPreferenceConstants.java1932 public static final String EDITOR_SMART_TAB = "smart_tab"; //$NON-NLS-1$ field in PreferenceConstants
/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 DJavaAutoIndentStrategy.java1298 fIsSmartTab= preferenceStore.getBoolean(PreferenceConstants.EDITOR_SMART_TAB); in clearCachedValues()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DPHPUnitEditor.java1661 PreferenceConstants.EDITOR_SMART_TAB)) { in createActions()