Where are the good and current resources for anyone who has cracked the CDT (C / C ++ Development toolkit) for Eclipse? In particular, I would like to learn more about the internal architecture and structure of the C ++ parser and how AST, DOM, PDOM, models, and the user interface are interconnected and interact. I am interested in adding support for C ++ extensions to the CDT environment.
Many of the resources found through google are deprecated: I need information on the current status of the CDT, for example. CDT 6.0.x or 6.1.x, roughly Eclipse 3.5 and 3.6. The code base, although well structured, is large, complex, and rarely commented / documented.
Any information useful to a programmer working on C ++ CDT support regarding the CDT editor and general views will be appreciated.
Resources I Found: CDT Developer Blog Doug Schaefer is one of them. The CDT-dev mailing list is different, and the CDT project home page also has a developer section. Getting started with CDT . and the section on programming against CDT in the user FAQ . There is also a review parsing .
eclipse architecture parsing eclipse-cdt documentation
grrussel
source share