aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-24 11:40:14 +0000
committernyamatongwe <unknown>2002-01-24 11:40:14 +0000
commit8d892af3202770ce8d770baec2092886c5780c43 (patch)
tree1f2d73003b4d62dc1710aa9854f6df498f2e3145 /src/Editor.h
parent01dce90a53e864aa280506904441b9e1efb53da3 (diff)
downloadscintilla-mirror-8d892af3202770ce8d770baec2092886c5780c43.tar.gz
Fixed problem with ensuring the caret is visible hen it is on a wrapped
line.
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 9bd308ce1..036d7e23d 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -270,6 +270,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
virtual void ScrollText(int linesToMove);
void HorizontalScrollTo(int xPos);
void MoveCaretInsideView();
+ int DisplayFromPosition(int pos);
void EnsureCaretVisible(bool useMargin=true, bool vert=true, bool horiz=true);
void ShowCaretAtCurrentPosition();
void DropCaret();