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 Kuchinsky
Recipients Kuchinsky, Todd.Rovito, roger.serwy
Date 2013-03-26.19:15:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364325349.6.0.910846185674.issue17511@psf.upfronthosting.co.za>
In-reply-to
Content
I think I fixed it!

I used some of the code from ReplaceDialog.py to get the highlighted text to display. Thanks to Roger for mentioning that file!

Since the find function now does 'find again', we might want to remove the 'find again' option from the 'Edit' menu.

Side Note: since the 'Replace' dialog includes a 'Find' function, we could remove both the 'Find' dialog and 'Find Again' dialog from the 'Edit' menu, thereby bypassing this issue entirely. We would then need to rename the 'Replace' dialog to 'Find/Replace'. I'm not sure everyone would like that change, though, so I'm not going to implement it here. If anyone thinks it would be useful, I'll create a new thread/issue.

I've never submitted a patch before, so if I've done something incorrectly, please let me know!
History
Date User Action Args
2013-03-26 19:15:49Kuchinskysetrecipients: + Kuchinsky, roger.serwy, Todd.Rovito
2013-03-26 19:15:49Kuchinskysetmessageid: <1364325349.6.0.910846185674.issue17511@psf.upfronthosting.co.za>
2013-03-26 19:15:49Kuchinskylinkissue17511 messages
2013-03-26 19:15:49Kuchinskycreate