aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller6 days3-0/+12
|\
| * LanguageClient: Fix loading user defined Language Server settingsDavid Schulz6 days3-0/+12
* | Some QTextCodec related cleanupshjk9 days1-1/+0
* | Utils: Introduce a Utils::TextCodec classhjk2025-05-141-1/+1
* | Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-1/+1
* | Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-2/+1
* | Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-1/+2
|/
* LSP: mark some clients as not activatableDavid Schulz2025-05-067-17/+43
* LanguangeClient: Prevent crash when opening a single filehjk2025-04-301-1/+3
* LanguageClient: Avoid accessing deleted build configDavid Schulz2025-04-291-3/+8
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-298-125/+153
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-2/+2
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-9/+6
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-7/+8
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-1/+3
* qbs build: Set Qt resource properties centrallyChristian Kandeler2025-04-171-2/+0
* Fix warning for ';'Marco Bubke2025-04-152-2/+2
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-3/+3
* Replace most expected_str by Utils::Resulthjk2025-04-111-10/+10
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-112-1/+3
|\
| * LanguageClient: add asserts and early returns for null clientsDavid Schulz2025-04-102-1/+3
* | LanguageClient: Remove qrc fileChristian Kandeler2025-04-113-10/+23
* | ExtensionSystem: Add Type="Script" to configure dependency resolutionMarcus Tillmanns2025-03-251-1/+1
* | Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-244-4/+4
* | Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-212-2/+2
* | QtC: LanguageClient: render details in outline ComboboxDmitrii Akshintsev2025-03-201-0/+4
* | languageclientformatter: prepare for supporting full document formattingSemih Yavuz2025-03-192-50/+181
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-191-1/+6
|\|
| * Type hierarchy: Sort items alphabeticallyJarek Kobus2025-03-171-1/+6
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-051-7/+1
|\|
| * LanguageClient: fix assert when closing a shadow documentDavid Schulz2025-03-051-7/+1
* | ILocator: Make ILocator subclasses finalJarek Kobus2025-03-041-4/+4
* | TaskTree: Introduce SimpleCustomTask helperJarek Kobus2025-02-272-20/+1
* | Icons: Update icons, batch #1Alessandro Portale2025-02-274-0/+0
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-211-10/+12
|\|
| * Lua: Use string_view literals as keys when calling get() and get_or()Marcus Tillmanns2025-02-211-10/+12
* | Merge remote-tracking branch 'origin/16.0'Orgad Shaneh2025-02-114-5/+24
|\|
| * LanguageClient: reset semantic tokens when deactivating documentDavid Schulz2025-02-063-3/+10
| * Lua: Return request id and enable cancel notification for LSP ClientLukasz Papierkowski2025-02-061-2/+14
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-033-2/+21
|\|
| * lsp: add missing case in switchSami Shalayel2025-01-311-0/+2
| * lsp: do not restart servers shutting downSami Shalayel2025-01-303-2/+19
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-01-302-0/+11
|\|
| * LanguageClient: render details in outlineDavid Schulz2025-01-302-0/+11
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-01-283-9/+21
|\|
| * LSP: Notify custom handlers also for non-custom methodsLukasz Papierkowski2025-01-243-9/+21
* | Disable core dumps for the clangd language server child processThiago Macieira2025-01-282-0/+8
|/
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-1/+1
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-143-9/+10