diff options
author | nyamatongwe <devnull@localhost> | 2001-11-16 11:23:09 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-11-16 11:23:09 +0000 |
commit | fd7278433ff3721b1d9abe828fdd44b9721a9c44 (patch) | |
tree | 94e100d76792c8a436a327ddb5b71349aaed354e /src/Editor.h | |
parent | bedc366948fe5e3b38d7d058cb53c829406e6ea2 (diff) | |
download | scintilla-mirror-fd7278433ff3721b1d9abe828fdd44b9721a9c44.tar.gz |
Added DeleteBackNotLine command.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 6f4f54e98..3561cee78 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -258,7 +258,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void Undo(); void Redo(); void DelChar(); - void DelCharBack(); + void DelCharBack(bool allowLineStartDeletion); virtual void ClaimSelection() = 0; virtual void NotifyChange() = 0; |