Revision 813847

Go back to digest for 1st June 2008

Other in Development Tools

David Nolden committed changes in /trunk/KDE/kdevelop/languages/cpp:

Move the code that computes completion-items into CodeCompletionContext.
It doesn't make sense splitting it up.

Now it'll be very easy to implement new completion features/items: Just subclass the item-types, and create + return them within CodeCompletionContext.

File Changes

Modified 3 files
  • /trunk/KDE/kdevelop/languages/cpp
  •   /codecompletioncontext.cpp
  •   /codecompletioncontext.h
  •   /cppcodecompletionworker.cpp
3 files changed in total