Nick Treleaven:
(sci_get_column_loop.patch) to fix an infinite loop in
Document::GetColumn when Scintilla receives the SCI_GETCOLUMN message,
when the position value is larger than the length of the document text.
The failure is valid but the patch will stop at any 0 character and
0 characters are allowed within Scintilla documents. Committed a
change that checks against document length instead.
} else if (i >= Length()) {
return column;
Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest