From 2e90199b5ace192bca8ce39a7319dcb1823827b3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 2 Jan 2007 05:28:45 +0000 Subject: Separated the cell buffer into substance and style buffers. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index fe7be268a..e1065bf04 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -527,6 +527,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int CodePage() const; virtual bool ValidCodePage(int /* codePage */) const { return true; } int WrapCount(int line); + void AddStyledText(char *buffer, int appendLength); virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0; -- cgit v1.2.3