Uses of Class
de.loskutov.anyedit.ui.preferences.CombinedPreferences
-
Packages that use CombinedPreferences Package Description de.loskutov.anyedit.actions de.loskutov.anyedit.util -
-
Uses of CombinedPreferences in de.loskutov.anyedit.actions
Fields in de.loskutov.anyedit.actions declared as CombinedPreferences Modifier and Type Field Description private CombinedPreferencesAbstractAction. combinedPreferencesMethods in de.loskutov.anyedit.actions that return CombinedPreferences Modifier and Type Method Description CombinedPreferencesAbstractAction. getCombinedPreferences()Methods in de.loskutov.anyedit.actions with parameters of type CombinedPreferences Modifier and Type Method Description intSpaces. getTabWidth(org.eclipse.core.resources.IFile file, CombinedPreferences prefs)private booleanSpaces. isAddLineEnabled(CombinedPreferences prefs)protected booleanSpaces. isFixLineDelimitersEnabled(CombinedPreferences prefs)protected booleanSpaces. isRemoveTrailingSpaceEnabled(CombinedPreferences prefs)protected booleanSpaces. isReplaceAllSpacesEnabled(CombinedPreferences prefs)protected booleanSpaces. isReplaceAllTabsEnabled(CombinedPreferences prefs)private booleanSpaces. isSaveAndAddLineEnabled(CombinedPreferences prefs)private booleanSpaces. isSaveAndFixLineDelimitersEnabled(CombinedPreferences prefs) -
Uses of CombinedPreferences in de.loskutov.anyedit.util
Methods in de.loskutov.anyedit.util with parameters of type CombinedPreferences Modifier and Type Method Description static booleanEclipseUtils. matchFilter(org.eclipse.ui.IEditorPart part, CombinedPreferences prefs)
-