Usage of External Settings Provider Extension [message #202207] |
Wed, 26 September 2007 08:06 |
Eclipse User |
|
|
|
Originally posted by: nico.naumann.qvitech.de
Hi all,
I am trying to use the external settings provider in order to add
various include paths and symbols to a cproject.
The problem is that the getSettings method of the responsible class
implementing CExternalSettingsProvider is never called. I don't see any
option I might have missed - the class is referenced correctly in the
plugin.xml and it seems that is all I can do...
Would be great if anybody had a hint what might be wrong.
the code:
public class CProjectSettingsProvider extends CExternalSettingProvider{
@Override
public CExternalSetting[] getSettings(IProject project,
ICConfigurationDescription cfg)
// this method is never called
return null;
}
}
|
|
|
Powered by
FUDForum. Page generated in 0.03491 seconds