From d123f6bfc56638d3da96d429d80e289adc477178 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