This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit c7da182e1e43788495cb8035c3e12976acff8dcc
Merge: cddac02514 1d5453f105
Author: Matthias Bläsing <[email protected]>
AuthorDate: Fri Oct 18 19:24:11 2024 +0200

    Merge pull request #7807 from matthiasblaesing/lsp_mark_provider
    
    lsp.client: mark occurrences sidebar and make occurrences highlighting 
configurable

 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(-)


---------------------------------------------------------------------
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

Reply via email to