Plugins and Scripts

ActiveScript

The Weaverslave has an ActiveScript interface. So you can define external script files as Snippets. This Scripts are executet in the Weaverslave. They can use an objekt "application" that represents the Weaverslave to access different methods and attributes.

You will find an activescript.txt in the install directory that describes the prototypes of the methods and attributes. You should read the (German) documentation compiled by Felix Neumann. It contains many hints and samples.

Plugin interface

Like the previus version - the HTMLPad - the Weaverslave is extensible. This can be done with plugins from the HTMLPad 3 - but it's compatible with the HTMLEditor 5 from Ulli Meybohm.

You should use the improved plugin WS interface to write own plugins. It is more powerful and easier.

Delphi plugin sample with API
C++ plugin sample with API (Werner von Wolfpassing)

An API around the callback function is included in the plugin samples. It makes the programming more comfortable.

You will find several plugins in the Resource Database.