summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* LanguageClient: Rename logger -> inspectorDavid Schulz2021-02-151-2/+2
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-2/+2
* Use QHash instead of QMap when key is a pointer typeJarek Kobus2020-11-171-2/+2
* Even more Qt6 portinghjk2020-06-231-1/+2
* LSP: Fix TextDocumentEdit member nameDavid Schulz2020-06-121-3/+3
* LSP: Robustify open documentsDavid Schulz2020-05-141-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+3
* LanguageClient: outline combo box for editor toolbarDavid Schulz2020-01-311-0/+23
* LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-041-9/+9
* LanguageClient: fix memory leakDavid Schulz2019-10-291-0/+1
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-2/+2
* LanguageClient: make client selector exclusiveDavid Schulz2019-09-261-9/+20
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-3/+3
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-2/+2
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-16/+21
* LanguageClient: Fix icon cacheChristian Stenger2019-05-141-1/+1
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+41
* LanguageClient: show icon with assigned server names in toolbarDavid Schulz2019-04-031-0/+45
* TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-131-5/+6
* move text document for file path convenience functionDavid Schulz2019-02-141-12/+6
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-3/+3
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-4/+159
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-251-0/+38