wanher {l Wrote}:Hello All,
I Have just joined this forum and looking to get involved in the development of Red Eclipse (c++ side). How do developers here sync with tasks they are working and do new members know what they can work on. Also, i looked at the wiki but could not find a particular IDE to use for development. Which IDE is being used over here ? Thanks
Tasks are mainly being managed by trac tickets at
http://www.redeclipse.net/tracker and feature proposals are discussed on the forums, or IRC, before being ticketed, normally.
In terms of the C++ side, there is unfortunately little concept of "low-hanging fruit" used to introduce new developers, at the moment it's kind of just a matter of hanging around for quite some time to learn, and discover some low-hanging fruit by yourself (that also existing devs agree on) and making a patch.
As far as IDE goes, there's Code::Blocks on Windows, though I don't know if that's being used as an IDE or just as the build system, in general, you just use whatever tools you feel like (I think most don't use GUI IDE tools, but that's just a matter of taste).
As far as code management, it's SVN, with a very simple linear trunk and no branches nor tags, see
http://www.redeclipse.net/wiki/Obtain_d ... nt_version for more info on how to checkout and build it.