Uses of Interface
org.eclipse.jface.text.IAutoEditStrategy
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 IAutoEditStrategy in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
Deprecated.since 3.1 useDefaultIndentLineAutoEditStrategy
insteadclass
This strategy always copies the indentation of the previous line.class
Auto edit strategy that converts tabs into spaces.Modifier and TypeFieldDescriptionprotected Map<String,
List<IAutoEditStrategy>> TextViewer.fAutoIndentStrategies
The text viewer's auto indent strategiesModifier and TypeMethodDescriptionvoid
ITextViewerExtension2.prependAutoEditStrategy
(IAutoEditStrategy strategy, String contentType) Prepends the given auto edit strategy to the existing list of strategies for the specified content type.void
TextViewer.prependAutoEditStrategy
(IAutoEditStrategy strategy, String contentType) void
ITextViewerExtension2.removeAutoEditStrategy
(IAutoEditStrategy strategy, String contentType) Removes the first occurrence of the given auto edit strategy in the list of strategies registered under the specified content type.void
TextViewer.removeAutoEditStrategy
(IAutoEditStrategy strategy, String contentType) protected final void
TextViewer.setAutoEditStrategies
(IAutoEditStrategy[] strategies, String contentType) Sets the given edit strategy as the only strategy for the given content type.void
ITextViewerExtension7.setTabsToSpacesConverter
(IAutoEditStrategy converter) Sets an auto edit strategy can converts tabs to spaces.void
TextViewer.setTabsToSpacesConverter
(IAutoEditStrategy converter) -
Uses of IAutoEditStrategy in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionSourceViewerConfiguration.getAutoEditStrategies
(ISourceViewer sourceViewer, String contentType) Returns the auto edit strategies ready to be used with the given source viewer when manipulating text of the given content type.
IAutoEditStrategy
directly