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 ofDefaultIndentLineAutoEditStrategy
for Bsl modules
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BslIndentLineAutoEditStrategy.Factory
Special factory for creatingBslIndentLineAutoEditStrategy
-
Constructor Summary
Constructors Constructor Description BslIndentLineAutoEditStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customizeDocumentCommand(org.eclipse.jface.text.IDocument d, org.eclipse.jface.text.DocumentCommand c)
-
-
-
Method Detail
-
customizeDocumentCommand
public void customizeDocumentCommand(org.eclipse.jface.text.IDocument d, org.eclipse.jface.text.DocumentCommand c)
- Specified by:
customizeDocumentCommand
in interfaceorg.eclipse.jface.text.IAutoEditStrategy
- Overrides:
customizeDocumentCommand
in classorg.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
-
-