aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* LanguageClientManager: Relax check for projectSami Shalayel6 days1-1/+1
* LanguageClient: simplify turning Text::Range to QTextCursorDavid Schulz7 days1-9/+2
* LanguageClient: guard client access when handling refactoringsDavid Schulz7 days1-3/+5
* LanguageClient: improve text position conversionDavid Schulz7 days2-5/+5
* Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()hjk10 days1-2/+2
* LanguageClientManager: stop leaking unrelated files to clientsSami Shalayel10 days2-9/+12
* LanguageClientManager: split documentOpened in two methodsSami Shalayel10 days2-32/+41
* LanguageClientManager: use switch case for documentOpenedSami Shalayel10 days1-4/+14
* LanguageClient: make client names uniqueSami Shalayel10 days1-2/+7
* LSP: Remove unused attributeBjörn Schäpers12 days1-1/+0
* Merge remote-tracking branch 'origin/17.0'Eike Ziller13 days1-6/+1
|\
| * ProjectExplorer: Add ProjectManager::aboutToRemoveBuildConfiguration()Christian Kandeler2025-06-101-6/+1
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-06-044-27/+35
|\|
| * LanguageClient: Avoid accessing deleted hover handlerDavid Schulz2025-05-281-12/+12
| * LanguageClient: make deactivateEditor a standalone functionDavid Schulz2025-05-282-9/+17
| * LanguageClient: rename Client::activeClient -> activatableDavid Schulz2025-05-284-6/+6
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-223-0/+12
|\|
| * LanguageClient: Fix loading user defined Language Server settingsDavid Schulz2025-05-223-0/+12
* | Some QTextCodec related cleanupshjk2025-05-191-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