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

codechecker configuration should be moved to global configuration #24

Closed dkrupp closed 8 years ago

dkrupp commented 8 years ago

Currently codechecker configuration is in the project specific settings. However codechecker paths are not project specific.

Move the configuration options under Window/Preferences/CodeChecker

dutow commented 8 years ago

Instead of just moving the configuration into the global preferences, it would be better to follow the usual eclipse configuration layers with three levels (global, workspace, project), it adds little extra to the implementation complexity.

dkrupp commented 8 years ago

You are right. anyway, when we will add checker configuration, the user might want to customize it per project

whisperity commented 8 years ago

It seems I've duped this issue in #62, implemented by #63.