This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 6269e3011ab Merge pull request #9244 from mbien/toml-yaml-templates
add d08daa75b64 lsp.client: Add the ability to customize the language id
resolving of an LSP
add a072a35e62a Typescript: Support resolving of typescript with embedded
react templates (TSX)
new 20be5f8ee20 Merge pull request #9238 from
matthiasblaesing/lsp-languageid-resolver
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ide/lsp.client/apichanges.xml | 28 +++
.../netbeans/modules/lsp/client/LSPBindings.java | 21 +-
.../lsp/client/LanguageServerProviderAccessor.java | 2 +
.../TextDocumentSyncServerCapabilityHandler.java | 9 +-
.../modules/lsp/client/options/Bundle.properties | 2 +
.../lsp/client/options/GenericLanguageServer.java | 14 +-
.../client/options/LanguageDescriptionPanel.form | 224 ++++++++++---------
.../client/options/LanguageDescriptionPanel.java | 240 ++++++++++++++-------
.../lsp/client/options/LanguageServersPanel.java | 2 +-
.../lsp/client/options/LanguageStorage.java | 8 +-
.../lsp/client/spi/LanguageIdResolver.java} | 32 +--
.../lsp/client/spi/LanguageServerProvider.java | 35 ++-
.../lsp/client/options/LanguageStorageTest.java | 4 +-
.../editor/TypeScriptDataObjectDataObject.java | 2 +-
.../modules/typescript/editor/TypeScriptLSP.java | 17 +-
15 files changed, 433 insertions(+), 207 deletions(-)
copy
ide/{parsing.lucene/src/org/netbeans/modules/parsing/lucene/support/IndexReaderInjection.java
=> lsp.client/src/org/netbeans/modules/lsp/client/spi/LanguageIdResolver.java}
(52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists