From 5d44df4f005722f63755b256d018edc247bae323 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 26 Aug 2007 12:29:15 +0000 Subject: Send SCN_MODIFYATTEMPTRO notification for Cut. --- src/Document.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index c13114b75..9143ec6e4 100644 --- a/src/Document.h +++ b/src/Document.h @@ -142,6 +142,7 @@ public: // Gateways to modifying document void ModifiedAt(int pos); + void CheckReadOnly(); bool DeleteChars(int pos, int len); bool InsertString(int position, const char *s, int insertLength); int Undo(); @@ -244,8 +245,6 @@ public: int BraceMatch(int position, int maxReStyle); private: - void CheckReadOnly(); - CharClassify::cc WordCharClass(unsigned char ch); bool IsWordStartAt(int pos); bool IsWordEndAt(int pos); -- cgit v1.2.3