summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchDialogBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply Nicolas Riley's Patch.Kurt B. Kaiser2002-11-211-5/+5
| | | | | | | | [ 634250 ] SearchDialogBase.py fix for Tk 8.4.1 SearchDialogBase refers to the grid 'col' option considered ambiguous with Python 2.2.2 and Tk 8.4.1. The correct name is 'column'.
* By default when getting the search menu, the currently highligtedChui Tey2002-11-061-1/+4
| | | | text is the search term.
* Tidied up widget placementChui Tey2002-11-041-14/+23
|
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+0
| | | | | Rev 1.2 doerwalter (string methods)
* Initial revisionDavid Scherer2000-08-151-0/+129