News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

linux sharedlib wizzard extension for c++

Started by DoMeN, December 17, 2009, 01:58:24 PM

Previous topic - Next topic

DoMeN

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

MortenMacFly

Quote from: DoMeN on December 17, 2009, 01:58:24 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

DoMeN

Thanks for the answer. Didn't know how this is handled.