List of usage examples for com.intellij.openapi.editor.actionSystem EditorTextInsertHandler interface-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;