I mainly write c++ code and one of my build system is “make and run”. I notice all the texts are in the same color. Can I set them to be different color? Moreover, can I set the color for different type of texts? Like red for error, yellow for warning etc.
Can you guys enable to set the console output with different color for build and run etc?
mg979
#2
You can look at this:
If you also want to assign a syntax to the panel, add
v.settings().set('color_scheme', your_scheme)
below
if v:
v.settings().set('margin', 5)
And you should change the color scheme used in BuildToView command to one of your liking.
0 Likes