diff options
author | nyamatongwe <devnull@localhost> | 2007-01-02 05:28:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-01-02 05:28:45 +0000 |
commit | 2e90199b5ace192bca8ce39a7319dcb1823827b3 (patch) | |
tree | 3ff5f363106d8488bc48c5e555b20688ff6b5879 /src/Editor.h | |
parent | 30a42acd9f04fea654c99f6c18ddbb26e5deb4b2 (diff) | |
download | scintilla-mirror-2e90199b5ace192bca8ce39a7319dcb1823827b3.tar.gz |
Separated the cell buffer into substance and style buffers.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |