First step towards dynamic ui completion. Add hooks in cppmodelmanager
This adds a way for plugins to tell the cppmodel that for certain files,
the actual contents come from it, instead of reading from the disk.
(For texteditors the cppmodel does that automatically.)
Reviewed-By:
Roberto Raggi <roberto.raggi@nokia.com>
Showing
- src/plugins/cpptools/cppmodelmanager.cpp 16 additions, 0 deletionssrc/plugins/cpptools/cppmodelmanager.cpp
- src/plugins/cpptools/cppmodelmanager.h 5 additions, 0 deletionssrc/plugins/cpptools/cppmodelmanager.h
- src/plugins/cpptools/cppmodelmanagerinterface.h 21 additions, 0 deletionssrc/plugins/cpptools/cppmodelmanagerinterface.h
Please register or sign in to comment