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