Eclipse and Pydev: Global "Run Configuration" for all files

eclipse, pydev, python

Solution

If you've just one "main" entry point, you could just set Eclipse to always run the last launched configuration.

http://eclipseone.wordpress.com/2010/01/15/always-rundebug-the-last-launched-class-instead-of-the-selected-one-in-eclipse/

Problem

I just started trying out Pydev and Eclipse together for a small project. My problem is, whenever I click 'run' on the entry point file of the project, it runs fine. But, whenever I'm on a different file (not the entry point), it asks me to create a new run configuration for that file, when I just want it to start at the entry point. What is the way to do this, because I've messed around in the properties for a while to no avail. Thanks!

Original source