All,<div><br></div><div>I'm trying to better understand the SCN_MODIFIED signal in QScintilla v2.6, since the documentation doesn't provide many details. Digging a bit in the source code:</div><div><br></div><div>In Qt4\ScintillaQt.cpp(357), I see what I believe is a signal sent to Python as:</div>


<div>            emit qsb->SCN_MODIFIED(scn.position, scn.modificationType, text,</div><div>                    scn.length, scn.linesAdded, scn.line, scn.foldLevelNow,</div><div>                    scn.foldLevelPrev, scn.token, scn.annotationLinesAdded);</div>


<div><br></div><div>Then, in Python\sip\qsciscintillabase4.sip(1219), the statement</div><div><div>    void SCN_MODIFIED(int, int, const char *, int, int, int, int, int, int, int);</div></div><div>then exposes this signal as QsciScintillaBase.SCN_MODIFIED, correct?</div>


<div><br></div><div>Thanks for any help!</div><div><br></div><div>Bryan</div><div>-- </div><div>Bryan A. Jones, Ph.D.<br>Associate Professor<br>Department of Electrical and Computer Engineering<br>231 Simrall / PO Box 9571<br>


Mississippi State University<br>Mississippi state, MS 39762<br><a href="http://www.ece.msstate.edu/~bjones" target="_blank">http://www.ece.msstate.edu/~bjones</a><br>bjones AT ece DOT msstate DOT edu<br>voice <a href="tel:662-325-3149" value="+16623253149" target="_blank">662-325-3149</a><br>


fax <a href="tel:662-325-2298" value="+16623252298" target="_blank">662-325-2298</a><br><br>Our Master, Jesus Christ, is on his way. He'll show up right on<br>time, his arrival guaranteed by the Blessed and Undisputed Ruler,<br>

High King, High God.<br>- 1 Tim. 6:14b-15 (The Message)<br>
<br>
</div>