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
|
@ -856,6 +856,10 @@ class PyShell(OutputWindow):
|
|||
("help", "_Help"),
|
||||
]
|
||||
|
||||
# Extend right-click context menu
|
||||
rmenu_specs = OutputWindow.rmenu_specs + [
|
||||
("Squeeze", "<<squeeze-current-text>>"),
|
||||
]
|
||||
|
||||
# New classes
|
||||
from idlelib.history import History
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue