Terry J. Reedy <tjre...@udel.edu> 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 [Find] whose command generates a <find> 
pseudoevent.
3. Bind the find keys to <find>, as in the editor.
4 I believe <find> is already bound to the find_event function, but do so if 
needed.

This is more or less the same as in the editor, except that the button replaces 
the menu item.

----------
title: IDLE: Add search to Squeezed Output text viewer. -> IDLE: Add search to 
textview.ViewWindow
versions: +Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36595>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to