public class BackspaceToWordStartHandler extends BackspaceHandler
myOriginalHandler
Constructor and Description |
---|
BackspaceToWordStartHandler(EditorActionHandler originalHandler) |
Modifier and Type | Method and Description |
---|---|
void |
executeWriteAction(Editor editor,
Caret caret,
DataContext dataContext) |
deleteToTargetPosition, getBackspaceUnindentPosition, getRightChar, handleBackspace, isWhitespaceBeforeCaret
doExecute, executeWriteAction
execute, execute, executeInCommand, getCommandGroupId, isEnabled, isEnabled, isEnabledForCaret, runForAllCarets
public BackspaceToWordStartHandler(EditorActionHandler originalHandler)
public void executeWriteAction(Editor editor, Caret caret, DataContext dataContext)
executeWriteAction
in class BackspaceHandler