Hi!
I was wondering if there is a way to split the declaration and implementation when generating getters and setters for a class. I have been searching codelite settings for a while so I guess I will feel really stupid if that option exists
Hi! I mean separate files, so declarations are in the header file and implementations in the source file.
Right now, when I use the «generate getters and setters» option I end up with both in the same file.
You can't do that atm.
Please submit a feature request for this at sourceforge
You can generate getters/setters and by clicking on a getter you can choose to 'Move it' to another file from the context menu
"right click -> code generation refactoring - Move function implementation to..."