ipodipad / cppcheclipse

Automatically exported from code.google.com/p/cppcheclipse
0 stars 0 forks source link

can't configure wrapper script for cppcheck in preferences #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in eclipse try to change Window/Preferences/C/C++/cppcheclipse entry 
"cppcheck binary path" but not to the "real" cppcheck binary, but a wrapper 
script instead.

What is the expected output? What do you see instead? Please provide output
of the console view of cppcheclipse as well as the Eclipse error log.

The plugin doesn't allow to select a wrapper script.

What version of the cppcheclipse, cppcheck, Eclipse and Java are you using?
On what operating system?

RedHat Linux 6.2, eclipse 4.2 (juno), jdk1.7.0_05, cppcheck 1.61

Please provide any additional information below.

I would like to use the wrapper script to enable/disable cmdline option 
--suppressions <file> depending on existence of optional "standard" 
suppressions.cppcheck file per directory for specific disablement of warnings. 
A wrapper script could be used for other kind of "flavoring" as well.

Original issue reported on code.google.com by Frank...@gmail.com on 13 Aug 2013 at 6:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
cppcheclipse allows you to select a wrapper script. Just make sure that both 
cppcheck --errorlist and cppcheck --version are supported by that script as 
well (i.e. it should just call the original binary in those cases).

Original comment by konra...@gmx.de on 19 Dec 2013 at 4:26

GoogleCodeExporter commented 8 years ago

Original comment by konra...@gmx.de on 19 Dec 2013 at 4:26