Hi,
I like CodeLite and I think is a very promising IDE, sure better than more of the opensoruce IDE we can download today.
This is my first participation on an opensource project so please be patient.
I usually use Eclipse with CDT(but I am switching to CodeLite), this IDE allow to insert the namespace when creating a class using the new class wizard.
So I downloaded the codelite sources package (codelite-2.0.3365.tar.gz ) from sourceforge and I started applying my changes. Finally I generated a patch containing:
- a new field on the "New class wizard" to insert the namespace with the possibility to choose from an existing one
- a checkbox on the "New class wizard" to create a single header file with declaration an implementation inline
- automatically add include directives for base classes on generated header file
- changed the symbol used as block guard on the generated header file, for C++ standards compliance the starting double underscore was removed
On the attachments you can find also a screenshot of the new dialog.
In case you think this could be useful this my share. Please let me know if you need more information on the patch.
cheers
