aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/copilot/copilotplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-6/+6
* Copilot: Move plugin class definition to .cpphjk2023-11-221-103/+114
* Copilot: Use new construction pattern for project panel factoryhjk2023-11-161-7/+1
* CoPilot: Use ActionBuilderhjk2023-11-131-47/+36
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-2/+2
* Copilot: start the client in the delayed initialize phaseDavid Schulz2023-08-311-4/+9
* Copilot: Move closer to latest settings setup and usage patternhjk2023-07-141-25/+13
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-07-101-1/+1
|\
| * Copilot: fix crash on explicitly completion requestDavid Schulz2023-07-061-1/+1
* | Utils: Make aspect settings access implicithjk2023-07-071-2/+1
* | Utils: Rework aspect implementationhjk2023-06-291-4/+2
|/
* Copilot: add shortcuts to cycle through suggestionsDavid Schulz2023-06-211-0/+48
* Copilot: Do not try to start copilot without nodejsChristian Stenger2023-05-311-0/+3
* Copilot: Allow user to disable CopilotMarcus Tillmanns2023-05-261-5/+69
* Copilot: shutdown plugin asynchronouslyDavid Schulz2023-05-241-0/+8
* Use new FilePathAspect in a few more placeshjk2023-05-171-2/+2
* Copilot: Take advantage of IOptionPage::setWidgetCreator()hjk2023-04-211-1/+1
* Copilot: Add missing includeMarcus Tillmanns2023-03-151-0/+2
* Copilot: add command to explicitly request copilot suggestionsDavid Schulz2023-03-151-1/+15
* Copilot: improve client handlingDavid Schulz2023-03-131-17/+14
* Copilot: robustify request logicDavid Schulz2023-03-031-1/+5
* Copilot: Various coverity warning fixesMarcus Tillmanns2023-02-271-0/+10
* Copilot: Add LSP plugin for CopilotMarcus Tillmanns2023-02-211-0/+37