summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: use Text::Position instead of LineColumn in textutilsDavid Schulz2023-05-111-4/+4
* Utils: remove OptionalLineColumnDavid Schulz2023-05-111-3/+3
* LanguageClient: Explicitly qualify one QObject::connecthjk2023-05-081-1/+1
* LanguageServer: Use IOptionPage::setWidgetCreator() for settingshjk2023-05-041-67/+50
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
* LanguageClient: Tr::trhjk2023-01-201-21/+18
* Fully qualify Tr::tr calls for the cases where lupdate needs thisAlessandro Portale2023-01-171-1/+1
* Prefix Tr::tr contexts with ::hjk2023-01-131-2/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-3/+8
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageServer: Add tooltip to file patternMarcus Tillmanns2022-12-161-1/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-8/+10
* Python: globalize Python language server settingsDavid Schulz2022-06-101-0/+1
* LanguageClient: fix todoDavid Schulz2022-06-071-2/+7
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-251-0/+1
* LanguageClient: constify createClientDavid Schulz2022-03-211-3/+3
* LanguageClient: rename clientForSetting -> clientsForSettingDavid Schulz2022-03-211-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-2/+1
* LanguageClient: support sorting outline combo box itemsDavid Schulz2022-02-231-0/+18
* Python: add lsp configuration widgetDavid Schulz2022-02-091-0/+51
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-1/+1
* LanguageClient: remove obsolete "New" in add menuDavid Schulz2022-01-181-1/+1
* LanguageClient: mark added settings as changedDavid Schulz2021-12-101-0/+1
* LanguangeClient: Use more FilePathhjk2021-08-311-8/+6
* LSP: Set client working directory to project directoryEike Ziller2021-08-301-2/+10
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-2/+1
* LanguageClient: do not auto-assign documents to all clientsDavid Schulz2021-04-201-0/+1
* Fix lupdate issuesEike Ziller2021-03-221-1/+1
* LanguageClient: make typed settings backwards compatibleDavid Schulz2021-03-051-12/+24
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-1/+4
* JLS: add special java client that can execute jls commandsDavid Schulz2021-02-191-1/+6
* LanguageClient: move capabilities widget to inspectorDavid Schulz2021-02-181-44/+0
* LanguageClient: Add generic way to provide specialized settingsDavid Schulz2021-02-161-15/+53
* LanguageClient: use less magic when changing settingsDavid Schulz2021-01-291-38/+69
* Fix build with newest Qt6Eike Ziller2020-10-301-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-3/+3
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* LanguageClient: Replace QRegexp by QRegularExpressionChristian Stenger2020-06-191-4/+9
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+6
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-111-0/+48
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* LanguageClient: Avoid problems with old settingsChristian Stenger2019-10-261-0/+1
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+23
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-181-0/+7
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+20
* LanguageClient: Fix compileChristian Stenger2019-09-101-1/+1