PageRenderTime 22ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre4/doc/tips/tip31.html

#
HTML | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 8f6abc40f66b0186c19c3edc22cef7f8 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><body>
  2. Any scripts located in the <code>startup</code> subdirectory of the
  3. jEdit home and user settings directories will be run on jEdit startup. Scripts can
  4. be written in BeanShell or any scripting language for which the appropriate
  5. plugin is installed (for example, Python scripting is provided by the
  6. <b>JythonInterpreter</b> plugin).<p>
  7. Methods
  8. and variables defined in BeanShell scripts are available to all other uses of
  9. BeanShell in jEdit. This is different from macros; methods and variables defined
  10. in macros are lost after the macro finishes executing.
  11. </body></html>