[issue36595] IDLE: Add search to Squeezed Output text viewer.

Terry J. Reedy report at bugs.python.org
Wed Apr 10 22:50:22 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I agree.  The Squeezed Output Viewer is an instance of idlelib.textview.ViewWindow.  The latter is for read-only text and is also used for the text displays invoked from About IDLE.  I have already thought about making the text searchable.  Seaching does not require that the text be editable.

An initial implementatation might be a [Search] button that opens the current search dialog linked to the text in the window.

----------
stage:  -> test needed
title: Text Search in Squeezed Output Viewer -> IDLE: Add search to Squeezed Output text viewer.

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36595>
_______________________________________


More information about the Python-bugs-list mailing list