From 70acfa623be189df50b42a7402085e782341fec2 Mon Sep 17 00:00:00 2001
From: Neil
+
@@ -1466,6 +1467,11 @@ struct Sci_TextToFind {
If called with a position within a multi byte character will return the position
of the start/end of that character.
SCI_POSITIONRELATIVE(int position, int relative)
+ Count a number of whole characters before or after the argument position and return that position.
+ The minimum position returned is 0 and the maximum is the last position in the document.
+
SCI_COUNTCHARACTERS(int startPos, int endPos)
Returns the number of whole characters between two positions..