aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CppHighlighter: highlight macro references.Francois Ferrand2012-04-131-46/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Editor: Background color is now displayed correct for comments and stringsDavid Schulz2012-02-081-7/+13
* Revert "Editor: Highlight background for whitespaces in strings and comments"David Schulz2012-02-031-6/+6
* Editor: Highlight background for whitespaces in strings and commentsDavid Schulz2012-02-011-6/+6
* Long live the king!hjk2012-01-261-1/+1
* CppEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-121-37/+64
* C++: Enabled C++0x in SimpleLexerLeandro Melo2011-11-181-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Editors: Make sure folded blocks remain consistentLeandro Melo2011-08-151-0/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* C++ highlighter: Disable highlighting to the right of #error.Christian Kamm2011-03-171-8/+17
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Forked QSyntaxHighlighter from Qt 4.7.Roberto Raggi2010-07-091-1/+1
* Removing SimpleTokenErik Verbruggen2010-07-021-29/+29
* Disambiguate the second logical test.Bill King2010-06-251-1/+1
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-5/+5
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-1/+0
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+1
* Recognize Q_* and QT_* as reserved keywords.Roberto Raggi2010-06-011-8/+10
* Highlight user defined types.Roberto Raggi2010-05-251-5/+8
* Rework code foldingmae2010-05-201-33/+39
* Renamed TextEditDocumentLayout to BaseTextDocumentLayoutThorbjørn Lindeijer2010-04-261-8/+8
* Moved TextEditDocumentLayout and related classes to their own fileThorbjørn Lindeijer2010-04-261-1/+1
* Fixed typo highightLine -> highlightLineThorbjørn Lindeijer2010-04-161-9/+9
* Don't highlight \ at end of line as whitespaceThorbjørn Lindeijer2010-04-161-2/+5
* Long live the king!hjk2010-03-051-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-1/+2
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-2/+1
* Merge commit 'origin/1.3'con2009-11-241-3/+1
|\
| * Fixed a potential issue with automatic brace matchingThorbjørn Lindeijer2009-11-231-3/+1
* | Turned off the syntax highlighter for objc keywords.Roberto Raggi2009-11-111-1/+1
* | Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, _cmd,...Erik Verbruggen2009-10-091-1/+2
|/
* Mark the white spaces in literals, comments and preprocessor directives with ...Roberto Raggi2009-10-081-6/+26
* some action cleanup for the qml editormae2009-10-011-4/+3
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-291-1/+1
* fix auto braces with preprocessor directivesmae2009-09-251-8/+8
* Fixed brace depth level to allow negative numbersThorbjørn Lindeijer2009-09-161-5/+3
* mark all-whitespace-lines with the correct visual format.mae2009-09-091-1/+3
* long live the kinghjk2009-08-141-1/+1
* Fixed a few typos and bugs in the ObjC++ support.Roberto Raggi2009-07-131-1/+1
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-101-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* make insertion of braces a bit faster, by saving some of the rehighlighting workmae2009-05-061-0/+23
* Fixed the highlighy of objc++ string literals.Roberto Raggi2009-03-021-1/+2
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Code completion of doxygen tags.Roberto Raggi2009-02-201-3/+3
* Customizable doxy formats.Roberto Raggi2009-02-201-4/+2