aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-27 14:33:08 +0000
committernyamatongwe <devnull@localhost>2000-04-27 14:33:08 +0000
commitce61b8efc626a7a74c68ca3b0e09369ffdbd6e9c (patch)
treef55b125b60eb6dc353bd0c6bce6f39f2f37e3876 /src/Editor.h
parent636607c512224476f444c4fa770846cd3150fbda (diff)
downloadscintilla-mirror-ce61b8efc626a7a74c68ca3b0e09369ffdbd6e9c.tar.gz
Ctrl+Up and Ctrl+Down now keep the caret visible.
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 f4a9e12cd..808a656be 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -175,6 +175,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void ScrollTo(int line);
virtual void ScrollText(int linesToMove);
void HorizontalScrollTo(int xPos);
+ void MoveCaretInsideView();
void EnsureCaretVisible(bool useMargin=true);
void ShowCaretAtCurrentPosition();
void DropCaret();