Author |
Topic |
|
tony.riviere
Ketchup Master
France
58 Posts |
Posted - Jul 20 2017 : 10:14:56 AM
|
Hello,
it would be interesting to have the syntax coloration available for the Output window in case of compilation errors or even link errors. Since it can be quite verbose especially with template errors, it would be more readable to have coloration.
Thanks. |
|
feline
Whole Tomato Software
United Kingdom
19010 Posts |
Posted - Jul 20 2017 : 11:54:14 AM
|
Have you tried turning on:
VA Options -> Highlighting -> Highlight solution file paths in build output window (C/C++)
this will help a bit.
Beyond this, are you familiar with the Error window? I have never worked out why the IDE seems to bury this window, but it is designed to show you the build errors and warnings.
find it via: IDE View menu -> Other Windows -> Error List
or IDE View menu -> Error List
|
zen is the art of being at one with the two'ness |
|
|
tony.riviere
Ketchup Master
France
58 Posts |
Posted - Jul 21 2017 : 04:23:57 AM
|
I use both Error List & Output windows when looking at compilation errors.
I agree Error List is sufficient most of the time for "small" errors (missing ';', etc...). And for those kind of errors, the syntax coloration would be a plus but not a must have.
However, when it comes to template errors, the Error List isn't sufficient anymore because it shows only the first line of the error, but not its context (the callers). In such case, we have to go through the Output window and read the dozens of lines of errors. Here the syntax coloration would be really helpful for better readability.
"Highlight solution file paths in build output window" is turned on by default and yes it helps.
Since you talk about the Error List, may I extend the feature request to have syntax coloration in Error List too? |
|
|
feline
Whole Tomato Software
United Kingdom
19010 Posts |
|
|
Topic |
|