Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ipython opened this issue May 10, 2010 · 3 comments
Closed
Milestone

Comments

@ipython
Copy link
Collaborator

ipython commented May 10, 2010

Original Launchpad bug 526243: https://bugs.launchpad.net/ipython/+bug/526243
Reported by: ellisonbg (Brian Granger).

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.

@ipython
Copy link
Collaborator Author

ipython commented May 10, 2010

[ LP comment 1 by: Fernando Perez, on 2010-02-23 06:43:35+00:00 ]

On Tue, Feb 23, 2010 at 1:08 AM, Brian Granger ellisonbg@gmail.com 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

@ipython
Copy link
Collaborator Author

ipython commented May 10, 2010

[ LP comment 2 by: Brian Granger, on 2010-02-23 06:58:48+00:00 ]

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
bgranger@calpoly.edu
ellisonbg@gmail.com

@ghost ghost assigned ellisonbg Apr 10, 2011
@Carreau
Copy link
Member

Carreau commented Jul 19, 2016

Closing this as it is quite old, and most of our eventloop integration have been refactored.

Thanks.

@Carreau Carreau closed this as completed Jul 19, 2016
@minrk minrk modified the milestones: no action, wishlist May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants