This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 37bdd47fdb Replace various instances of 'new ImageIcon' with
ImageUtilities.image2Icon in the platform module. This preserves HiDPI icons
(e.g. SVG icons loaded by ImageUtilities) where relevant.
add 4eefcbefe8 Revert "Removing TOOLTIP_QUERY_TYPE support for now"
add aa3a674951 Revert "Only avoid bridging to LSP API when a provider is
registered explictly for given MIME type"
add 4b6cc79264 Revert "Make sure completion in TypeScript files continues
to work"
add 12b0b3d91a Revert "Avoid bridging to LSP API when there is real
CompletionProvider registered"
add 9ef91b6512 Revert "Let lsp.client display completions provided by
CompletionCollector"
new 7b16173391 Merge pull request #7528 from matthiasblaesing/revert_7505
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:
.../client/bindings/AbstractCompletionItem.java | 220 ---------------------
.../client/bindings/CompletionProviderImpl.java | 199 ++++++++++++++++++-
.../modules/lsp/client/bindings/Icons.java | 2 +-
.../lsp/client/bindings/LspCompletionItem.java | 138 -------------
.../client/bindings/LspCompletionProviderImpl.java | 177 -----------------
5 files changed, 190 insertions(+), 546 deletions(-)
delete mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/AbstractCompletionItem.java
delete mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspCompletionItem.java
delete mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspCompletionProviderImpl.java
---------------------------------------------------------------------
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