PavelTurk opened a new issue, #6998:
URL: https://github.com/apache/netbeans/issues/6998
### Description
Recently links are blue in javadoc comments in NB. Example
```
/**
* http://foo.com
*/
public void foo(){}
```
However link colors in javadoc comments (that are grey) mix them with code.
So, when an eye sees something blue in javadoc then the mind asks - why code is
there.
I opened a discusstion about it
(https://github.com/apache/netbeans/discussions/6735) and I was advised to
change link color.
However, this solutions sets URL color for ALL types of files, for example
including markdown files as it is not possible to change URL color only for
Java.
That's why I suggest to add possibility to change URL color for Java or for
concrete language.
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a pull request?
No
--
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