On Tue, 2005-09-13 at 14:41, Vincent Snijders wrote: > I don't know if and how plug-ins are possible at all. There was a discussion some time ago, where L505 did introduce something called LazarusRB. Which in fact was a pluginmanager and some plugins to show.
http://www.lazarus.freepascal.org/list_archives/lazarus/msg09434.html He provides full source, so in fact we already have it. Plugins are easy to use and develop. The only thing you need to do is to create some API you release to the plugins that connect to the pluginmanager. In the case of LazDoc this would be filename, doc filename, source and caretpos, nothing more. The downside of libraries however is that if you want to distribute binaries, you need to distribute a libraries for each platform. But its only minor. Darius _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
