Re: UML Code Generator for Pascal

2009-02-21 Thread Johann Glaser
Hi! Am Samstag, den 21.02.2009, 11:00 +0100 schrieb Slavko: > it is good idea for me. > > have you tested it with Lazarus code? Yes, I did. I implemented the export code so that I don't have to type all the classes, fields and methods by hand. There are a few downsides of using this approach:

Re: UML Code Generator for Pascal

2009-02-21 Thread Slavko
it is good idea for me. have you tested it with Lazarus code? S pozdravom Slavko On Friday 20 February 2009 23:06:00 Johann Glaser wrote: > Hi! > > I've extended the PyDia Code Generator from UML Diagrams to write Object > Pascal source code (i.e. for FreePascal and Delphi). I'll attach a patch