Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the TokenCache. | Erik Verbruggen | 2010-07-02 | 1 | -81/+0 |
| | |||||
* | Fixed autotests. | Erik Verbruggen | 2010-06-23 | 1 | -2/+2 |
| | |||||
* | Introduced token caching to prevent repetetive tokenizing. | Erik Verbruggen | 2010-06-14 | 1 | -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 Verbruggen | 2010-06-04 | 1 | -64/+0 |
| | | | | This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89. | ||||
* | Introduced a token cache for the C++ editor. | Erik Verbruggen | 2010-06-04 | 1 | -0/+64 |
This should speed things up a bit, because before, the line was tokenized at least 3 times. |