Page 1 of 1

CppCheck while typing

Posted: Mon Aug 13, 2012 8:30 pm
by hydren
Also, is there a way to make the CppCheck plugin parse the currently editing file as you type (something like eclipse does), or to make it more "accessible", like a keyboard shortcut or a quick interface button? Having to change to explorer tab and right clicking the file to cppcheck is tiring... :|

Re: CppCheck while typing

Posted: Mon Aug 13, 2012 8:41 pm
by eranif
hydren wrote:Also, is there a way to make the CppCheck plugin parse the currently editing file as you type (something like eclipse does), or to make it more "accessible", like a keyboard shortcut or a quick interface button? Having to change to explorer tab and right clicking the file to cppcheck is tiring...
Nope - you can't
Please submit a feature request

Eran

Re: CppCheck while typing

Posted: Mon Aug 13, 2012 9:01 pm
by hydren
Feature request added! :D

Re: CppCheck while typing

Posted: Mon Aug 13, 2012 9:08 pm
by hydren
Is it impossible even by using the "External Tools"? Maybe configuring it somehow. With that, we would have a quick button to CppCheck. ;)

Re: CppCheck while typing

Posted: Tue Aug 14, 2012 1:34 pm
by DavidGH
Hi,
Having to change to explorer tab and right clicking the file to cppcheck is tiring
Just to mention that, since r5607, you can access cppcheck from the editor context-menu too. That will save you at least one mouse-click ;) .

Regards,

David