aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-11-16 11:23:09 +0000
committernyamatongwe <devnull@localhost>2001-11-16 11:23:09 +0000
commitfd7278433ff3721b1d9abe828fdd44b9721a9c44 (patch)
tree94e100d76792c8a436a327ddb5b71349aaed354e /src/Editor.h
parentbedc366948fe5e3b38d7d058cb53c829406e6ea2 (diff)
downloadscintilla-mirror-fd7278433ff3721b1d9abe828fdd44b9721a9c44.tar.gz
Added DeleteBackNotLine command.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
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;