I am writing a plugin which I want to use the CDT-plugin (since I don't want to implement my own brand new C/C++ editor).
Questions:
- How is it possible to set the dependencies of my plugin to this particular editor
- How can I set this editor as a nature of this project?