aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptoolstestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-5/+2
* Merge remote-tracking branch 'origin/16.0'David Schulz2025-02-281-0/+6
|\
| * CppEditor: disable TabSettings auto detection for testsv16.0.0-rc1David Schulz2025-02-251-0/+6
* |CppEditor: Make a test more robustChristian Kandeler2025-02-271-3/+4
|/
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-1/+1
* CppEditor: Use a timeout in waitForRehighlightedSemanticDocument()Christian Kandeler2024-07-101-2/+10
* CppEditor: Add quickfix for moving a class to a dedicated set of filesChristian Kandeler2024-05-081-0/+15
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-3/+3
* CppEditor: Mark two tests as incompatible with ClangFormatChristian Kandeler2024-02-291-0/+11
* TextEditor: Fix folding for async syntax highlighterArtem Sokolovskii2024-02-281-1/+13
* ProjectExplorer: Move OpenProjectResult off ProjectExplorerPlugin classhjk2024-01-181-2/+1
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-18/+17
* CppEditor: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-6/+4
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-4/+4
* FilePathify some testing codehjk2023-01-131-4/+4
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-5/+5
* CppEditor: Proliferate FilePath usehjk2022-11-251-4/+4
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-17/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* use initializer listsTim Jenssen2022-09-081-1/+1
* Clang/C++: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove unneeded #include in projectexplorer.hhjk2022-07-271-1/+5
* CppEditor: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-091-1/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+2
* CppEditor: Merge the four TestDocument classesChristian Kandeler2021-09-081-68/+130
* CppEditor: Merge two TestCase classesChristian Kandeler2021-09-081-6/+28
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+426
close