From 2e4cd5a427414588d7de72aefba09238c325367c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 16 Nov 2001 11:23:09 +0000 Subject: Added DeleteBackNotLine command. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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; -- cgit v1.2.3