[Please feel free to use the dev list for questions like this so that anyone can answer.]
On Mon, Jun 16, 2008 at 2:03 PM, Nicola Calcavecchia <[EMAIL PROTECTED]> wrote: > Hi, > my name is Nicola Calcavecchia an Italian student of Computer Science. > I have a question about the argoeclipse project. > I was wondering if there is any kind of extension points in this plugin... > Basically i'm developing a plugin for the eclipse platform and i need to > create statechart diagrams and then translate them into XMI files. I don't > need other diagrams. > > Do you have any suggestion on the strategy to use to do that? Hi Nicola. Currently there are no extension points defined for ArgoEclipse. Unfortunately, the code isn't really as modular as we'd like because we've just taken the existing ArgoUML code, broken it into a few large chunks and wrapped them with enough new glue code to make them work reasonably as Eclipse plugins. We're working with the ArgoUML team to refactor the core, but it's slow work. Also, the bulk of the GUI, including all the diagrams, uses Swing, rather than SWT, if that makes a difference for your work. What type of extension points would you need for your work? How would this fit with your plugin? There might be a straightforward way for you to do what you need, but I don't really know off the top of my head. Regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
