[pywin32-bugs] [ pywin32-Feature Requests-1023985 ] Exec code from clipboard
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-06-19 02:22:33
|
Feature Requests item #1023985, was opened at 2004-09-07 16:01 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1023985&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: nietschy (nietschy) Assigned to: Nobody/Anonymous (nobody) Summary: Exec code from clipboard Initial Comment: In scripts with many lines of codes it would be nice to test single little functions. Why not mark them, right click and exec the selection or copy something into the windows clipboard and run the code from there. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-06-18 21:22 Message: Logged In: YES user_id=771074 Originator: NO These have been added in interact.py rev 1.16. The changes are all local to this file, making the options only available from the right-click menu in the interactive window. However, they could be added to the Edit menu or as a toolbar button if people find them useful enough. ---------------------------------------------------------------------- Comment By: bob gailer (ramrom) Date: 2004-09-11 11:58 Message: Logged In: YES user_id=587593 I second this request. Visual FoxPro has this feature, and I use it a lot. I would eliminate "single little functions" since the intent is to execute whatever code is selected. I would also like the abilty to copy code from the interactive window into a script and have the >>> and ... prompts and response lines removed in the process. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1023985&group_id=78018 |