CppCheck while typing

CodeLite installation/troubleshooting forum
hydren
CodeLite Curious
Posts: 7
Joined: Mon Aug 13, 2012 5:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

CppCheck while typing

Post 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... :|
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CppCheck while typing

Post 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
Make sure you have read the HOW TO POST thread
hydren
CodeLite Curious
Posts: 7
Joined: Mon Aug 13, 2012 5:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CppCheck while typing

Post by hydren »

Feature request added! :D
hydren
CodeLite Curious
Posts: 7
Joined: Mon Aug 13, 2012 5:57 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CppCheck while typing

Post 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. ;)
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: CppCheck while typing

Post 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
Post Reply