Chris2011 commented on issue #7961:
URL: https://github.com/apache/netbeans/issues/7961#issuecomment-2543929019

   The thing here is that it happens in strings and special chars in strings 
like - and . should be delimiters like camelCaseNavigation also. This should be 
configurable IMHO for each lang. Some examples:
   
   const foo = "#foo_bar" -> double click bar, whole string is selected
   const foo2 = ".foo.bar" -> double click bar, just bar is selected, double 
click foo, just foo is selected
   const foo3 = "foo.bar" -> same as foo2, and also double click . is selecting 
just .
   const foo4 = "foo_bar" -> double click bar, whole string is selected
   const foo5 = ".bar-baz" -> double click baz, just buz is selected
   const foo6 = "fooBarBaz" -> double click Bar, whole string is selected.
   const foo7 = "fooBar Baz" -> double click foo, fooBar is selected.
   


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