1
Automation Interface, Add-Ins and Tools / C# code generation - starting scope
« on: July 05, 2005, 11:26:09 am »
I am currently evaluating EA for our company as a standard UML Modeling tool and source code generator. Everything is looking postive for this product, but I had a question regarding the source code generation:
It appears when I generate the source code, it insists on putting the starting scope of the method, class, namespace (ie the open curly brace) on the same line with the class/method/namespace definition.
Our coding standards encourage the curly brace to start on the next line (so the closing matches with the starting).
Any way I can tell the generator to put the curly brace on the NEXT line??
Thanks in advance!
Michael.
It appears when I generate the source code, it insists on putting the starting scope of the method, class, namespace (ie the open curly brace) on the same line with the class/method/namespace definition.
Our coding standards encourage the curly brace to start on the next line (so the closing matches with the starting).
Any way I can tell the generator to put the curly brace on the NEXT line??
Thanks in advance!
Michael.