summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/TokenCache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed the TokenCache.Erik Verbruggen2010-07-021-81/+0
|
* Fixed autotests.Erik Verbruggen2010-06-231-2/+2
|
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-0/+81
| | | | | | Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-64/+0
| | | | This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89.
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+64
This should speed things up a bit, because before, the line was tokenized at least 3 times.