aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/MatchingText.cpp
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Support paren matching in raw string literalsChristian Kandeler2025-05-061-0/+31
* Editor: Make braceDepth an explicit member in TextBlockUserDataDavid Schulz2025-01-201-1/+1
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-1/+1
* CppTools: Fix QStringRef and QSharedPointer related issues with Qt6Eike Ziller2020-09-151-1/+1
* Standardize on int for line and column valueshjk2019-07-261-4/+4
* C++: Support single quote digit separator in integer literalsJoel Smith2019-07-091-0/+1
* C++: Do not auto-insert '}' after control flow constructsNikolai Kosjar2019-05-281-0/+29
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-031-1/+1
* C++: Fix unit-tests for MatchingTextIvan Donchevskii2018-02-221-2/+2
* C++: Fix crash on '{' pressIvan Donchevskii2018-02-201-1/+1
* C++: Do not auto-insert '}' after class/struct/enum/unionNikolai Kosjar2018-02-081-1/+48
* C++: Check previous lines for auto insertion of closing braceNikolai Kosjar2018-02-071-65/+64
* C++: Do not insert matching } within stringNikolai Kosjar2017-08-071-0/+5
* C++: Fine-tune auto insertion of '}'Nikolai Kosjar2017-07-211-21/+204
* CppEditor: Avoid auto insertion of '}' in empty lineNikolai Kosjar2017-07-171-1/+5
* C++: Handle curly braces like other brace typesNikolai Kosjar2017-05-231-8/+4
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* C++: Do not add double quotes when splitting raw string litteralsDavid Schulz2017-02-221-4/+4
* C++: Fix handling of Objective-C/C++Francois Ferrand2016-12-051-0/+1
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-0/+1
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-8/+10
* CPP: Remove unused function.David Schulz2016-05-261-13/+0
* C++: Improve automatic quoting magic.David Schulz2016-05-251-3/+16
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-251-23/+49
* C++: optimize paragraph insertion.David Schulz2016-05-201-12/+2
* Remove duplicated code from c++ and glsl completer.David Schulz2016-05-201-8/+110
* CppEditor: Simplify insert matching characters.David Schulz2016-05-201-59/+61
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Accept language features in BackwardsScanner et alOrgad Shaneh2015-02-271-2/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CPlusPlus: Simplify MatchingText interfacehjk2014-09-171-8/+5
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-2/+3
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* CplusPlus: Remove pragma suppressing gcc warning.Christian Kandeler2012-10-151-9/+0
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Introduce unicode char/strings supportLeandro Melo2012-06-061-2/+2
* Silence a warning about unrecognised pragma with ICCThiago Macieira2012-05-281-1/+1
* C++: Lambda formatting issues.Flex Ferrum2012-03-121-4/+9
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4