Class SurroundWithBracketsStrategy

java.lang.Object
org.eclipse.jface.text.SurroundWithBracketsStrategy
All Implemented Interfaces:
IAutoEditStrategy

public class SurroundWithBracketsStrategy extends Object implements 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 Details

    • SurroundWithBracketsStrategy

      public SurroundWithBracketsStrategy(ISourceViewer sourceViewer)
  • Method Details