summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/MatchingText.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Disable gcc warning about always-true Q_ASSERT checkKai Koehne2011-08-171-0/+9
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Exported header cleanup.Friedemann Kleint2011-01-201-0/+3
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Removing SimpleTokenErik Verbruggen2010-07-021-4/+4
* Removed the TokenCache.Erik Verbruggen2010-07-021-7/+2
* Merge branch '2.0'Thorbjørn Lindeijer2010-06-151-2/+2
|\
| * Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-2/+2
* | Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-3/+3
|\ \ | |/
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-3/+3
* | Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-3/+5
* | Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-5/+3
* | Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-3/+5
|/
* Long live the king!hjk2010-03-051-1/+1
* Added semicolon after } when creating unnamed enumerationRoquette2010-02-011-1/+1
* Insert semicolon when matching enum declarations.Roberto Raggi2009-11-161-1/+1
* Remove debuggign outputdt2009-10-061-2/+0
* Don't override escaped quotes.Roberto Raggi2009-10-051-8/+32
* Remove all the synthesized characters when matching curly bracesRoberto Raggi2009-09-211-4/+10
* Made the indenter more Qt friendly. Added support for moc keywords.Roberto Raggi2009-09-211-6/+6
* Renamed maybeOverrideCharacter()Roberto Raggi2009-09-181-2/+2