aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/quickfixes/extractfunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-2/+2
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-2/+4
* CppEditor: Make sure proper test names are shown while runningChristian Kandeler2025-04-111-2/+14
* CppEditor: Change QVector to QListhjk2025-04-091-1/+1
* CppEditor: Convert ExtractFunctionTest to out-of-line approachChristian Kandeler2025-03-141-141/+5
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Utils: Add factory functions for ChangeSetChristian Kandeler2024-05-271-4/+3
* TextEditor: Add a convenience overload for RefactoringFile::apply()Christian Kandeler2024-05-241-4/+2
* CppEditor: Make more use of CppQuickFixInterface::currentFile()Christian Kandeler2024-05-241-11/+10
* CppEditor: Move ExtractFunction quickfix to its own filesChristian Kandeler2024-05-171-0/+766