Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: nitro 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);
-
*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.