I'm currently using eclipse on a large python project. Pyclipse typically
cannot figure out the members of user-defined classes I am passing around
between modules. Consequently, I need some way of knowing what the
members of a variety of classes are.
I currently keep multiple source files open, but this takes up an
excessive amount of screen space. I would like to simply show multiple
outline views, with each view locked to a given file. Is there any way to
do this?