diff options
author | nyamatongwe <devnull@localhost> | 2000-04-27 14:33:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-27 14:33:08 +0000 |
commit | ce61b8efc626a7a74c68ca3b0e09369ffdbd6e9c (patch) | |
tree | f55b125b60eb6dc353bd0c6bce6f39f2f37e3876 /src/Editor.h | |
parent | 636607c512224476f444c4fa770846cd3150fbda (diff) | |
download | scintilla-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.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(); |