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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeDocumentCommand
(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command)
-
Field Details
-
autoClosePairs
-
lastAutoCloseAction
-
-
Constructor Details
-
AutoCloseEditStrategy
public AutoCloseEditStrategy()
-
-
Method Details
-
customizeDocumentCommand
public void customizeDocumentCommand(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command) - Specified by:
customizeDocumentCommand
in interfaceorg.eclipse.jface.text.IAutoEditStrategy
-