Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4711352 By: orenouard
Hi, It would be nice to have a way to execute a way to execute a system command on the selected portion of a python file in the text editor (taking it as a string argument). When working with an application that embedds a python interpreter (developping for Autodesk / Maya here), there is often a way to pass it a code snippet to be executed, being able to do that directly in context of the editor would be a great help (the command itself is dependant on the host application of course). It's not the same as running a python script in new instance of the application a with a run configuration, it's sending a code snippet to be executed in an already running instance. Anyone doing something similar here ? Basically it's a "run this <command> with selection (or clipboard) as argument" I'm looking for. As long as it's there and you can use a user defined command it would do the trick. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
