I've been working with Eclipse for years, but its PyDev wasn't working on my new Mac...so I swapped to LiClipse.
In Eclipse, when I have an open file that I'm editing and click run...it runs the file that's open and visible in my editor. But apparently LiClipse always tries to run the 'main' file thats set in the 'run configuration'.
Is there a way around this so I can test the module I'm actually working on and not the entire package?