[Mono-list] Fwd: embedding mono runtime
Joseph Wenninger
jowenn@kde.org
Thu, 8 Aug 2002 20:59:11 +0000
Hi
On Thursday 08 August 2002 18:21, jasper van putten wrote:
> I found a discusion about using other languages in kate:
> http://lists.kde.org/?l=kwrite-devel&w=2&r=1&s=scriptability&q=b
I know that thread ;) That's all about "external" scripting (using dcop), or
just displaying stdout output of scripts. That's the easy one .
As Adam Treat mentioned, I'd like to extend the plugin api, which is only
exposed to C++ classes at the moment, to make it possible for any language
running with mono to integrate widgets, windows, menu actions, .... into the
GUI.
Those GUI elements need to be in the kate main thread or some of them could be
created external as own windows and reparented :( . I don't like the second
solution, because it's not very clean and doesn't allow the full
functionallity, a c++ plugin could use
Kind regards
Joseph Wenninger