Glimmer Labs wrote:
The good news is that if Inkscape ever did refactor the way operations on multiple objects are performed, the dbus code could support that without much modification. It's just not something I could tackle this summer.
That's great! I hope that sooner or later we'll rewrite most of the selection functions to take a list or set of SPObjects. Even though the exposed API might have some shortcomings right now, its technical principle is excellent, as it allows tightly integrated, language-neutral plugins in separate processes. In fact this might be one of the first FOSS implementation of such a design. I know that Konqueror keeps the Flash plugin in a separate process, but that's different, as NSAPI doesn't really allow the plugins to integrate with the browser. You can definitely be proud of your project :)
Regards, Krzysztof