OneMoreGres / qtc-cppcheck

Qt Creator Cppcheck integration plugin [deprecated]
MIT License
126 stars 37 forks source link

Use Show Binary Output checkbox to control quiet (-q) flag usage. #10

Closed dalemarchand closed 9 years ago

dalemarchand commented 9 years ago

Check the showBinaryOutput_ state before passing cppcheck the -q (quiet) flag. If binary output is selected, do not pass the -q flag, so that the user gets decent progress output from cppcheck. If binary output is not selected, pass the -q flag.

OneMoreGres commented 9 years ago

Hi. Almost merged it, but then i saw cppcheck's output and decided to remove -q at all :) Now it helps to fill checking progress bar. I'll rebuild plugin later, after some more changes (mb not soon).