summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-2/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-12/+8
|\
| * TextEditor: always return a valid assist interfaceDavid Schulz2023-05-021-12/+8
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
|/
* CppEditor: Warn against renaming in generated filesChristian Kandeler2023-01-301-3/+56
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-1/+11
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-8/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TextEditors: Implement "Follow Symbol" for HTTP urls in string literalsXavier BESSON2022-12-161-2/+11
* QmlJsEditor: Implement "Follow Symbol" for qrc paths in string literalsXavier BESSON2022-12-151-1/+4
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-9/+7
* CppEditor: Proliferate FilePath use a bithjk2022-09-301-1/+1
* CppEditor: Add actions for following a symbol to its typeChristian Kandeler2022-09-271-0/+14
* CppEditor: Check document before accessChristian Kandeler2022-09-221-0/+3
* CppEditor: Implement "Follow Symbol" for qrc paths in string literalsChristian Kandeler2022-09-161-9/+38
* ClangCodeModel: Support setting additional preprocessor directivesChristian Kandeler2022-09-131-13/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Editor: add and use editor toolbar outline setterDavid Schulz2022-08-251-16/+18
* CppEditor: remove dependencies between different outline viewsDavid Schulz2022-08-191-5/+0
* CppEditor: move outline model to documentDavid Schulz2022-08-181-14/+2
* CppEditor: Avoid a FilePath <-> QString roundtriphjk2022-08-101-3/+1
* CppEditor: Remove unused codeChristian Kandeler2022-08-021-4/+0
* Drop Qt5: Cpp/TextEditor: Get rid of QOverloadJarek Kobus2022-07-261-2/+2
* Clangd: Fix autocompletion for old style SIGNAL and SLOTArtem Sokolovskii2022-07-041-3/+24
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-3/+3
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-2/+2
* CppEditor: Remove unused functionsChristian Kandeler2022-06-031-51/+0
* CppEditorWidget: Get rid of unused methodsJarek Kobus2022-06-021-70/+0
* ModelManagerSupport: Get rid of UsagesCallback from findUsages()Jarek Kobus2022-06-021-10/+3
* ModelManagerSupport: Get rid of UsagesCallback from globalRename()Jarek Kobus2022-06-021-8/+1
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-1/+0
* TextEditor: Fix local rename off by oneDavid Schulz2022-05-111-1/+1
* CppEditor: Acknowledge the existence of clangdChristian Kandeler2022-05-111-1/+1
* Move MinimizableInfoBars from CppEditorDocument to IDocumentEike Ziller2022-05-101-4/+0
* MinimizableInfoBars: Move to UtilsEike Ziller2022-05-091-1/+0
* MinimizableInfoBars: Move toolbar visibility handlingEike Ziller2022-05-061-13/+2
* Remove clangsupport dependency from pluginsChristian Kandeler2022-05-061-14/+7
* CppEditor: Remove RefactoringEngineChristian Kandeler2022-05-041-3/+2
* ClangCodeModel: Remove libclang fallback for "follow symbol"Christian Kandeler2022-04-281-13/+2
* TextEditor: Suppress warning about unused parametershjk2022-03-301-0/+3
* TextEditor: move setIfdefedOutBlocks to TextDocumentDavid Schulz2021-12-061-1/+1
* CppEditor: Follow symbols in generated UI headers to .ui fileChristian Kandeler2021-10-271-4/+34
* Editor: multi cursor supportDavid Schulz2021-09-271-0/+3
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+2
* CppEditor: Remove unneeded CppEditorWidgetInterfaceChristian Kandeler2021-09-071-2/+11
* CppEditor: Move trySplitComment() to its only point of useChristian Kandeler2021-09-061-1/+293
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-40/+36
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-7/+8
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-2/+4
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-1/+1