summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/SimpleLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-5/+4
* Fixed #import completion to act the same as #include completion.Erik Verbruggen2010-03-231-0/+4
* Long live the king!hjk2010-03-051-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-1/+1
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-1/+1
* Renamed method.Erik Verbruggen2010-02-041-1/+1
* Small inclusion fixes.Tobias Hunger2010-01-081-1/+2
* Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, _cmd,...Erik Verbruggen2009-10-091-1/+4
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-291-1/+2
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-13/+0
* Use the backward scanner to indent labeled statements, ctor-initializers and ...Roberto Raggi2009-09-211-5/+31
* long live the kinghjk2009-08-141-1/+1
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-2/+2
* Oops! operators are not objc keywords :)Roberto Raggi2009-07-131-1/+1
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-131-0/+5
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Initial support for doxygen comments.Roberto Raggi2009-02-201-0/+5
* Fixes: Enable ObjC support.Roberto Raggi2009-02-051-1/+3
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* More ObjC++Roberto Raggi2009-01-091-7/+6
* Added objcEnabled()/setObjcEnabled() to SimpleLexer.Roberto Raggi2009-01-081-1/+14
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* more cosmetic changeshjk2008-12-021-7/+22
* Initial importcon2008-12-021-0/+117