Reading all the comments in this forum about the new RTF generator I'm questioning if this is the right way to go! I presume that most of us use a very good text editor already (MS-Word, Open Office). Shouldn't Sparx invest their efforts in making better integration with these tools instead of making their own?
For example, why not making the templates in these editors instead of trying to match all the functionality of those editors! The new rtf editor is nice, but by no means enough to make real nice documents like the onces which can be produced with MS Word or Open Office. And it will take some time before the rtf editor is as stable as these text editors and has the same functionality.
Another thing is the use of subdocuments which is recommended. Maybe I'm doing something wrong, but subdocuments use absolute paths which can cause problems when you have multiple developers in your team which each must be able to generate the document, or if you want to publish the document on a website (the subdocuments must be in the same directory location on all those machines to work

). I know this isn't an EA issue; but still it effects useability. So why not using Word automation en Word templates to generate documents?
I intend (and started) to develop an add-in which uses virtual documents and Word automation to generate documents. Using tags, a main Word document is associated with a virtual document. By using the same principle a template (don't know if I will use the new EA templates or use my own in Word) and a location marker is associated with each package in the virtual document. The location marker indicates where in the main document the package should be inserted. When generating a virtual document the main document and packages are combined and saved as one seperate document which can be distributed. This way it is easy to update a document, and still produce one output file. Well anyhow, that's the global idea

Anyone any thoughts or suggestions?