The 2024 Wheel Reinvention Jam is in 16 days. September 23-29, 2024. More info

Cargo/Devenv coloured build panel

I have seen some basic syntax highlighting in the build panel using cl.exe but with devenv or rust's cargo there seems to be no support for output syntax highlighting. Is this something I could add with the super version, or is it only possible for Allen to implement? Some colour to the output would be nice
As far as I know there is no syntax highlighting in the build panel. There is a way to add your own keywords in the super version, but I don't thing it would work well with the compile output.

Edited by Simon Anciaux on
The situation right now is that you could set your build buffer to be treated as "code" which basically means it is parsed and syntax highlighted. Then you can set the "language" of the build buffer which allows you to control keywords. This is all assuming you have the "super" customization system.

It is on the to-do-list to make fully custom syntax highlighting systems where you can just parse the text yourself and assign colors to words.