Revision 861049
Go back to digest for 21st September 2008Features in Development Tools
David Nolden committed changes in /trunk/KDE/kdevelop/languages/cppduchain.cpp:
New special Code-completion within instantiated template classes.
This means you can jump into a template-class, see the actual types/values of all template-dependent types, and get code-completion on them.
To activate this, you current have to jump to the specialized declaration using the quickopen shortcut "CTRL+.".
Soon also to work with use-building and the context-browser, also this will get a little UI to change the template parameters while you're in a template.
File Changes
Modified 3 files
- /trunk/KDE/kdevelop/languages/cppduchain.cpp/trunk/KDE/kdevelop/languages/cpp/cppduchain
- /cppduchain.cpp
- /cppducontext.h
- /templatedeclaration.h
3 files changed in total