aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-25 02:53:19 +0000
committernyamatongwe <devnull@localhost>2007-07-25 02:53:19 +0000
commitaaa03c79d3f42fb8bb603bce476af6838be02a4e (patch)
tree3d764bf555181cb56f3a0a180b60a816a51cdc49 /src/Editor.h
parent340983e94342aaf907025ba84c32f7017ceed579 (diff)
downloadscintilla-mirror-aaa03c79d3f42fb8bb603bce476af6838be02a4e.tar.gz
Fix bug #1404276 by wrapping the line which just had the character added
before ensuring the caret is visible. Also sets scroll bar in case line added by wrapping.
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 2115af7d9..049cc373f 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -299,6 +299,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
virtual void UpdateSystemCaret();
void NeedWrapping(int docLineStart = 0, int docLineEnd = wrapLineLarge);
+ bool WrapOneLine(Surface *surface, int lineToWrap);
bool WrapLines(bool fullWrap, int priorityWrapLineStart);
void LinesJoin();
void LinesSplit(int pixelWidth);