aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/MatchingText.h
Commit message (Expand)AuthorAgeFilesLines
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* C++: Fine-tune auto insertion of '}'Nikolai Kosjar2017-07-211-1/+7
* C++: Do not add double quotes when splitting raw string litteralsDavid Schulz2017-02-221-1/+3
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-2/+2
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-251-1/+5
* Remove duplicated code from c++ and glsl completer.David Schulz2016-05-201-0/+7
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Add missing includesNikolai Kosjar2015-11-261-0/+1
* 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-6/+4
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CPlusPlus: Remove unneeded declarationshjk2013-12-021-3/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-22/+21
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* Exported header cleanup.Friedemann Kleint2011-01-201-1/+3
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Removed the TokenCache.Erik Verbruggen2010-07-021-4/+0
* Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-2/+2
|\
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-2/+2
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-1/+4
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-4/+1
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-1/+4
* | Fixed header protection.Roberto Raggi2010-05-281-2/+2
|/
* Long live the king!hjk2010-03-051-1/+1
* Remove all the synthesized characters when matching curly bracesRoberto Raggi2009-09-211-0/+3
* Introduced MatchingText::shouldInsertNewline() and use it to insert lines aft...Roberto Raggi2009-09-181-0/+3
* Pass the lookahead character to matching text.Roberto Raggi2009-09-171-1/+2
* Automagically insert matching characters.Roberto Raggi2009-09-171-0/+1
* Added the helper class MatchingText and use it to automagically insert text f...Roberto Raggi2009-09-171-0/+49