From 199d7ee000fcb1ce24d3f4a919dc825e6c0d2f45 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 22 Jul 2013 19:36:55 +1000 Subject: Added the character representation feature. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 3a1456a96..d1879d6ec 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -231,6 +231,7 @@ protected: // ScintillaBase subclass needs access to much of Editor LineLayoutCache llc; PositionCache posCache; + SpecialRepresentations reprs; KeyMap kmap; @@ -332,6 +333,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void InvalidateStyleData(); void InvalidateStyleRedraw(); void RefreshStyleData(); + void SetRepresentations(); void DropGraphics(bool freeObjects); void AllocateGraphics(); -- cgit v1.2.3