Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small inclusion fixes. | Tobias Hunger | 2010-01-08 | 1 | -1/+2 |
| | | | | | | | * Remove duplicate headers. * Move own headers to the top. Reviewed-by: Roberto Raggi | ||||
* | Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, ↵ | Erik Verbruggen | 2009-10-09 | 1 | -1/+4 |
| | | | | _cmd, SEL, IMP, BOOL, YES, NO, id). | ||||
* | Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ↵ | Roberto Raggi | 2009-09-29 | 1 | -1/+2 |
| | | | | | | and improved CPPEditor::isInComment to handle the newly introduced tokens. As side effect,this change should fix the regression we introduced in the "automagically" quote/brace insertion. | ||||
* | Made the indenter more Qt friendly. Added support for moc keywords. | Roberto Raggi | 2009-09-21 | 1 | -13/+0 |
| | |||||
* | Use the backward scanner to indent labeled statements, ctor-initializers and ↵ | Roberto Raggi | 2009-09-21 | 1 | -5/+31 |
| | | | | access specifiers. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid. | ||||
* | Oops! operators are not objc keywords :) | Roberto Raggi | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Fixed a few typos and bugs in the ObjC++ support. | Roberto Raggi | 2009-07-13 | 1 | -0/+5 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Initial support for doxygen comments. | Roberto Raggi | 2009-02-20 | 1 | -0/+5 |
| | |||||
* | Fixes: Enable ObjC support. | Roberto Raggi | 2009-02-05 | 1 | -1/+3 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | More ObjC++ | Roberto Raggi | 2009-01-09 | 1 | -7/+6 |
| | |||||
* | Added objcEnabled()/setObjcEnabled() to SimpleLexer. | Roberto Raggi | 2009-01-08 | 1 | -1/+14 |
| | |||||
* | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | off-by-one in headers | hjk | 2008-12-02 | 1 | -1/+0 |
| | |||||
* | end-of-line whitespace correction of the new headers | hjk | 2008-12-02 | 1 | -10/+11 |
| | |||||
* | more cosmetic changes | hjk | 2008-12-02 | 1 | -7/+22 |
| | |||||
* | Initial import | con | 2008-12-02 | 1 | -0/+117 |