Hello,All!
I started the development of a simpe moddeling plug-in with using wxSF library. 

And I have changed some classes in C::B. 
Probably, these changes can be enterred into an official code?
My changes:
  *Move ConfigManager::ConfigManager(TiXmlElement* r)  to public (or protected) section (for using with GetExtensionsNode in ProjectFile);
  *Enbable opening project file without loading compiller plugin;
Probably it will be useful in the future: 
  +Additional configuration panel for files;
    Eaxample: virtual cbConfigurationPanel* cbPlugin::GetProjectFileConfigurationPanel(wxWindow* parent, cbProject* project, ProjectFile *file);
  +Add edit contrl for "host application" property in cpProject (for configuration panel);