Accessing Qt Creator's code-model in a plug-in
-
Hello!
I'm thinking about some plug-ins that would benefit from using the code model already present inside -QT- Qt Creator. I only had a quick look into the "API":http://doc.qt.nokia.com/qtcreator-extending/qtcreator-api.html and I'm assuming that the functionality that I'm looking for is somewhere "inhere":http://doc.qt.nokia.com/qtcreator-extending/texteditor.html Maybe the functionality is spanned across several of those classes?
Google search was not particularly helpful (maybe because of a lack of skills?). Do you have any hints regarding his topic?
Thanks,
Nick -
There are way more things in Qt Creator than listed in the API documentation! We are not doing a good job of providing API documentation... We do not guarantee binary compatibility in Qt Creator, so API documentation is really hard to keep up to date. Check the code!
If you have questions on the API, please feel free to stop by on IRC (#qt-creator on the freenode.org network). Response time is best during european office hours.
The "mailing list":http://lists.qt-project.org/ is also a good place to get help.