EditBus Plugin By Slava Pestov
sp@gjt.org

Introduction
Change Log

Introduction

EditBus facilitates communication and abstract data exchange between plugins, without the plugins having to know about each other. This is accomplished using messages. A message is a class, and all supported messages in the org.gjt.sp.jedit.msg package.

As of jEdit 2.2pre6, the message passing logic has been moved into the jEdit core, and this plugin only contains a few interfaces and additional messages.

Documentation on the message passing will be provided in a future jEdit release, and information about the messages in this plugin will be here very soon.


Change Log

Version 1.0

Requires jEdit 2.6final.

Version 0.10

Version 0.9.4

Requires jEdit 2.4.2.

Version 0.9.3

Requires jEdit 2.4.2.

Version 0.9.2

Requires jEdit 2.2final.

Version 0.9.1

Requires jEdit 2.2final.

Version 0.9

Requires jEdit 2.2final.

Version 0.8

Requires jEdit 2.2final.

Version 0.7.1

Requires jEdit 2.2pre8.

Version 0.7

Requires jEdit 2.2pre8.

Version 0.6

Requires jEdit 2.2pre6.

Version 0.5

Requires jEdit 2.2pre4.

Version 0.4

Requires jEdit 2.2pre2.

Version 0.3

Requires jEdit 2.2pre2.

Version 0.2

Requires jEdit 2.1pre1.

Version 0.1.1

Requires jEdit 2.0final.

Version 0.1

Change log started