[issue964437] idle help is modal

Guilherme Polo report at bugs.python.org
Sat Mar 22 22:35:54 CET 2008


Guilherme Polo <ggpolo at gmail.com> added the comment:

Hi,

This patch makes Help dialog executes as nonmodal. I added a new button
at textView.py to demonstrate the behavior, also, I created a decorator
called _singledialog at EditorWindow so just one Help window executes at
a time, trying to start a new brings the current one to the front.

I hope this issue is not totally dead, so someone could review and
possible apply.

----------
keywords: +patch
nosy: +gpolo
Added file: http://bugs.python.org/file9819/help_nonmodal.diff

____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue964437>
____________________________________


More information about the Python-bugs-list mailing list