From: Oliver K. <oke...@us...> - 2008-05-09 19:21:46
|
On Friday 09 May 2008 20:58, Charles Schaefer wrote: > [...] > I'm working in other modifications to the PHP5 generator. If any of > them become a good feature I'll send it to the list. Great. > I have a question about the generators. I'm trying to make the PHP > generator to write the interface methods in the implementer classes, > but I'm with a big difficulty (just some weeks of C programing > knowledge =/ ). > Why the other generators doesn't have this feature? Is this so > difficulty or this is an intentional gap? I think it's just that nobody has implemented it yet. (In fact, not many people have been working on dia2code in recent years.) > The (text) diff output: > > --------- code ------------- > 8a9 > [...] One more thing: Please use "diff -u" (unified diff format) when creating diffs. Also it would be best if you send the diff as an attachment, otherwise you risk that some mailer inserts gratuitous line breaks. Thanks for your work, Oliver |