mbien opened a new pull request #3876:
URL: https://github.com/apache/netbeans/pull/3876
proposal to remove some of the in-editor links to their template files.
Some templates, specifically in the code snippet category, are unlikely to
be ever edited by the user - except for the lone purpose of removing the
comment with the link.
example:
```java
List.of(1,2,3).sort((o1, o2) -> {
return 0; // Generated from
nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/LambdaBody
});
```
It is unlikely that the user will ever want to change the template for a
lambda body, since there is simply not a lot to change. I think a better
default would be to not have a link, the templates can be still found via Tools
-> Templates.
links are removed from: GeneratedMethodBody, LambdaBody and
OverriddenMethodBody
I found also a bug in the URL highlighter, it adds the ')' to the url which
creates an invalid link. Does anyone know where the code for that is?
--
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