aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-24 11:40:14 +0000
committernyamatongwe <devnull@localhost>2002-01-24 11:40:14 +0000
commit9b8808b1566a77f0b6359d111e6b7bcf9b31c02a (patch)
tree1f2d73003b4d62dc1710aa9854f6df498f2e3145 /src/Editor.h
parente4772b7376e6b1527c3ed88ac2dba0bc95b6452a (diff)
downloadscintilla-mirror-9b8808b1566a77f0b6359d111e6b7bcf9b31c02a.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();