Package org.eclipse.jface.text
Interface ITextViewerExtension7
- All Known Implementing Classes:
ProjectionViewer,SourceViewer,TextConsoleViewer,TextViewer
public interface ITextViewerExtension7
Extension interface for
ITextViewer.
Adds the ability to install tabs to spaces conversion.- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetTabsToSpacesConverter(IAutoEditStrategy converter) Sets an auto edit strategy can converts tabs to spaces.
-
Method Details
-
setTabsToSpacesConverter
Sets an auto edit strategy can converts tabs to spaces.- Parameters:
converter- the converter ornullif none should be used
-