[Pydev-code] Contribution: Launching from Run->Run... menu
Brought to you by:
fabioz
From: Bill W. <ww...@bb...> - 2004-03-27 23:38:41
|
Hi Pydev guys. As I think Dana mentioned elsewhere, I've been working on running python apps using the Run entry under the Eclipse Run menu. This supplements the current Run action and behaves more like a Java configuration. CTRL-F11 runs the last config, etc. I've attached a picture of the config type to give you an idea what I'm talking about. On the left, there is a new run configuration called "Python" and I've made one run config called "Hello config" The tabbed pane looks a lot like the one on the Python->Run context menu, but is different code because it doesn't have the location context. There is probably some refactoring that could unify the panels, but I wanted to do this initial cut without modifying other code. The code consists of two new java files and some additions to the debug plugin's plugin.xml. What's the procedure for contributing? I'd also like to be added as a developer to pydev. Thanks, Bill Wright |