statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

Deprecate C code generator 'IdentifierSettings' feature and introduce 'Naming' feature instead.

Open nyssen opened this issue 9 years ago • 2 comments

While the Java generator offers a 'Naming' feature, the C code generator offers an 'IdentiferSettings' feature, which has identical scope. We should rename the C generator feature to use 'Naming' as well, so code generator languages are more consistent.

nyssen avatar Dec 23 '15 06:12 nyssen

Instead of renaming, we should deprecate the IdentifierSettings feature and add an additional naming feature for the upcoming version

andreasmuelder avatar Dec 27 '15 10:12 andreasmuelder

That would be even better, as it allows an easy migration path.

nyssen avatar Jan 06 '16 08:01 nyssen