You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I always missed is that warnings are not visualized by a colorful icon. In C++ there are a lot of warnings which have the importance of errors. The user should notice (and handle) them very seriously. But BuildVision gives him only a very tiny number in a column. You can easily overlook it. I would like to see a yellow icon instead of the green checkmark on the left side of each project which tells me "Hey, you have warnings! Look at them!".
The text was updated successfully, but these errors were encountered:
Since this is the suggestions that most users will benefit from I will see if we can get this into the next release.
So basically I think it is better to integrate this as Opt-Out so it is enabled per default and the user can disable it if someone likes the illusion of the green check mark better and ignore these errors ;)
In the end, it should look similar to this:
Maybe someone got a better icon for this? Probably something that fits better to the other two icons
I will see if I can come up with something that makes more sense and looks better.
One thing I always missed is that warnings are not visualized by a colorful icon. In C++ there are a lot of warnings which have the importance of errors. The user should notice (and handle) them very seriously. But BuildVision gives him only a very tiny number in a column. You can easily overlook it. I would like to see a yellow icon instead of the green checkmark on the left side of each project which tells me "Hey, you have warnings! Look at them!".
The text was updated successfully, but these errors were encountered: