-
New Feature
-
Resolution: Fixed
-
Minor
-
-
5.0.0-beta2
I use gnu make + gcc for building both my unit tests and my actual project, and use the warnings plugin to keep track of warnings for both. However, this does not function properly, because:
A) The name of the warnings trend etc is the same for both, so I can't see which is which
B) Although two instances of a trend graph is shown, the same content is shown in both. Probably because of naming confusion.
The fix for these issues I think would be valuable also for those who don't need multiple instances of the same parser:
Allow the user to give the parser a custom name. This way, instead of seeing the somewhat cryptic "Gnu make and GCC warnings", I could see something like "Myprojectname build warnings", or whatever I would like.