Adjust delays in IPython/lib/inputhookwx.py and make them configurable.

Bug #526243 reported by Brian Granger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
IPython
Confirmed
Medium
Brian Granger

Bug Description

We have a scaling delay parameter that depends on how long IPython has been idle. Currently it is a bit too long. We need to tweak these times and make them configurable.

Changed in ipython:
assignee: nobody → Brian Granger (ellisonbg)
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 0.11
Revision history for this message
Fernando Perez (fdo.perez) wrote : Re: [Bug 526243] [NEW] Adjust delays in IPython/lib/inputhookwx.py and make them configurable.

On Tue, Feb 23, 2010 at 1:08 AM, Brian Granger <email address hidden> wrote:
> Public bug reported:
>
> We have a scaling delay parameter that depends on how long IPython has
> been idle.  Currently it is a bit too long.  We need to tweak these
> times and make them configurable.

+1, they were actually bugging me during lecture recently.

Quick q: do we have similar scaling delays for qt? I couldn't find
any, but I'm not sure right now why...

Take care,

f

Revision history for this message
Brian Granger (ellisonbg) wrote :

1, they were actually bugging me during lecture recently.
>
> Quick q: do we have similar scaling delays for qt?  I couldn't find
> any, but I'm not sure right now why...

Nope, the only reason we have to do this for wx is that wx does not
have the ability to trigger events when a file descriptor
gets a read/write event. Qt can do that and thus the eventhook runs
until the user types (that triggers stdin event).
On wx, on the other hand, we have to poll :( and hence the polling times.

Brian

--
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
<email address hidden>
<email address hidden>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.