mbien opened a new pull request, #4490:
URL: https://github.com/apache/netbeans/pull/4490
We see users periodically reporting issues for old NB versions (e.g #4477 +
discussion). So I wanted to see if the messaging could be a little bit improved.
It turned out that the exception reporter was a little bit broken, the
message didn't fit into the window and it had no scrollbars, so the user would
only see part of it.
related update to website:
- https://github.com/apache/netbeans-website/pull/603
this PR:
- improved the messages
* emphasized latest release requirement
* switched text to html
* added hyperlinks which open the issue page/log folder (having long URIs
in wrapping/scrolling text is annoying)
- wrapped TextArea of NotifyDescriptor into a ScrollPane
- switched stack trace pane (show details) to TextArea and disabled line
wrap
- slightly larger dimensions for everything

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