diff options
author | nyamatongwe <unknown> | 2001-11-16 11:23:09 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-11-16 11:23:09 +0000 |
commit | 2e4cd5a427414588d7de72aefba09238c325367c (patch) | |
tree | 94e100d76792c8a436a327ddb5b71349aaed354e /src/Editor.h | |
parent | 58b5ae4eb93b3e931710d337c1345694ad72485a (diff) | |
download | scintilla-mirror-2e4cd5a427414588d7de72aefba09238c325367c.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; |