Search in sources :

Example 1 with CodeBlockEndAction

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

Aggregations

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