Table of Contents
BeanShell includes a set of commands; subroutines that can be called from any script or macro. The following is a summary of those commands which may be useful within jEdit.
Java classes in plugins cannot make use of BeanShell commands
directly. However, these commands can be called from BeanShell code that
is part of a plugin, for example the snippets in
actions.xml
, or any BeanShell scripts shipped with
the plugin and loaded on startup.