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 SummaryModifier and TypeMethodDescriptionvoidsetTabsToSpacesConverter(IAutoEditStrategy converter) Sets an auto edit strategy can converts tabs to spaces.
- 
Method Details- 
setTabsToSpacesConverterSets an auto edit strategy can converts tabs to spaces.- Parameters:
- converter- the converter or- nullif none should be used
 
 
-