On Fri, May 1, 2015 at 8:29 AM, Edward K. Ream <edream...@gmail.com> wrote:

2. It's off putting not to have a blinking cursor when the pane has focus.
>

​It took awhile to track down that c.​idle_focus_helper is the code that
checks for "missing" focus.  However, the "active" switch isn't set, which
means that
c.idle_focus_helper never actually changes focus.

Adding a "trace" arg to c.trace_idle_focus confirms that when I click in
the python console pane focus is in PyInterp class, a subclass of
QTextWidget.

So I think the problem is in PyInterp.  It's quite possible that the cursor
blinking is disabled explicitly.  I'll look into it.

EKR

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to