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 taleinat
Recipients fgracia, marco, roger.serwy, taleinat, terry.reedy
Date 2014-05-09.12:40:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399639256.31.0.838483026495.issue13630@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, redemo.py does include this feature. But it is a completely different application with a very specific goal - testing regular expressions.

On the other hand, IDLE's search is meant to be used to find pieces of code in the editor, which is a significantly different use case.

Since SearchBar always sets the pointer to the first match, as well as highlighting it, there would no real point to only mark the first match.

As for disabling the marking of all other matches (besides the first), what is the point? Does marking all other hits really have any downsides? To me it seems like a useful feature that users will easily grow accustomed to.
History
Date User Action Args
2014-05-09 12:40:56taleinatsetrecipients: + taleinat, terry.reedy, roger.serwy, marco, fgracia
2014-05-09 12:40:56taleinatsetmessageid: <1399639256.31.0.838483026495.issue13630@psf.upfronthosting.co.za>
2014-05-09 12:40:56taleinatlinkissue13630 messages
2014-05-09 12:40:55taleinatcreate