summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/MatchingText.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Removed the TokenCache.Erik Verbruggen2010-07-021-4/+0
* Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-2/+2
|\
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-2/+2
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-1/+4
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-4/+1
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-1/+4
* | Fixed header protection.Roberto Raggi2010-05-281-2/+2
|/
* Long live the king!hjk2010-03-051-1/+1
* Remove all the synthesized characters when matching curly bracesRoberto Raggi2009-09-211-0/+3
* Introduced MatchingText::shouldInsertNewline() and use it to insert lines aft...Roberto Raggi2009-09-181-0/+3
* Pass the lookahead character to matching text.Roberto Raggi2009-09-171-1/+2
* Automagically insert matching characters.Roberto Raggi2009-09-171-0/+1
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-0/+49