Example usage for com.intellij.openapi.editor.actionSystem EditorTextInsertHandler interface-usage

List of usage examples for com.intellij.openapi.editor.actionSystem EditorTextInsertHandler interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.editor.actionSystem EditorTextInsertHandler interface-usage.

Usage

From source file com.intellij.codeInsight.editorActions.PasteHandler.java

public class PasteHandler extends EditorActionHandler implements EditorTextInsertHandler {
    private static final Logger LOG = Logger.getInstance("#com.intellij.codeInsight.editorActions.PasteHandler");
    private static final ExtensionPointName<PasteProvider> EP_NAME = ExtensionPointName
            .create("com.intellij.customPasteProvider");

    private final EditorActionHandler myOriginalHandler;