summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cpphighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-18/+33
* CppEditor: Fix "! condition" coding styleNikolai Kosjar2013-07-251-5/+5
* Fix coding style for else statementsOrgad Shaneh2013-07-171-13/+8
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-1/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Editor: Fix visual whitespace highlightingDavid Schulz2012-08-291-20/+18
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-6/+1
* 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