[issue36595] IDLE: Add search to textview.ViewWindow

2022-02-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: #46830 is a duplicate request. -- versions: +Python 3.11 -Python 3.8, Python 3.9 ___ Python tracker ___ _

[issue36595] IDLE: Add search to textview.ViewWindow

2019-12-15 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Py

[issue36595] IDLE: Add search to textview.ViewWindow

2019-12-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +17086 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/17614 ___ Python tracker ___

[issue36595] IDLE: Add search to textview.ViewWindow

2019-07-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: If a ViewWindow has more that 24 lines, then it has a button bar at the bottom that currently has one button -- [Close]. 1. Make the bar permanent, regardless of size. The next steps are to adapt the editor code for Find. 2. Add another button [Search] or [F