Skip navigation links

Package org.gjt.sp.jedit.textarea

Classes related to jEdit's TextArea.

See: Description

Package org.gjt.sp.jedit.textarea Description

Classes related to jEdit's TextArea.

Since jEdit 4.2, many TextArea classes have been split into a base and derived class. This is an attempt to make an API partition for the standalone text area. So for example:

Keeping things separate

The embeddable TextArea includes the packages "textarea", "buffer", "syntax", and should include nothing else. This means that for the standalone and abstract base classes, we should only use classes from that set.

To build the standalone textarea, "ant build-textArea", and you'll quickly see if you broke something by using a class that was not supposed to be used.

Skip navigation links