mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
This commit is contained in:
parent
5b3cbcd4a0
commit
604e7b9931
11 changed files with 974 additions and 29 deletions
|
@ -163,7 +163,7 @@ _grep_dialog_spec = {
|
|||
'msg': "Click the 'Show GrepDialog' button.\n"
|
||||
"Test the various 'Find-in-files' functions.\n"
|
||||
"The results should be displayed in a new '*Output*' window.\n"
|
||||
"'Right-click'->'Goto file/line' anywhere in the search results "
|
||||
"'Right-click'->'Go to file/line' anywhere in the search results "
|
||||
"should open that file \nin a new EditorWindow."
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue