On Mon, Nov 21, 2011 at 3:15 AM, Morgul <[email protected]> wrote: > However, I've realized the solution to that issue is trivial. It just > takes to change "ins" by "insert" in the line 3241 of leo/plugins/ > qtGui.py: > > - w0.setSelectionRange(i,j,ins=ins) > + w0.setSelectionRange(i,j,insert=ins) > > As the keyword argument for that function is called insert, and not > ins.
Thanks for this. I've made the change in my local copy, and will up it as soon as I resolve issues with cycle-all-focus. That may take a day or two more. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
