On Sun, Sep 22, 2013 at 2:06 PM, brian <[email protected]>wrote:
*How do I flush output to the log console?*
>
I doubt there is an easy way. The relevant code is in qtGui.py, in the
put method of leoQtLog. In effect, the code is::
w.append(s)
# w.append is a QTextBrowser method.
# w.insertHtml(s+'<br>') # Also works.
w.moveCursor(QtGui.QTextCursor.End)
One could try to "flush" (that is, update) of the QTextBrowser right here,
but that will be slow, and it might have unforeseen consequences.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.