You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martin W. Kirst edited this page Jun 14, 2013
·
10 revisions
Sure, there are many ways to get started coding on msysGit.
While participating a 24h-hackathon, we've discovered a smart way
to code on msysGit under Windows, by using Eclipse.
Goals
using an IDE - not only a text editor
code syntax highlighting (sophisticated and able to recognize scopes)
code navigation (clicking with mouse of using keyboard shortcuts)
re-factoring (at least rename local variables, etc.)
full and robust debugging support using actual C source code files
preferred: smart search, not only RegEx ;-)
nice to have: able to create build within the IDE
As it turns out, with a little knowledge about Eclipse, we've found everything solved by using Eclipse and a separate MinGW installation. The setup is pretty fast and can be done in less than one hour. If you know other Languages and IDEs, you may miss some features, but this setup solved our needs.
How to setup
Of course, first you need to setup msysGit
Download Eclipse C/C++ (current version Juno, 4.2 SR2)
unzip it somewhere (c:\program files\eclipse)
install Java JRE (current version 1.7) - a JRE is sufficient, but installing a JDK is highly recommended
Download MinGW
I've used net installer mingw-get-inst-20120426.exe