Message 149881 - Python tracker

Message149881

Author roger.serwy
Recipients marco, roger.serwy
Date 2011-12-19.17:43:59
SpamBayes Score 0.0006819942
Marked as misclassified No
Message-id <1324316640.12.0.40723849086.issue13630@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE does have a color scheme configuration for "found" as listed in the highlighting config dialog and internally as the Tkinter Text tag "hit". This looks like the stubs for functionality that never got implemented.

Take a look at the SearchBar IDLE extension. It provides incremental searching which highlights all matches.
History
Date User Action Args
2011-12-19 17:44:00roger.serwysetrecipients: + roger.serwy, marco
2011-12-19 17:44:00roger.serwysetmessageid: <1324316640.12.0.40723849086.issue13630@psf.upfronthosting.co.za>
2011-12-19 17:43:59roger.serwylinkissue13630 messages
2011-12-19 17:43:59roger.serwycreate