I use Git via Eclipse for source control on my Python and Javascript projects and find it really useful. I also use a piece of building energy simulation software, EnergyPlus and would like to use Git and Eclipse for managing input files for this. There is no plugin available for EnergyPlus specifically but is there a generic "file editing" perspective that I could use? I'm not concerned about launching the code from Eclipse, just in using a familiar interface for GitHub which can track the incremental changes made when editing simulation input files.
The answer to this question may also be useful for people using Git to version control on text documents, or on any other language which does not yet have a plugin like PyDev.