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 CombinedPreferences
AbstractAction. combinedPreferences
Methods in de.loskutov.anyedit.actions that return CombinedPreferences Modifier and Type Method Description CombinedPreferences
AbstractAction. getCombinedPreferences()
Methods in de.loskutov.anyedit.actions with parameters of type CombinedPreferences Modifier and Type Method Description int
Spaces. getTabWidth(org.eclipse.core.resources.IFile file, CombinedPreferences prefs)
private boolean
Spaces. isAddLineEnabled(CombinedPreferences prefs)
protected boolean
Spaces. isFixLineDelimitersEnabled(CombinedPreferences prefs)
protected boolean
Spaces. isRemoveTrailingSpaceEnabled(CombinedPreferences prefs)
protected boolean
Spaces. isReplaceAllSpacesEnabled(CombinedPreferences prefs)
protected boolean
Spaces. isReplaceAllTabsEnabled(CombinedPreferences prefs)
private boolean
Spaces. isSaveAndAddLineEnabled(CombinedPreferences prefs)
private boolean
Spaces. 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 boolean
EclipseUtils. matchFilter(org.eclipse.ui.IEditorPart part, CombinedPreferences prefs)
-