-
Notifications
You must be signed in to change notification settings - Fork 13
Support for global configuration #100
Comments
What about the pluggin_customization.ini |
Could not get it working even providing global customization file via -pluginCustomization /tmp/cppcheclipse.ini:
Also any modifications made to global prefs file (<IDE_ROOT>/configuration/.settings/com.googlecode.cppcheclipse.core.prefs) have no effect (except binaryPath and automaticUpdateCheck values):
|
These are my customizations inside the
And I can setup more things here, I keep it in the same folder as the
It works very reliably for me. I do not have to add any arguments to the eclipse binary, just run the binary. Check if in your case the eclipse.ini is not overriding your arguments with its own. |
Currently all cppcheclipse settings (except binaryPath) are in 'disabled' state by default. So when user creates every new Workspace, he gets clean configuration in Window->Preferences->C++->cppcheclipse->Settings panel. There's no way to set them to some alternate default state for new Workspaces, because all changes that can be made here will be immediately saved in current workspace's preferences, and you have to reconfigure'em every time 'from scratch'. It would be nice to have possibility to save their default values to configuration/.settings/com.googlecode.cppcheclipse.core.prefs (just like binaryPath variable) with some buttons like e.g. 'save defaults' and 'load defaults', or (maybe even better) to add checkbox like 'load defaults for new workspaces' at main settings screen (Window->Preferences->C++->cppcheclipse)
The text was updated successfully, but these errors were encountered: