public class JavaBackspaceHandler extends BackspaceHandlerDelegate
EP_NAME
Constructor and Description |
---|
JavaBackspaceHandler() |
Modifier and Type | Method and Description |
---|---|
void |
beforeCharDeleted(char c,
PsiFile file,
Editor editor) |
boolean |
charDeleted(char c,
PsiFile file,
Editor editor) |
static void |
handleLTDeletion(Editor editor,
int offset,
IElementType lt,
IElementType gt,
TokenSet invalidInsideReference)
|
public void beforeCharDeleted(char c, PsiFile file, Editor editor)
beforeCharDeleted
in class BackspaceHandlerDelegate
public boolean charDeleted(char c, PsiFile file, Editor editor)
charDeleted
in class BackspaceHandlerDelegate
@Deprecated public static void handleLTDeletion(Editor editor, int offset, IElementType lt, IElementType gt, TokenSet invalidInsideReference)
TypedHandlerUtil.handleGenericGT(com.intellij.openapi.editor.Editor, com.intellij.psi.tree.IElementType, com.intellij.psi.tree.IElementType, com.intellij.psi.tree.TokenSet)
instead