junichi11 commented on code in PR #8227:
URL: https://github.com/apache/netbeans/pull/8227#discussion_r1948137829
##########
php/php.editor/src/org/netbeans/modules/php/editor/csl/NavigatorScanner.java:
##########
@@ -621,6 +634,13 @@ public String getHtml(HtmlFormatter formatter) {
return formatter.getText();
}
+ @Override
+ public boolean isCollapsedByDefault() {
+ // CSL has a bug
+ // if "Show inherited members" filter button is clicked, all nodes
are expanded...
+ return true;
+ }
Review Comment:
I think fields should be collapsed by default. However, there is a bug
currently:

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