Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Feature Suggestion: Some changes for cbPlugin

(1/1)

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

--- End quote ---

There are valid reasons why you can't instantiate ConfigManager and I doubt this would change in the foreseeable future.

Navigation

[0] Message Index

Go to full version