aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/fileandtokenactions_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* move find usages to TextEditorDavid Schulz2018-11-281-3/+3
* Fix incorrect grammar in 'does not exists'Kai Koehne2018-09-211-2/+2
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-19/+17
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-22/+19
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+1
* CppEditor: Tests: Revive tests depending on loaded projectsNikolai Kosjar2015-07-291-28/+21
* Update LicenseEike Ziller2015-01-161-6/+6
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-2/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Simplify CppQuickFixOperation interfacehjk2014-09-301-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-3/+3
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | Cpp{Editor,Tools}: Remove some Qt4-only codeNikolai Kosjar2014-08-281-8/+1
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-12/+16
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-2/+2
* | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}Nikolai Kosjar2014-08-201-2/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-22/+22
|/
* Fix compilation.Christian Kandeler2014-07-101-0/+2
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+2
* CppTools: Unexport some internal classes.Nikolai Kosjar2014-06-101-2/+2
* C++: TranslationUnit::getPosition takes utf16char offsetsNikolai Kosjar2014-05-231-2/+2
* CppEditor: Pass some values by referenceOrgad Shaneh2014-05-211-3/+5
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-2/+2
* C++: Use getter functions of TokenNikolai Kosjar2014-05-151-2/+2
* DocumentModel: Make interface statichjk2014-05-131-4/+4
* CppEditor: Move InsertVirtualMethods to its own fileOrgad Shaneh2014-01-241-5/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | CppEditor/CppTools: Don't continue in test function on failureNikolai Kosjar2014-01-071-54/+18
* | CppEditor/CppTools: Introduce Test{Case,Document}Nikolai Kosjar2014-01-071-24/+30
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-2/+1
|/
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-17/+10
* Remove unused local variableKai Koehne2013-08-061-2/+1
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-07-251-2/+16
|\
| * CppEditor: Tests: Fix blocking the token tests by a pop upNikolai Kosjar2013-07-231-2/+16
* | CppEditor tests: work on documents instead of editorsEike Ziller2013-07-121-13/+12
|/
* CppEditor: Rename CppPlugin to CppEditorPluginNikolai Kosjar2013-04-191-15/+15
* CppEditor: Tests: Auto configure projects for file/token tests.Nikolai Kosjar2013-04-121-0/+28
* cpp/fileandtokenactions: fix qt4 compilationFawzi Mohamed2013-04-111-1/+6
* C++: Tests: Add stupid "do xyz for each file/token" testsNikolai Kosjar2013-04-111-0/+560