aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coco
Commit message (Expand)AuthorAgeFilesLines
* LSP: fix compile with Qt 6.2David Schulz2024-01-121-0/+2
* Coco: Use ActionBuilder for start actionhjk2023-12-201-10/+6
* Coco: Move plugin class definition to .cpphjk2023-12-204-101/+74
* LSP: Avoid running strlen() on json keyshjk2023-12-181-1/+1
* Clean up some lambdashjk2023-12-121-1/+1
* LSP: Use 8-bit keys in Json wrapperhjk2023-08-151-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* Reduce usage of app_version headerEike Ziller2023-06-263-5/+2
* LanguageClient: improve the performance of creating text marksDavid Schulz2023-06-141-4/+4
* Coco: Use FilePath::searchInPath instead of Environment::searchInPathhjk2023-05-231-4/+5
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-1/+2
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Coco: Tr::tr()Alessandro Portale2023-02-081-6/+6
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-3/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-065-5/+5
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-4/+4
* Utils: Remove Utils::optionalEike Ziller2022-09-011-7/+8
* Use SPDX license identifiersLucie Gérard2022-08-265-120/+10
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-051-1/+1
|\
| * LSP: Use char16_t literals for keys into json objectshjk2022-08-041-1/+1
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Coco: remove unused parameterDavid Schulz2022-06-161-1/+1
* Coco: update annotation color on font settings changeDavid Schulz2022-06-151-6/+24
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+5
* LanguageClient: Add option to always send hover requestsDavid Schulz2022-05-231-0/+1
* Coco: beautify the start coco dialogDavid Schulz2022-05-191-0/+2
* Coco: fix warning overriding virtual functionsDavid Schulz2022-05-162-7/+7
* Coco: Add coco hoverHandler if diagnostics are visibleDavid Schulz2022-05-162-1/+33
* Coco: use the diagnostic foreground color as annotation colorDavid Schulz2022-05-111-2/+17
* Coco: do not open the CoverageBrowser debug window by defaultDavid Schulz2022-05-111-1/+1
* Coco: Fix possible crashChristian Stenger2022-05-101-7/+7
* Coco: long live the cocopluginDavid Schulz2022-05-067-0/+498