[issue24090] Add a "copy value to clipboard" option to the debugger

2019-02-23 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

The squeezer feature added last summer can be used to copy large output in 
Shell to the clipboard.  '>>> [None]*1' results in a squeezer label 
representing 750 wrapped lines.  Note that pasting into a new editor disables 
it for awhile.  (Editor does not wrap).  Pasting into command prompt is not 
good either.  Notepad++ handles the 6 char line pretty well.

I am not sure what I was thinking about a block copy in Shell.  If a block is 
selected, it is easily copied.

My thinking now is that large output in the debugger should be squeezed, at a 
much lower threashhold than in Shell.  It is designed for values of, say, 40 
chars or less.  'Large' values could then be copied to clipboard or displayed 
in a separate viewer.

--
versions: +Python 3.8 -Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24090] Add a copy value to clipboard option to the debugger

2015-05-01 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
title: Add a copy vale to clipboard option to the debugger - Add a copy 
value to clipboard option to the debugger

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24090
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com