URLs in the output window are improperly converted to hyperlinks #164
Labels
Comments
The API I currently use for the output window only has method to print a whole line as an URL only. I will have to look at how it is done in other project types (altough it might not be trivial to change the API I use because I share the output window handling in a public API). |
See IOColorPrint: |
Thanks, I'll try this out. |
Thank you for quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a line of output has a URL, the entire line is made into a link instead of just the URL portion.
This makes the output more difficult to read in some cases.
e.g. try this:
I had submitted this as a NetBeans issue, not realizing it depended on the project type.
https://netbeans.org/bugzilla/show_bug.cgi?id=247652
The text was updated successfully, but these errors were encountered: