New submission from Tal Einat <[email protected]>:
Search dialogs are clunky and arguably outdated. Most modern editors, IDEs and browsers use a search bar instead. I created a search bar for IDLE as an extension years ago, it can be found on PyPI as "SearchBar". I hadn't updated it in recent years and it doesn't work with modern IDLE. I doubt that it has seen much use. I suggest that having this built into IDLE would be a great benefit to its users. ---------- assignee: terry.reedy components: IDLE messages: 327672 nosy: cheryl.sabella, taleinat, terry.reedy priority: normal severity: normal stage: needs patch status: open title: IDLE: Replace the search dialog with a search bar type: enhancement versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34976> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
