[issue1178] IDLE - add "paste code" functionality

2020-06-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would like to add 'Save code' to the Shell menu, but this would still be needed. A strip_noncode function could be shared. -- assignee: -> terry.reedy nosy: -THRlWiTi, gpolo, ronaldoussoren versions: +Python 3.10 -Python 3.2

[issue1178] IDLE - add "paste code" functionality

2014-12-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue1178] IDLE - add "paste code" functionality

2014-12-01 Thread irdb
Changes by irdb : -- nosy: +irdb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman

[issue1178] IDLE - add "paste code" functionality

2014-02-04 Thread Tal Einat
Changes by Tal Einat : -- nosy: -taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue1178] IDLE - add "paste code" functionality

2014-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: By already implemented, I presume Mark was referring to the PastePyShell.py extension that is part of the IdleX package http://idlex.sourceforge.net/. I plan to take a look. -- ___ Python tracker

[issue1178] IDLE - add "paste code" functionality

2010-11-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: An alternative approach would be to leave pasting alone but add a 'Convert interactive code' option to the format menu, with keycode alt-v (not currently used as far as I can see). -- ___ Python tracker

[issue1178] IDLE - add "paste code" functionality

2010-11-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would really like something like this -- for 3.2b1 next week. I am constantly running posted interactive code and the lack of this is a major nuisance. There seems to be a glitch in how the editor deals with '>>> ' when trying to delete it. However, as well

[issue1178] IDLE - add "paste code" functionality

2010-11-21 Thread Ned Deily
Ned Deily added the comment: (Reopening as the previous message appears to be incorrect.) -- assignee: nobody -> nosy: +ned.deily -BreamoreBoy resolution: fixed -> stage: -> patch review status: closed -> open versions: +Python 3.2 -Python 2.7, Python 3.1 ___

[issue1178] IDLE - add "paste code" functionality

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: This has already been implemented. -- nosy: +BreamoreBoy resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue1178] IDLE - add "paste code" functionality

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue1178] IDLE - add "paste code" functionality

2007-09-19 Thread Sean Reifschneider
Changes by Sean Reifschneider: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/

[issue1178] IDLE - add "paste code" functionality

2007-09-18 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: ronaldoussoren -> nobody nosy: +nobody __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue1178] IDLE - add "paste code" functionality

2007-09-18 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: -> ronaldoussoren keywords: +patch nosy: +ronaldoussoren priority: -> low type: behavior -> rfe __ Tracker <[EMAIL PROTECTED]> __

[issue1178] IDLE - add "paste code" functionality

2007-09-18 Thread Tal Einat
New submission from Tal Einat: Patch adding a 'Paste Code' item to the 'Edit' menu, as well as hotkeys. Using 'Paste Code' instead of the normal paste will remove prompts ('>>> ' or '... ') from the code, and also remove empty lines if pasting to a shell window. This allows easily copy/pasting