public abstract class BackspaceHandlerDelegate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<BackspaceHandlerDelegate> |
EP_NAME |
Constructor and Description |
---|
BackspaceHandlerDelegate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
beforeCharDeleted(char c,
PsiFile file,
Editor editor) |
abstract boolean |
charDeleted(char c,
PsiFile file,
Editor editor) |
public static final ExtensionPointName<BackspaceHandlerDelegate> EP_NAME