Search in sources :

Example 1 with CodeBlockStartAction

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());
}
Also used : EditorActionHandler(com.intellij.openapi.editor.actionSystem.EditorActionHandler) CodeBlockStartAction(com.intellij.codeInsight.editorActions.CodeBlockStartAction)

Aggregations

CodeBlockStartAction (com.intellij.codeInsight.editorActions.CodeBlockStartAction)1 EditorActionHandler (com.intellij.openapi.editor.actionSystem.EditorActionHandler)1