From 5a9f941bc10507eab2e352978bd7f35ca26920dc Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 14 May 2016 10:32:49 +1000 Subject: Post a caret moved accessibility event in Editor::MovedCaret so that screen readers like NVDA will speak when extending the selection with a Shift+Down key combination scrolls but does not move the caret position relative to the screen. --- 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 c1545d34b..93a86fa39 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -365,6 +365,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void DropCaret(); void CaretSetPeriod(int period); void InvalidateCaret(); + virtual void NotifyCaretMove(); virtual void UpdateSystemCaret(); bool Wrapping() const; -- cgit v1.2.3