Hi,
I'm thinking about writing a (simple) integration with Sparx Enteprise Architect.
At first there are two features I would like to implement:
- From an operation in Enterprise Architect I would like to open the code at the corresponding operation in SharpDevelop
- From an operation in de code (in SharpDevelop) I would like to open the corresponding operation in Enterprise Achitect.
I know all about writing add-ins for Enterprise Architect, so I'm not worried about that part, but I don't know where to start with the SharpDevelop part.
How would you go about to open a certain piece of the code from an outside application?
I've already had a look at the add-in documentation, and some of the examples, but that all seems a bit outdated (most documents are from 2005).