/jEdit/tags/jedit-4-3-1/doc/tips/tip31.html
# · HTML · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 8f6abc40f66b0186c19c3edc22cef7f8 MD5 · raw file
- <html><body>
- Any scripts located in the <code>startup</code> subdirectory of the
- jEdit home and user settings directories will be run on jEdit startup. Scripts can
- be written in BeanShell or any scripting language for which the appropriate
- plugin is installed (for example, Python scripting is provided by the
- <b>JythonInterpreter</b> plugin).<p>
- Methods
- and variables defined in BeanShell scripts are available to all other uses of
- BeanShell in jEdit. This is different from macros; methods and variables defined
- in macros are lost after the macro finishes executing.
- </body></html>