Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Implement CodeChecker Configuration fallback capability #63

Closed Locutus18 closed 8 years ago

Locutus18 commented 8 years ago

Fixes #62

whisperity commented 8 years ago

It seems this works flawlessly across many test combinations.

A slight notice, though: the Global configuration's name should be just CodeChecker (like in Project configuration) instead of CodeChecker Configuration.


Though you should investigate a little in terms of how the GUI is rendered: the visual style does not really match the concept of "disabled controls" — i.e. it should be grey (in the usual default system themes) when something is disabled.