
Jeremy, Are you referring to the mechanism for extending Eclipse functionality (the type of stuff at http://www.eclipseplugincentral.com/)? I'm aware of that (and have built extensions for other pieces of software that also offer such a mechanism), but have never used it. Or does Eclipse define a mechanism for extending one's own programs? If so, could you provide a link? As far as the Eclipse plugin API, it is one of the goals that I'm going for - being able to write plugins in the future to add to an already compiled program easily. Jeremy "Jeremy Day" <jeremy.day@gmail.com> wrote in message news:<b1aee6790610071014x53d1d2b4t843bfd26c5e4fbc@mail.gmail.com>...
Jeremy,
I'm just curious, but have you looked at the extension mechanism the Eclipse defines? That has proven to be successful, although perhaps more heavy-weight than you are proposing.
Jeremy _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Jeremy, On 10/7/06, Jeremy Pack <Jeremy.Pack@sdl.usu.edu> wrote:
Are you referring to the mechanism for extending Eclipse functionality (the type of stuff at http://www.eclipseplugincentral.com/)? I'm aware
Yes, that is what I was thinking of. Their method seems to involve deriving a class from a well-established extension point used in the application (or another plugin). See page 78 of http://www.eclipse.org/documentation/pdf/org.eclipse.platform.doc.isv_3.0.1.... a quick example. I don't have any experience with this, personally, but I thought that it might be something to look into. As far as the Eclipse plugin API, it is one of the goals that I'm going
for - being able to write plugins in the future to add to an already compiled program easily.
I would definitely be interested in whatever functionality you come up with in this regard. Jeremy
participants (2)
-
Jeremy Day
-
Jeremy Pack