aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-01-02 05:28:45 +0000
committernyamatongwe <unknown>2007-01-02 05:28:45 +0000
commit02161437a9abe6a66b37979247bcb8f44b66f6d8 (patch)
tree3ff5f363106d8488bc48c5e555b20688ff6b5879 /src/Editor.h
parent9f6740c61ca15c172be2d5c04b672cd0eba7d0e4 (diff)
downloadscintilla-mirror-02161437a9abe6a66b37979247bcb8f44b66f6d8.tar.gz
Separated the cell buffer into substance and style buffers.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
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;