Author Topic: Feature Suggestion: Some changes for cbPlugin  (Read 3806 times)

nitro

  • Guest
Feature Suggestion: Some changes for cbPlugin
« on: May 22, 2008, 07:50:27 pm »
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);



Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Feature Suggestion: Some changes for cbPlugin
« Reply #1 on: May 22, 2008, 09:05:56 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...