Hi all,
I'm looking for a way to prefix class names. The wiki suggests that "The prefix String can be set to e.g. "gen_" to let all generated classes have that prefix." But thi is a bit misleading, since this will only prefix method names. We are sub-classing the generated classes and modify these sub-classes only (as suggested in the documentation) to allow for regenerating code without loosing our modifications. Here it would be helpful to prefix the classes - not methods - to easily distinguish generated and manually created classes. (Of course, as a workaround we could prefix the manually created (sub-)classes, but I would prefer to prefix the generated ones. I think the way to got is to change the templates. Please stop me if there's a better way to go.
Jan