diff options
Diffstat (limited to 'scintilla/src/Editor.h')
-rw-r--r-- | scintilla/src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Editor.h b/scintilla/src/Editor.h index 132204a..d65d0b8 100644 --- a/scintilla/src/Editor.h +++ b/scintilla/src/Editor.h @@ -388,6 +388,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int InsertSpace(int position, unsigned int spaces);
void AddChar(char ch);
virtual void AddCharUTF(const char *s, unsigned int len, bool treatAsDBCS=false);
+ void FillVirtualSpace();
void InsertPaste(const char *text, int len);
enum PasteShape { pasteStream=0, pasteRectangular = 1, pasteLine = 2 };
void InsertPasteShape(const char *text, int len, PasteShape shape);
|