News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Feature Request - Class Wizard

Started by iimehl, February 26, 2014, 06:16:08 AM

Previous topic - Next topic

iimehl

Hi,

I hope this is the right spot to post a feature request.

It would be nice to be able to specify the name space in the class wizard and have it generate source and header files accordingly.

Cheers
john

BlueHazzard

#1
what is a "name space"?

greetings

[EDIT] AAAAA namespace ... you can modify the wizard script and add your own template code there. Right click in the wizard and edit script...

iimehl

Click right where ? I clicked pretty much everywhere on the dialog and nothing happens.

It also seems namespaces are such a common thing it should be included in the class wizard by default

BlueHazzard

sorry i misinterpreted your post. I thought you mean the "script" wizard, not the class wizard.

Sorry, but at the moment the class wizard has no such feature... but it would be easy to implement it. Patches welcome ;)

greetings

iimehl

Turns out the class wizard supports namespaces. One specifies the namespace with the class name,i.e. foo::Bar  for namespace foo class Bar