aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Simplify CppCodeModelSettingsChristian Kandeler2024-04-151-1/+1
* CppEditor: Move CppCodeModelSettingsPage alongside CppCodeModelSettingsChristian Kandeler2024-04-121-1/+0
* CppEditor: Move ClangdSettingsPage alongside ClangdSettingsChristian Kandeler2024-04-111-0/+1
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-9/+8
* CppEditor: Introduce per-project code model settingsChristian Kandeler2024-03-151-3/+8
* TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-121-0/+2
* CppEditor: Move some convenience functions to CppCodeModelSettings classChristian Kandeler2024-03-121-2/+2
* CppEditor: Re-add function decl/def switch handlerChristian Kandeler2024-02-131-0/+4
* CppEditor: Move some factory class definitions to .cpphjk2024-02-051-6/+6
* CppEditor: Hide most of LineForNewIncludeDirective implementationhjk2024-02-021-1/+1
* CppEditor: Move CppHeaderSource implementation and test to same fileshjk2024-01-261-248/+4
* CppEditor: Move plugin class definition to .cpphjk2024-01-261-16/+29
* CppEditor: Remove some CppEditorPlugin member functionshjk2024-01-261-12/+0
* CppEditor: Cleanup plugin header a bithjk2024-01-261-15/+9
* CppEditor: Reduce visible CppIncludeHierarchy interfacehjk2024-01-261-19/+1
* CppEditor: Reduce visible CppTypeHierarchy interfacehjk2024-01-241-19/+1
* CppEditor: Use FilePath for licenseTemplatePathhjk2024-01-241-1/+1
* CppEditor: Make some settings accesses more directhjk2024-01-241-20/+5
* CppEditor: Simplify access to FileSettingForProjecthjk2024-01-241-11/+4
* CppEditor: Hide CppFileSettingsPage class in .cpphjk2024-01-231-1/+0
* CppEditor: Simplify setup of global file settingshjk2024-01-221-14/+3
* CppEditor: Simplify CppCodeModelSettings setuphjk2024-01-221-8/+1
* CppEditor: Hide ClangdSettingsPage setup in .cpphjk2023-12-201-18/+7
* CppEditor: Use ActionBuilderhjk2023-12-151-169/+133
* CppEditor: More direct access to CppQuickFixAssistProviderhjk2023-12-061-7/+0
* CppEditor: Use new construction pattern for project panelshjk2023-11-161-24/+3
* Utils/all: Move mime constants into a central placehjk2023-11-081-16/+18
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-4/+0
* LanguageClient: support additional goto targets in symbol supportDavid Schulz2023-09-291-25/+5
* CppEditor: Make all actions available in Tools menu and context menuChristian Kandeler2023-09-271-52/+59
* CppEditor: Properly group the menu actionsChristian Kandeler2023-09-221-141/+173
* CppEditor: Split up CppEditorPlugin::initialize()Christian Kandeler2023-09-211-159/+187
* CppEditor: Move "rename" action closer to "find references"Christian Kandeler2023-09-211-1/+4
* CppEditor: More FilePath-ification in correspondingHeaderOrSource()Christian Kandeler2023-09-181-25/+21
* CppEditor: Speed up findFilesInProject()Christian Kandeler2023-09-151-34/+31
* Delay modifications to MIME database until first useEike Ziller2023-09-131-3/+1
* CppEditor: Remove an unused memberhjk2023-09-041-2/+0
* CppEditor: Introduce testing infrastructure for symbol renamingChristian Kandeler2023-08-251-0/+2
* CppEditor: Let users fold/unfold all comment blocksChristian Kandeler2023-08-081-0/+13
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-2/+2
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-7/+5
* CppEditor: Give C++ file name settings a per-project variantChristian Kandeler2023-06-081-38/+43
* CppEditor: Remove SendDocumentTrackerChristian Kandeler2023-05-091-2/+0
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-8/+0
* CppLocatorFilter: Introduce cpp matchersJarek Kobus2023-04-171-0/+8
* LanguageClient: add action to open call hierarchyDavid Schulz2023-03-221-0/+4
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-201-1/+2
* CppEditor: Use new plugin test setuphjk2023-02-151-35/+30
* CppEditor: Fully handle raw string literals in the syntax highlighterChristian Kandeler2023-02-021-0/+2
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1