Package com._1c.g5.v8.dt.bsl.ui.autoedit
Class BslIndentLineAutoEditStrategy
java.lang.Object
org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
com._1c.g5.v8.dt.bsl.ui.autoedit.BslIndentLineAutoEditStrategy
- All Implemented Interfaces:
org.eclipse.jface.text.IAutoEditStrategy
public class BslIndentLineAutoEditStrategy
extends org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
Special implementation of
DefaultIndentLineAutoEditStrategy for Bsl modules-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecial factory for creatingBslIndentLineAutoEditStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomizeDocumentCommand(org.eclipse.jface.text.IDocument d, org.eclipse.jface.text.DocumentCommand c) Methods inherited from class org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
findEndOfWhiteSpace
-
Constructor Details
-
BslIndentLineAutoEditStrategy
public BslIndentLineAutoEditStrategy()
-
-
Method Details
-
customizeDocumentCommand
public void customizeDocumentCommand(org.eclipse.jface.text.IDocument d, org.eclipse.jface.text.DocumentCommand c) - Specified by:
customizeDocumentCommandin interfaceorg.eclipse.jface.text.IAutoEditStrategy- Overrides:
customizeDocumentCommandin classorg.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
-