aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: fix leaking menu of editor toolbar buttonDavid Schulz2024-12-161-2/+3
* LanguageClient: Hide LanguageClientOutlineWidgetFactory in .cpphjk2024-12-031-1/+1
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-2/+2
* Utils: Let FilePath::renameFile return an errorMarcus Tillmanns2024-09-121-1/+1
* Utils: Allow FilePath::removeFile to return error reasonMarcus Tillmanns2024-09-101-1/+1
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-111-1/+5
|\
| * LanguageClient: show unreachable servers in the lsp menuDavid Schulz2024-07-101-1/+5
* | Editor: remove TextDocumentManipulatorDavid Schulz2024-07-011-8/+5
* | Editor: reduce complexity of TextDocumentManipulatorDavid Schulz2024-07-011-1/+1
* | Editor: Simplify TextDocumentManipulatorDavid Schulz2024-06-271-2/+2
|/
* TextEditor: Add a convenience overload for RefactoringFile::apply()Christian Kandeler2024-05-241-2/+1
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-071-15/+12
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-261-2/+2
|\
| * LanguageClient: fix compile with latest Qt devDavid Schulz2024-04-251-2/+2
* | Utils: explicitly search the ClientExtras child object by name onlyThiago Macieira2024-04-121-2/+2
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* LanguageClient: Offer to install the bash language serverDavid Schulz2024-01-301-1/+13
* LanguageClient: prepare supporting more npm serversDavid Schulz2024-01-301-106/+113
* LanguageClient: Fix npm installs for newer npm versionsDavid Schulz2024-01-171-14/+30
* LanguageClient: fix compile with Qt 6.2David Schulz2024-01-121-3/+4
* LanguageClient: also check for inherited mime typesDavid Schulz2024-01-111-4/+7
* LanguageClient: auto setup yaml and json lsDavid Schulz2024-01-031-0/+191
* TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-221-2/+0
* TextEditor: Move more code into RefactoringFileChristian Kandeler2023-11-171-8/+3
* LSP: rename Create/Rename/DeleteFile classesDavid Schulz2023-10-091-6/+6
* LSP: add resource operations to the protocol implementationDavid Schulz2023-10-091-11/+64
* Python: Workaround pylsp rename bugDavid Schulz2023-08-221-3/+11
* TextEditor: optimize setting refactor markersDavid Schulz2023-06-131-1/+1
* Utils: move TextPosition/Range to textutilsDavid Schulz2023-05-101-3/+2
* LanguageClient: Tr::trhjk2023-01-201-1/+1
* LanguageClient: Add action to restart client to editor toolbarDavid Schulz2023-01-091-3/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-3/+10
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Editor: add and use editor toolbar outline setterDavid Schulz2022-08-251-9/+6
* LanguageClient: Improve refactoring markersChristian Kandeler2022-05-181-31/+44
* LanguageClient: run quick fix assist on lightbulb clickDavid Schulz2022-05-131-20/+20
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-7/+6
* LanguageClient: pass BaseTextEditor to outline generatorDavid Schulz2022-02-041-2/+3
* LanguageClient: move document symbol support check to clientDavid Schulz2022-02-041-2/+2
* LanguageClient: Indent code coming from the serverChristian Kandeler2022-02-031-4/+9
* Fix a crash when setting up toolbar editor actionsJarek Kobus2021-11-191-51/+60
* LanguageClient: remove unused document checkDavid Schulz2021-06-231-5/+3
* LanguageClient: manually track document versionDavid Schulz2021-06-151-7/+8
* LanguageClient: add snippet parsingDavid Schulz2021-06-101-2/+10
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-1/+1
* LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1