You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/19 09:06:56 UTC

[GitHub] [netbeans] junichi11 commented on a diff in pull request #4653: Change HTML NavigatorStructureItem class=myclass to .myclass and id=myid to #id to reduce noise

junichi11 commented on code in PR #4653:
URL: https://github.com/apache/netbeans/pull/4653#discussion_r974024367


##########
ide/html.editor/src/org/netbeans/modules/html/editor/gsf/HtmlStructureItem.java:
##########
@@ -91,13 +91,13 @@ public String getSortText() {
     public String getHtml(HtmlFormatter formatter) {
         formatter.appendHtml(getName());
         if (idAttributeValue != null) {
-            formatter.appendHtml("&nbsp;<font color=808080>id=");
+            formatter.appendHtml("&nbsp;<font color=808080>#");

Review Comment:
   Nitpic: should add `NOI18N` like the below.



-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists