neilcsmith-net commented on code in PR #8798:
URL: https://github.com/apache/netbeans/pull/8798#discussion_r2340333090
##########
ide/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml:
##########
@@ -130,6 +130,14 @@
</folder>
</folder>
+ <folder name="Favorites">
+ <file name="NetBeansProjects.shadow">
Review Comment:
The lines -
https://github.com/apache/netbeans/blob/d10bf812d744914b323ab01d5266bf4e836de602/platform/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java#L499
https://github.com/apache/netbeans/blob/d10bf812d744914b323ab01d5266bf4e836de602/platform/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java#L515
changed to
```java
String name = super.getDisplayName();
```
should do this. Pros and cons, although matching the value of
https://github.com/apache/netbeans/blob/d10bf812d744914b323ab01d5266bf4e836de602/ide/projectui/src/org/netbeans/modules/project/ui/Bundle.properties#L208
would be desirable for platform apps.
--
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