"SCI_GETLINEENDPOSITION(int line)
This returns the position at the end of the line, before any line end characters. If line is negative, the result is 0. If line is the last line in the document, (which does not have any end of line characters), the result is the size of the document. If line is negative, the result is -1. If line is >= SCI_GETLINECOUNT(), the result is currently SCI_GETLENGTH()-1... (undefined?)."

It looks like there is at least one editing problem with this doc entry... what *should* it say? :)

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to