On Tue, Jul 2, 2013 at 7:41 PM, Edward K. Ream <[email protected]> wrote:
> File > "C:\python33\Lib\site-packages\leo-editor\leo\core\qsyntaxhighlighter.py", > line 208, in _applyFormatChanges > preeditAreaLength = layout.preeditAreaText().length() > AttributeError: 'str' object has no attribute 'length' > This is a strange one. According to the docs, layout.preeditAreaText() is supposed to return a QString. Furthermore, there are no obvious calls that would set this text. 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.
