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.

classification
Title: Idle: Add 'find all' in current file
Type: enhancement Stage: test needed
Components: IDLE Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: markroseman, terry.reedy
Priority: normal Keywords:

Created on 2014-06-05 20:40 by terry.reedy, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg219844 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-06-05 20:40
I miss this from Notepad++. This is essentially Find in Files limited to one file, without the file name repeated on each line.
Notepad++ puts multiple findall results in one window, with +- marker to expand or contract a group. It also has findall in all open files, which would use same mechanism. It also highlights hits, as suggested in #21673.
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65873
2019-09-19 18:45:15terry.reedysetversions: + Python 3.9, - Python 2.7, Python 3.4, Python 3.5
2017-06-19 20:31:02terry.reedysetassignee: terry.reedy
components: + IDLE
2015-09-18 16:38:12markrosemansetnosy: + markroseman
2014-06-05 20:40:32terry.reedycreate