aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add convenience overload to TaskHubChristian Kandeler6 days1-1/+1
* Utils: make Text::positionInText column 0-basedDavid Schulz6 days5-8/+7
* CppEditor: Simplify EscapeStringLiteralOperationhjk7 days1-4/+2
* CppEditor: remove some positionInText callsDavid Schulz7 days2-14/+6
* CPlusPlus: Save a few cycles in Client::isInjectedFile()hjk7 days2-3/+3
* CppEditor: simplify usages of OutlineModel::indexForPositionDavid Schulz8 days4-18/+10
* Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()hjk11 days4-5/+5
* CppEditor: Consider comments in SynchronizeMemberFunctionOrder quickfixChristian Kandeler11 days5-6/+29
* Close existing function hintsChristian Kandeler11 days3-3/+22
* CppEditor: use Text::Range::contains in outlineDavid Schulz2025-06-171-12/+1
* CppEditor: Add "Remove braces" quickfix for control statementsChristian Kandeler2025-06-1638-12/+426
* CppEditor: replace OutlineModel::Range with Utils::Text::RangeDavid Schulz2025-06-132-12/+9
* CppEditor: Add another exception for using toolchain definesChristian Kandeler2025-06-121-0/+3
* CppEditor: Remove a use of FilePath::toUrlishStringhjk2025-06-111-2/+1
* CppEditor: remove CppEditorWidget::setIfdefedOutBlocksDavid Schulz2025-06-054-28/+8
* CppEditor: export CppEditorDocumentDavid Schulz2025-06-054-14/+14
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-06-041-2/+7
|\
| * CppEditor: Extend hack for finding out the active argumentChristian Kandeler2025-06-021-2/+7
* | CppEditor: Fix typo in function nameOrgad Shaneh2025-06-033-3/+3
* | CppEditor: fix build witout testsDavid Schulz2025-06-021-0/+4
* | CppEditor: Pimpl CppEditorDocumentDavid Schulz2025-06-025-173/+228
* | ClangFormat: add code for previewing AlignAfterOpenBracket valuesMitch Curtis2025-05-271-0/+6
* | CppEditor: return all editor widgets for a given documentDavid Schulz2025-05-263-12/+15
* | CppEditor: Do not "clean" whitespace from raw string literalsChristian Kandeler2025-05-222-0/+27
* | CppEditor: FilePathify ProjectPartChooserDavid Schulz2025-05-216-19/+22
* | CppEditor: FilePathify documents container in CppModelManagerPrivateDavid Schulz2025-05-213-8/+8
* | CppEditor: Let users add a file to a project from warning messageChristian Kandeler2025-05-192-4/+56
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-193-5/+7
|\|
| * Various UI text fixesEike Ziller2025-05-143-5/+7
* | CppEditor: Remove direct use of QTextCodec and QTextEncoderhjk2025-05-191-5/+5
* | Some QTextCodec related cleanupshjk2025-05-191-4/+0
* | Utils: Introduce a Utils::TextCodec classhjk2025-05-144-4/+6
* | Merge "Merge remote-tracking branch 'origin/17.0'"The Qt Project2025-05-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-121-1/+1
| |\|
| | * CppEditor: Improve wording of string literal conversion quickfixesChristian Kandeler2025-05-091-1/+1
* | | Update InfoBar texts, titles and typesAlessandro Portale2025-05-121-0/+2
* | | Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-124-4/+4
|/ /
* | Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-092-4/+3
* | Utils: Eliminate one of the TextFileFormat::readFile() overloadhjk2025-05-091-1/+2
* | Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-092-8/+7
* | CppEditor: filepathify SemanticInfo::SourceDavid Schulz2025-05-094-9/+7
|/
* CppEditor: Fix test on macOSChristian Kandeler2025-05-051-40/+46
* CPlusPlus: Paddle back a bit for fast pre-processingChristian Stenger2025-04-301-0/+1
* Utils: Use Result<> in TemplateEnginehjk2025-04-291-1/+1
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-5/+5
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-292-1/+13
* qbs build: Add convenience item for test resourcesChristian Kandeler2025-04-281-5/+1
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-2/+2
* CppEditor: Fix spurious detection of attributesChristian Kandeler2025-04-242-3/+13
* Replace a few more FileReader by FilePath::fileContents()hjk2025-04-232-18/+12