aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/languageserverprotocol
Commit message (Expand)AuthorAgeFilesLines
* LSP: Simplify encoding related code a bithjk8 days1-4/+2
* LanguageServer: Simplify BaseMessage::operator==()hjk2025-06-181-11/+1
* LanguageServer: Reduce use of (Q)TextCodechjk2025-06-183-27/+24
* LanguageServer: Use Utils::TextCodec instead of QTextCodechjk2025-05-193-24/+29
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* LanguageServerProtocol: Replace two uses of FilePath::toUrlishString()hjk2025-03-141-3/+3
* LSP: add swift mime typeDavid Schulz2025-03-111-0/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* LSP: Add Diagnostic.CodeDescription to the protocol implementationDavid Schulz2024-10-222-0/+19
* LSP: Drop use of QVectorhjk2024-08-022-3/+1
* LSP: Fix MarkedString fromJsonMarcus Tillmanns2024-06-123-1/+10
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-078-35/+40
* LSP: Add type hierarchy supportChristian Kandeler2024-03-158-0/+150
* LSP: Implement SymbolTag supportChristian Kandeler2024-03-127-1/+78
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-063-4/+4
|\
| * LSP: fix placeholder keyDavid Schulz2024-03-051-1/+1
| * LSP: Fix missing icons in call hierarchyChristian Kandeler2024-03-042-3/+3
* | Remove unneeded version checksEike Ziller2024-03-041-15/+0
|/
* Diagnostics: Remove unused headerJarek Kobus2024-02-051-1/+0
* LSP: fix compile with Qt 6.2David Schulz2024-01-122-18/+20
* LSP: Fix building with Qt less than 6.4Christian Stenger2024-01-092-0/+14
* LSP: Avoid running strlen() on json keyshjk2023-12-187-265/+270
* LSP: rename Create/Rename/DeleteFile classesDavid Schulz2023-10-092-20/+20
* LSP: add resource operations to the protocol implementationDavid Schulz2023-10-095-9/+246
* qbs build: Remove unneeded Project itemsChristian Kandeler2023-09-141-50/+46
* LanguageServerProtocol: allow RegistrationOptions in definitionProviderDavid Schulz2023-09-072-7/+23
* LSP: Fix compilation with Qt 6.2.4Marcus Tillmanns2023-09-052-8/+8
* LanguageClient: send out empty workspace configurationsDavid Schulz2023-08-221-2/+2
* LanguageClient: Fix ConfigurationItem scopeUri typeDavid Schulz2023-08-222-2/+9
* LanguageServer: Compile fix for Qt 6.2hjk2023-08-152-7/+7
* LSP: Use 8-bit keys in Json wrapperhjk2023-08-157-257/+258
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* LSP: remove unused functionsDavid Schulz2023-07-032-10/+0
* Tr: Various small fixesEike Ziller2023-05-261-2/+1
* LSP: Fix Range(QTextCursor &) constructorDavid Schulz2023-05-251-2/+2
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-3/+3
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-293-0/+19
* LanguageClient: Introduce ClientRequestTaskDavid Schulz2023-03-212-1/+2
* Merge remote-tracking branch 'origin/10.0'Orgad Shaneh2023-02-142-4/+4
|\
| * Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-4/+4
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-101-3/+4
|\|
| * Translations: Use QCoreApplication::translate() instead of tr()Alessandro Portale2023-02-091-4/+4
| * Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-3/+4
* | LanguageClient: Export LanguageClientOutlineItemChristian Kandeler2023-02-071-1/+0
|/
* Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* LanguageServerProtocol: Tr::trAlessandro Portale2023-01-245-21/+17
* LSP: implement call hierarchyDavid Schulz2023-01-118-0/+177
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-1038-38/+38
* LanguageServerProtocol: Fix compileChristian Stenger2023-01-091-3/+3
* LSP: Make hash and debug operator hidden friendshjk2023-01-061-14/+14