Revision 785015
Go back to digest for 16th March 2008Features in Development Tools
David Nolden committed changes in /trunk/KDE/kdevplatform:
Add support for navigating non-duchain representable language objects, like macros in C++, by directly asking the language-support for range, jump-position, and navigation-widget.
Implement the navigation-widget viewing and jump-to actions in quickopen, and use the range to highlight such objects in the use-highlighter.
Unfortunately the highlighting does not work yet, seems like a problem in the editor. However the navigation-features work great.
File Changes
Added 2 files
- /trunk/KDE/kdevplatform/plugins/quickopen
- /customlistquickopen.cpp
- /customlistquickopen.h
Modified 7 files
- /trunk/KDE/kdevplatform
- /language/interfaces/ilanguagesupport.cpp
- /language/interfaces/ilanguagesupport.h
- /plugins/quickopen/CMakeLists.txt
- /plugins/quickopen/quickopenplugin.cpp
- /plugins/quickopen/quickopenplugin.h
- /plugins/usehighlight/usehighlight.cpp
- /plugins/usehighlight/usehighlight.h
9 files changed in total