Hi,
Great plug-in!
One feature that would be nice is a basic API that could take in a DIA file and output a JPG (or other formats too) automatically.
This class would let users easily automate making JPGs for documents etc when the code changes often.
Thanks!
Logged In: YES
user_id=1231978
Originator: NO
This would be a bit complex to automate; the JPG export is dependent upon GEF/Draw2D, and the AST (abstract syntax tree) -- which is a feature of Eclipse -- is required in order to "understand" the relationships in the document. In other words, the current system requires you to render the diagram in the editor before you can create the JPG file.
This request is beyond the scope of what Green was designed to do.