minico
2014-04-28 01:16:48 UTC
Hi Neil,
I have some confusion about the 2nd parameter of message SCI_INDICATORSTART.
For example, If there is an indicator 10 at position 100,
When I run Call(SCI_INDICATORSTART, 10, 0), it always returns 0;
but if I run Call(SCI_INDICATORSTART, 10, 100), it will return 100.
By scintilla document, the 2nd parameter is the position start to search
the specified indicator.
so I think when I run Call(SCI_INDICATORSTART, 10, 0), it should returns
100; right?
I have some confusion about the 2nd parameter of message SCI_INDICATORSTART.
For example, If there is an indicator 10 at position 100,
When I run Call(SCI_INDICATORSTART, 10, 0), it always returns 0;
but if I run Call(SCI_INDICATORSTART, 10, 100), it will return 100.
By scintilla document, the 2nd parameter is the position start to search
the specified indicator.
so I think when I run Call(SCI_INDICATORSTART, 10, 0), it should returns
100; right?
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.