use of com.intellij.codeInsight.editorActions.CodeBlockEndAction in project intellij-community by JetBrains.
the class CustomFileTypeEditorTest method performEndBlockAction.
private static void performEndBlockAction() {
EditorActionHandler actionHandler = new CodeBlockEndAction().getHandler();
actionHandler.execute(getEditor(), getCurrentEditorDataContext());
}
Aggregations