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 cddac02514 Merge pull request #7716 from jGauravGupta/FISH-9443
add 1d5453f105 lsp.client: mark occurrences sidebar and make occurrences
highlighting configurable
new c7da182e1e Merge pull request #7807 from
matthiasblaesing/lsp_mark_provider
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/nbproject/project.xml | 9 ++
.../lsp/client/bindings/MarkOccurrences.java | 71 +++++---
.../client/bindings/OccurrencesMarkProvider.java | 127 +++++++++++++++
.../bindings/OccurrencesMarkProviderCreator.java | 38 +++++
.../TextDocumentSyncServerCapabilityHandler.java | 1 +
.../src/org/netbeans/modules/lsp/client/layer.xml | 20 +++
.../modules/lsp/client/options/Bundle.properties | 7 +
.../MarkOccurencesOptionsPanelController.java | 82 ++++++++++
.../lsp/client/options/MarkOccurencesPanel.form | 97 +++++++++++
.../lsp/client/options/MarkOccurencesPanel.java | 180 +++++++++++++++++++++
.../lsp/client/options/MarkOccurencesSettings.java | 40 +++++
.../options/MarkOccurencesSettingsNames.java | 28 ++++
12 files changed, 681 insertions(+), 19 deletions(-)
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/OccurrencesMarkProvider.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/OccurrencesMarkProviderCreator.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MarkOccurencesOptionsPanelController.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MarkOccurencesPanel.form
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MarkOccurencesPanel.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MarkOccurencesSettings.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MarkOccurencesSettingsNames.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