stilgarwolf commented on issue #8618:
URL: https://github.com/apache/netbeans/issues/8618#issuecomment-4490018503

   I think another option is needed to show unprintable characters in string 
constants.
   
   A situation I encountered today: what in editor appears as
   
          "generate".equals("generate");
   
   returns false because one of them is, in fact, "generate" 
   In the editor it should have appeared
   
          "generate".equals("generate");
   
   
   


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

Reply via email to