Using EA 7.1 build 831...
First of all, I have been on here asking a lot of newbie-type questions lately, and I apologize for that... I've been using EA for years but almost always for reverse engineering of existing code; this is the first project on which I am using it for serious system-wide design including code generation, thus I'm coming up against a lot of issues I didn't run into in the past.
Also, before I ask any questions here I always search the forums and the user manual and help facility and have not had much luck in finding things.
On to the questions...
The EA code generator generates code with opening braces in K&R style, i.e. opening brace on the same line as the control statement. Now, I DO NOT WANT TO START A RELIGIOUS WAR HERE, but I really do prefer the Allman / ANSI style, opening brace on the next line. Besides, our project's coding standard requires it.
I expect to make heavy use of EA's code generator on this project, and I really do need to change the opening brace to Allman / ANSI style. I mostly can't make very much sense out of the EA template language, but nonetheless I have gone through all of the C++ code generation templates looking for likely places to change the opening brace style, and found a few likely candidates, but when I changed them in a way that vaguely looked like it made sense, it didn't have any effect.
(THANK YOU!!! for the "Delete" button in the template editor, to put things back the way they were. That has been a big help in keeping me out of serious trouble.)
So, I'm out of ideas... how do I change the opening brace style for generated code?
Thanks...