Message319869
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. |
|
Date |
User |
Action |
Args |
2018-06-18 08:03:25 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, roger.serwy, THRlWiTi, Todd.Rovito, Alex |
2018-06-18 08:03:25 | terry.reedy | set | messageid: <1529309005.09.0.56676864532.issue6143@psf.upfronthosting.co.za> |
2018-06-18 08:03:25 | terry.reedy | link | issue6143 messages |
2018-06-18 08:03:25 | terry.reedy | create | |
|