Author Topic: linux sharedlib wizzard extension for c++  (Read 4859 times)

Offline DoMeN

  • Multiple posting newcomer
  • *
  • Posts: 66
linux sharedlib wizzard extension for c++
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: linux sharedlib wizzard extension for c++
« Reply #1 on: December 17, 2009, 02:09:58 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline DoMeN

  • Multiple posting newcomer
  • *
  • Posts: 66
Re: linux sharedlib wizzard extension for c++
« Reply #2 on: December 17, 2009, 02:41:34 pm »
Thanks for the answer. Didn't know how this is handled.