Class AutoCloseEditStrategy
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.editor.autoclose.AutoCloseEditStrategy
-
- All Implemented Interfaces:
org.eclipse.jface.text.IAutoEditStrategy
public class AutoCloseEditStrategy extends Object implements org.eclipse.jface.text.IAutoEditStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AutoClosePair>
autoClosePairs
protected AutoCloseAction
lastAutoCloseAction
-
Constructor Summary
Constructors Constructor Description AutoCloseEditStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customizeDocumentCommand(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command)
-
-
-
Field Detail
-
autoClosePairs
protected List<AutoClosePair> autoClosePairs
-
lastAutoCloseAction
protected AutoCloseAction lastAutoCloseAction
-
-