DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Request: Please write up some simple tutorials for how to contribute to this project #156

Open testing-in-chrome opened 7 years ago

testing-in-chrome commented 7 years ago

DDT is one of the best Dlang IDEs I've used so far. It mostly works very well, but it's sad to see that the most recent commit was last Feb.

Can you please write up some simple tutorials explaining where and how to start contributing to this project? Especially for those who didn't contribute to an Eclipse project before but would like to start only for the sake of the awesome DDT.

Many thanks in advance!

bruno-medeiros commented 7 years ago

Well, the readme (https://github.com/DDT-IDE/DDT/blob/master/README.md) explains how to setup a dev environment, how to build and release, etc. In the Project design info and notes, there is also some links explaining an overview of the design, and MelnormeEclipse, the framework where DDT is built upon/

From there, you might want to read up http://www.eclipse.org/articles/Whitepaper-Platform-3.1/eclipse-platform-whitepaper.html , and possibly: http://wiki.eclipse.org/Eclipse_Articles,_Tutorials,_Demos,_Books,_and_More

If you wanna work on a specific feature or functionality, I can let you which classes to look at to get you started.