Package org.eclipse.jface.text
Class SurroundWithBracketsStrategy
java.lang.Object
org.eclipse.jface.text.SurroundWithBracketsStrategy
- All Implemented Interfaces:
IAutoEditStrategy
- Since:
- 3.27 This strategy supports surrounding the selected text with similar opening and closing brackets when the text is selected and an opening bracket is inserted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeDocumentCommand
(IDocument document, DocumentCommand command) Allows the strategy to manipulate the document command.
-
Constructor Details
-
SurroundWithBracketsStrategy
-
-
Method Details
-
customizeDocumentCommand
Description copied from interface:IAutoEditStrategy
Allows the strategy to manipulate the document command.- Specified by:
customizeDocumentCommand
in interfaceIAutoEditStrategy
- Parameters:
document
- the document that will be changedcommand
- the document command describing the change
-