summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/MatchingText.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Removing SimpleTokenErik Verbruggen2010-07-021-4/+4
* Removed the TokenCache.Erik Verbruggen2010-07-021-7/+2
* Merge branch '2.0'Thorbjørn Lindeijer2010-06-151-2/+2
|\
| * Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-2/+2
* | Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-3/+3
|\ \ | |/
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-3/+3
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-3/+5
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-5/+3
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-3/+5
|/
* Long live the king!hjk2010-03-051-1/+1
* Added semicolon after } when creating unnamed enumerationRoquette2010-02-011-1/+1
* Insert semicolon when matching enum declarations.Roberto Raggi2009-11-161-1/+1
* Remove debuggign outputdt2009-10-061-2/+0
* Don't override escaped quotes.Roberto Raggi2009-10-051-8/+32
* Remove all the synthesized characters when matching curly bracesRoberto Raggi2009-09-211-4/+10
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-6/+6
* Renamed maybeOverrideCharacter()Roberto Raggi2009-09-181-2/+2
* CleanupRoberto Raggi2009-09-181-20/+17
* Introduced MatchingText::shouldInsertNewline() and use it to insert lines aft...Roberto Raggi2009-09-181-5/+41
* Re-enable check for automatically inserted block end.Roberto Raggi2009-09-171-2/+1
* Pass the lookahead character to matching text.Roberto Raggi2009-09-171-2/+23
* Automagically insert matching characters.Roberto Raggi2009-09-171-1/+108
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-0/+131