Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: DoMeN on December 17, 2009, 01:58:24 pm
-
Hy, I have a stupid question...
I've created a patch that changes the sharedlib wizzard so that you can choose between c ( default ) and c++ ( needed for e.g. to write a boost.python shared library ):
http://developer.berlios.de/patch/?func=detailpatch&patch_id=2861&group_id=5358
Since this is only a refinement I should've added it to category Category: Plugin::Refinement but I slipped and chose Category: Plugin::FeatureAdd and noticed that only after submitting the patch. I guess that it's no such a big deal but still is there a way to change category after submission to BerliOS?
Thanks.
Regards,
Domen
-
is there a way to change category after submission to BerliOS?
No, only developer/admins can do that (which I will do whenever BerliOS is back online). The reason is simple: The developer (admin) shall have the last word upon the category.
-
Thanks for the answer. Didn't know how this is handled.