This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Alex, THRlWiTi, Todd.Rovito, rhettinger, roger.serwy, terry.reedy
Date 2018-06-18.08:03:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529309005.09.0.56676864532.issue6143@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-18 08:03:25terry.reedysetrecipients: + terry.reedy, rhettinger, roger.serwy, THRlWiTi, Todd.Rovito, Alex
2018-06-18 08:03:25terry.reedysetmessageid: <1529309005.09.0.56676864532.issue6143@psf.upfronthosting.co.za>
2018-06-18 08:03:25terry.reedylinkissue6143 messages
2018-06-18 08:03:25terry.reedycreate