From 2189d4ff82cd7a48802fd5ce545a29d80e198adf Mon Sep 17 00:00:00 2001
From: nyamatongwe Scrolling and automatic scrolling
+
SCI_SCROLLRANGE(int secondary, int primary)
+ Scroll the argument positions and the range between them into view giving
+ priority to the primary position then the secondary position.
+ The behaviour is similar to
+ with the primary position used instead of the caret. An effort is then made to ensure that the secondary
+ position and range between are also visible.
+ This may be used to make a search match visible.
SCI_SETXCARETPOLICY(int caretPolicy, int caretSlop)
SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)
These set the caret policy. The value of caretPolicy is a combination of
--
cgit v1.2.3