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.
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).
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.