deleteBackward abstract method

void deleteBackward()

If the selection is currently collapsed, the character behind the cursor will be deleted. Otherwise, will delete the selection, same as deleteSelection.

Note that if the cursor is between closing symbols, such as braces, the left and right brace will be deleted together.

Implementation

void deleteBackward();