sdedic commented on a change in pull request #3459: URL: https://github.com/apache/netbeans/pull/3459#discussion_r785323223
########## File path: java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/uimanager-icons.properties ########## @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# This file lists icons to be replaced by URL-loaded images. +# The format is j.u.Properties; if value is missing, the key will be prefixed +# with org/netbeans/modules/nbcode/integration/resources/uidefaults/, suffix +# .png. If the value is present, it must be the full path to the resource incl. +# extension, that can be loaded by ImageUtilities.loadImage. +# +# Buildscript will automatically create stub resources for keys without value. + +CheckBox.icon +ComboBox.icon +ETableHeader.ascendingIcon +ETableHeader.descendingIcon +FileChooser.homeFolderIcon +FileChooser.newFolderIcon +FileChooser.upFolderIcon +Menu.arrowIcon +MSG_WaitScan +nb.bigclose.tab.icon.enabled.icon +nb.bigclose.tab.icon.pressed.icon +nb.bigclose.tab.icon.rollover.icon +nb.close.tab.icon.enabled.icon +nb.close.tab.icon.pressed.icon +nb.close.tab.icon.rollover.icon +nb.multitabs.button.dropdown.icon +nb.multitabs.button.left.icon +nb.multitabs.button.maximize.icon +nb.multitabs.button.right.icon +nb.popupswitcher.closebutton.defaultIcon +nb.popupswitcher.closebutton.rolloverIcon +nb.tabcontrol.busy.icon.normal +nb.tabcontrol.busy.icon.selected +OptionPane.informationIcon +OptionPane.warningIcon +PropSheet.customButtonIcon +RadioButton.icon +Table.columnSelection +ToolBar.handleIcon +Nb.Explorer.Folder.icon +Nb.Explorer.Folder.openedIcon +Tree.gtk_collapsedIcon +Tree.gtk_expandedIcon +Tree.closedIcon=org/netbeans/modules/nbcode/integration/resources/uidefaults/Tree.closedIcon.png Review comment: They might show. Pls. suggest the more appropriate ones - I'll change them when I incorporate SVG support into the LSP protocol. From the (current) vscode release's (12.6.301, 13.0) perspective, these are just placeholders. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
