News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Feature Suggestion: Some changes for cbPlugin

Started by nitro, May 22, 2008, 07:50:27 PM

Previous topic - Next topic

nitro

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);



mandrav

Quote from: nitro on May 22, 2008, 07:50:27 PM
  *Move ConfigManager::ConfigManager(TiXmlElement* r)  to public (or protected) section (for using with GetExtensionsNode in ProjectFile);

There are valid reasons why you can't instantiate ConfigManager and I doubt this would change in the foreseeable future.
Be patient!
This bug will be fixed soon...