summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code assist: Fix memory leak in completionLeandro Melo2011-09-121-0/+1
* C++: Fix duplicate items in C++ completion for Qt methodsLeandro Melo2011-09-121-28/+26
* C++ editor: Share the model data acrross completion itemsLeandro Melo2011-05-261-22/+9
* C++ editor: Check _ to accept idle editor completionLeandro Melo2011-05-261-1/+1
* Completion: Don't propose when there's a "good" candidateLeandro Melo2011-05-201-22/+0
* C++ editor: Fix potential crash in completionLeandro Melo2011-05-191-24/+44
* Revert "C++ editor: Fix potential crash in completion"Leandro Melo2011-05-191-17/+13
* C++ editor: Fix potential crash in completionLeandro Melo2011-05-191-13/+17
* c++ editor: Fix automatic completion for includesLeandro Melo2011-05-181-1/+15
* C++ editor: Remove scanning/caching of includesLeandro Melo2011-05-181-5/+23
* New code assist APILeandro Melo2011-05-181-0/+1866