aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Fix build with Qt < 5.14Christian Kandeler2020-06-191-2/+5
* CppEditor: Better highlighting for raw string literalsChristian Kandeler2020-06-191-1/+47
* CppTool: Avoid a use of QStringRefhjk2020-06-161-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-1/+1
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* ClangFormat: Add the preview text editor to the settingsIvan Donchevskii2019-02-221-1/+1
* Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-131-0/+2
* Fix highlighting of C/C++ line continuation backslashesEike Ziller2017-05-231-1/+1
* Generalize function for visualizing whitespace from CppHighligherEike Ziller2017-05-231-32/+8
* Simplify text format handling in syntax highlightersEike Ziller2017-05-231-33/+19
* CppEditor: Fix condition for Obj-C keyword highlightingNikolai Kosjar2017-05-161-1/+1
* CppEditor: Do not highlight C++ and Qt keywords for CNikolai Kosjar2017-05-161-9/+10
* C++: Fix handling of Objective-C/C++Francois Ferrand2016-12-051-0/+1
* improve static initializersTim Jenssen2016-09-231-15/+14
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Lower reservation of parentheses per lineNikolai Kosjar2015-05-131-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-14/+14
|/
* CPlusPlus: Use QVector<Token> instead of QListhjk2014-11-061-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-14/+14
|/
* Add syntax highlight for primitive data typesAnton Kalmykov2014-06-241-0/+4
* C: Parser: Support parsing of c99 designated initializersWang Hoi2014-06-171-0/+1
* Cpp{Tools,Editor}: Respect multi-QChar code points when handling identifiersNikolai Kosjar2014-05-231-1/+1
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-27/+28
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-29/+38
* CppEditor: Do not "highlight parentheses" for multiline C++ commentsOrgad Shaneh2014-03-031-4/+7
* CppEditor: Clarify different states in CppHighlighter::highlightBlockNikolai Kosjar2014-02-261-16/+16
* CppEditor: Fix foldingNikolai Kosjar2014-02-261-1/+1
* C++: Fix support for incremental input with \nOrgad Shaneh2014-02-041-2/+3
* C++: Support multiline strings and commentsOrgad Shaneh2014-01-211-1/+1
* C++: Store token kind as lexer stateOrgad Shaneh2014-01-201-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-3/+5
* 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