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.

Author terry.reedy
Recipients Shane Smith, fhackdroid, terry.reedy
Date 2019-07-23.04:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563857684.68.0.148484711621.issue36595@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-23 04:54:44terry.reedysetrecipients: + terry.reedy, Shane Smith, fhackdroid
2019-07-23 04:54:44terry.reedysetmessageid: <1563857684.68.0.148484711621.issue36595@roundup.psfhosted.org>
2019-07-23 04:54:44terry.reedylinkissue36595 messages
2019-07-23 04:54:44terry.reedycreate