This page has a description of my Eclipse configuration, including information about the plugins I use.
I use the following plugins, which I recommend:
In order to use PyDev, you should first ensure python and pylint are installed. Instructions to do this are here.
Next you will have to set the correct versions in the pydev properties:
/opt/local/bin/python)/opt/local/bin/pylint, which was installed with Macports.You should now be good to go with PyDev
In order to make SVN work properly with Eclipse I first installed the following plugins:
Then after restarting, I installed the following from the Polarion update site (http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site):
By default the Eclipse Problems view shows all the problems in your workspace. In order to show only those in the current project, only those in or under the current resource, or some other configuration, follow these instructions:
Sometimes the console output in eclipse is limited to a fixed buffer size (this used to be the default). If you wish to change this, take the following steps:
N.B. be careful when you do this as Eclipse may hog your memory if the output to the console is substantial
Eclipse has the capability of formatting code automatically according to a predefined codestyle. I work on the Construct open-source project and we use our own formatter and checkstyle configuration, which is documented here.