From ce61b8efc626a7a74c68ca3b0e09369ffdbd6e9c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 27 Apr 2000 14:33:08 +0000 Subject: Ctrl+Up and Ctrl+Down now keep the caret visible. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') 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(); -- cgit v1.2.3