Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPlusPlus: Make (sub-)languague selection more generic | hjk | 2013-10-15 | 1 | -11/+4 |
| | | | | | Change-Id: I4e2df6992b446adec662ab07671acd41715e41fd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com> | ||||
* | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | ... and adjust INCLUDEPATH accordingly. while i'm at messing with include statements, also re-order the include blocks according to policy and sort them within bigger blocks. Change-Id: I7762abfd7c4ecf59432b99db2f424e4fa25733a5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com> | ||||
* | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| | | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com> | ||||
* | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| | | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com> | ||||
* | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| | | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| | | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | C++: Enabled C++0x in SimpleLexer | Leandro Melo | 2011-11-18 | 1 | -0/+4 |
| | | | | | | | We should create a UI flag for C++0x... Change-Id: Iba30090aa580554af629c0fb59ae5fc22b306b80 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | C++: Remember joined state in SimpleLexer. | Christian Kamm | 2010-07-02 | 1 | -0/+3 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Removing SimpleToken | Erik Verbruggen | 2010-07-02 | 1 | -71/+7 |
| | |||||
* | Removed the TokenCache. | Erik Verbruggen | 2010-07-02 | 1 | -0/+5 |
| | |||||
* | Introduced token caching to prevent repetetive tokenizing. | Erik Verbruggen | 2010-06-14 | 1 | -9/+1 |
| | | | | | | Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm | ||||
* | Fix single bit value cannot be signed, change to match declarations elsewhere. | Bill King | 2010-06-11 | 1 | -3/+3 |
| | |||||
* | Fixed header protection. | Roberto Raggi | 2010-05-28 | 1 | -3/+3 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, ↵ | Erik Verbruggen | 2009-10-09 | 1 | -0/+2 |
| | | | | _cmd, SEL, IMP, BOOL, YES, NO, id). | ||||
* | Use the backward scanner to indent labeled statements, ctor-initializers and ↵ | Roberto Raggi | 2009-09-21 | 1 | -10/+32 |
| | | | | access specifiers. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed a few typos and bugs in the ObjC++ support. | Roberto Raggi | 2009-07-13 | 1 | -0/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Introduced a backwards scanner for finding expression under cursor | Thorbjørn Lindeijer | 2009-05-27 | 1 | -0/+7 |
| | | | | | | | | The backwards scanner lazily tokenizes strings. This optimizes the common case where scanning one or two lines is enough while at the same time we extended the limit from 5 to 10 lines. Reviewed-by: Roberto Raggi | ||||
* | Made typing parenthesis even faster | Thorbjørn Lindeijer | 2009-05-27 | 1 | -0/+6 |
| | | | | | | | Only attempt to activate the completion when there is a function id on the left of the parenthesis. Reviewed-by: Roberto Raggi | ||||
* | 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/+1 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | More ObjC++ | Roberto Raggi | 2009-01-09 | 1 | -3/+3 |
| | |||||
* | Added objcEnabled()/setObjcEnabled() to SimpleLexer. | Roberto Raggi | 2009-01-08 | 1 | -0/+4 |
| | |||||
* | 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 | -0/+1 |
| | |||||
* | Initial import | con | 2008-12-02 | 1 | -0/+106 |