aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/abstracteditorsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-78/+0
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* CppTools: Add sourceFilePath to AbstractEditorSupportMarco Bubke2019-01-241-1/+1
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-231-0/+6
* CppTools: modernizeAlessandro Portale2019-01-211-1/+1
* Generalize support for extra compilersUlf Hermann2016-02-161-2/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Cpp: Add full stop to end of messageLeena Miettinen2015-10-231-1/+1
* AbstractEditorSupport: Simplify licenseheader handlingTobias Hunger2015-10-141-24/+2
* Old-style wizards: Handle line continuation in license templatesTobias Hunger2015-09-221-1/+24
* LicenseTemplate: Use macro expansionTobias Hunger2015-09-221-1/+11
* CppTools: Remove unnecessary code from abstracteditorsupportTobias Hunger2015-09-141-7/+0
* UiCodeModelSupport: Notify if content changesNikolai Kosjar2015-07-081-0/+5
* 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
* | Debugger: Clean up source utilshjk2014-09-191-14/+0
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-1/+1
|/
* CppTools: Fix highlighting of ui_*.h filesNikolai Kosjar2014-03-271-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: Add revisions to AbstractEditorSupportNikolai Kosjar2013-11-251-1/+2
* C++: fix functionAt(), moved it, and added test.Erik Verbruggen2013-06-041-22/+6
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-2/+1
* Clean headers in CppTools.Friedemann Kleint2013-04-101-9/+0
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-3/+2
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-7/+9
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+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
* Header cleanup in various plugins.Friedemann Kleint2011-08-181-0/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-1/+3
* License headers.con2010-12-171-7/+11
* Code model: Fix endless loop in AbstractEditorSupport::functionAtFriedemann Kleint2010-11-221-10/+7
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-1/+1
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-5/+4
* C++-Settings/License template: Add %FILENAME%, %CLASS% placeholders.Friedemann Kleint2010-08-091-2/+2
* Use Prototype instead of Function.Roberto Raggi2010-08-051-1/+1
* Renamed Document::findSymbolAt().Roberto Raggi2010-05-171-1/+1
* Long live the king!hjk2010-03-051-1/+1
* CppCodeModelSupport: functionAt: Prepend namespaces to name.Friedemann Kleint2010-02-041-1/+18
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1