summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/BackwardsScanner.h
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* Exported header cleanup.Friedemann Kleint2011-01-201-1/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* CppTools: Added skipComments flag.Erik Verbruggen2010-09-091-1/+2
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-3/+3
* Removing SimpleTokenErik Verbruggen2010-07-021-4/+4
* Removed the TokenCache.Erik Verbruggen2010-07-021-5/+4
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-7/+7
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-7/+7
* Fixed hidden parameters.Erik Verbruggen2010-06-041-1/+1
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-7/+7
* Fixed header protection.Roberto Raggi2010-05-281-3/+3
* Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).Roberto Raggi2010-03-291-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Fixed autoindent when using tabs instead of spacesThorbjørn Lindeijer2009-12-081-1/+1
* Fixed index out of range.Robert Loehning2009-11-021-0/+2
* Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting f...Roberto Raggi2009-09-211-1/+2
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-2/+2
* Use the backward scanner to indent labeled statements, ctor-initializers and ...Roberto Raggi2009-09-211-3/+7
* Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token.Roberto Raggi2009-09-181-1/+6
* Automagically insert matching characters.Roberto Raggi2009-09-171-1/+3
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-4/+14
* Added BackwardsScannerRoberto Raggi2009-09-171-0/+66