[PyCrust] PyCrust now allows pasting of multiple commands
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2002-02-11 16:31:23
|
Did you ever wish you could paste a big chunk of code (like a class definition, for example) from your editor directly into the PyCrust shell? Now you can. Any valid sequence of Python code can now be pasted in from the clipboard. Multiple commands and multiline commands (with or without prompts, in the event that you are pasting from one shell to another) will all be handled intelligently. Pasted in text is broken down into individual commands which are executed and added to the command history. This new functionality is bound to the Ctrl+Shift+V key combination. Available in CVS, until the next release. Hope you like it. --- Patrick K. O'Brien Orbtech |