Uses of Interface
org.eclipse.jface.text.IAutoIndentStrategy
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IAutoIndentStrategy in org.eclipse.jface.text
Modifier and TypeMethodDescriptionvoid
ITextViewer.setAutoIndentStrategy
(IAutoIndentStrategy strategy, String contentType) Deprecated.void
TextViewer.setAutoIndentStrategy
(IAutoIndentStrategy strategy, String contentType) Deprecated. -
Uses of IAutoIndentStrategy in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionSourceViewerConfiguration.getAutoIndentStrategy
(ISourceViewer sourceViewer, String contentType) Deprecated.since 3.1 useSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)
instead
DefaultIndentLineAutoEditStrategy
instead