vieiro commented on PR #5764: URL: https://github.com/apache/netbeans/pull/5764#issuecomment-1495657787
> > So let's merge this as is and let's investigate if it's good idea to add terminal support for Rust in the future. > > Sure! In fact, didn't realise we had that terminal support already - it wasn't what I meant, although had been thinking of benefit of this for something else. I meant that the normal execution IO will handle some ANSI escape colouring ( [here I think](https://github.com/apache/netbeans/blob/master/platform/core.output2/src/org/netbeans/core/output2/OutWriter.java#L606) )- didn't realise until looking at #5552 - I just wondered if passing `--color` actually works? D'oh! I didn't know we were acknowledging ANSI coloring in Output window! It does indeed work (but with poor results on white background, of course). Attaching a screenshot when invoking "cargo build --color=always".. So let me give it some thought during the following days. We may end up with some nicer result after all.  -- 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
