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.
Use the
Resource
perspective which provides you with theProject Explorer
,Outline
andTasks
views.Use
New > Project > General > Project
to create projects which are not specific to a language.You might want to use
Preferences > General > Content Types
andPreferences > General > Editors > File Associations
to define which editor is used for the files you create.