Terry J. Reedy <tjre...@udel.edu> added the comment:

The way to clear an editor window at least on Windows is ^A (select all) and 
delete, which can be any of BS (backspace) or DEL or ^X (Cut).  The latter 
'moves to the clipboard.  In Shell, select all selects everything, but ^X 
enters '^x', the other 2 do their normal thing.  All three unselect without 
deleting.

My first inclination is to have any or all of these work by ignoring IDLE's 
protection mechanism, which is different from tk's no-write mode.  After 
deleting, the prompts needs to be re-written.  I understand that Cut would need 
to expand squeezed blocks to the clipboard.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue6143>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to