This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Kuchinsky, Sarah, Todd.Rovito, roger.serwy, terry.reedy
Date 2013-04-09.04:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365482771.01.0.224847063617.issue17511@psf.upfronthosting.co.za>
In-reply-to
Content
I tried the patch against 2.7 and it appears to work, but might introduce another interface problem. 

The search dialog opens up as a modal window which disallows the user from changing the text. This may or may not be desirable. The technique of using the "hit" tag for highlighting the search results depends on this modal behavior, otherwise one can edit the text and "spread" the hit tag around. 

If you comment out the "grab_set" in Lib/idlelib/SearchDialogBase.py and then disable the colorizer in the editor window by pressing Ctrl+/ then you can spread the hit tag. (You can also disable the colorizer by saving to a file without a .py or .pyw extension).

Should the Search Dialog be modal?
History
Date User Action Args
2013-04-09 04:46:11roger.serwysetrecipients: + roger.serwy, terry.reedy, Todd.Rovito, Kuchinsky, Sarah
2013-04-09 04:46:11roger.serwysetmessageid: <1365482771.01.0.224847063617.issue17511@psf.upfronthosting.co.za>
2013-04-09 04:46:10roger.serwylinkissue17511 messages
2013-04-09 04:46:10roger.serwycreate