diff options
author | nyamatongwe <unknown> | 2000-04-27 14:33:08 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-27 14:33:08 +0000 |
commit | 1f73a5a6b589ecb8ce375f3c3313d98d7f007ce9 (patch) | |
tree | f55b125b60eb6dc353bd0c6bce6f39f2f37e3876 /src/Editor.h | |
parent | 7639831370cc8881f906bfe359dd004c7d4bd303 (diff) | |
download | scintilla-mirror-1f73a5a6b589ecb8ce375f3c3313d98d7f007ce9.tar.gz |
Ctrl+Up and Ctrl+Down now keep the caret visible.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
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(); |