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

sdedic pushed a change to branch vsnetbeans_preview_1263
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 806b0ef  Merge pull request #3434 from MartinBalin/vsix_12.6.301_docs
     add 6abd60d  Support URIs for images, i.e. images from UIDefaults.
     add 9511922  Added URI metadata to images from UIDefaults.
     add 0c38d11  Explicitly mark physical files the client can see.
     add 95c7849  Send image URI on the protocol.
     add e4d65f8  Allow to match and replace icons based on icon+node data.
     add cae803b  Licenses fixed.
     new eb81b6b  Merge branch 'vscode/redefined-icons' into 
vsnetbeans_preview_1263

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:
 java/java.lsp.server/arch.xml                      |   1 +
 java/java.lsp.server/licenseinfo.xml               |   6 +-
 .../nbcode/integration/nbproject/project.xml       |  26 +-
 .../nbcode/integration/UIDefaultsIconMetadata.java | 359 +++++++++++++++++++++
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/explorer/DefaultDecorationsImpl.java    |   4 +-
 .../modules/java/lsp/server/explorer/TreeItem.java |  22 +-
 .../java/lsp/server/explorer/TreeNodeRegistry.java |  34 ++
 .../lsp/server/explorer/TreeNodeRegistryImpl.java  |  25 +-
 .../java/lsp/server/explorer/TreeViewProvider.java |  38 +++
 .../java/lsp/server/explorer/api/TreeItemData.java |   2 +-
 java/java.lsp.server/vscode/package.json           |  73 ++++-
 .../vscode/schemas/package.schema.json             |  42 +++
 java/java.lsp.server/vscode/src/explorer.ts        | 195 ++++++++++-
 java/java.lsp.server/vscode/src/protocol.ts        |   4 +
 platform/openide.util.ui/arch.xml                  |  12 +
 platform/openide.util.ui/manifest.mf               |   2 +-
 .../src/org/openide/util/ImageUtilities.java       | 131 ++++++--
 .../src/org/openide/util/ImageUtilitiesTest.java   |  73 +++++
 19 files changed, 996 insertions(+), 55 deletions(-)
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/UIDefaultsIconMetadata.java
 create mode 100644 java/java.lsp.server/vscode/schemas/package.schema.json

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