From 1e897e643d5acc133f9c90beeec20428d2037e41 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
@@ -1226,6 +1227,11 @@ struct TextToFind {
characters up to the position on the line. In both cases, double byte characters count as a
single character. This is probably only useful with monospaced fonts.
SCI_FINDCOLUMN(int line, int column)
+ This message returns the position of a column on a line
+ taking the width of tabs into account. It treats a multi-byte character as a single column.
+ Column numbers, like lines start at 0.
SCI_POSITIONFROMPOINT(int x, int y)
SCI_POSITIONFROMPOINTCLOSE(int x, int y)
SCI_POSITIONFROMPOINT finds the closest character position to a point and
--
cgit v1.2.3