PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-0-pre5/doc/tips/tip31.html

#
HTML | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | e3e13b8ca62db4e814b6ceb0fdee68e1 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 BeanShell scripts located in the <code>startup</code> subdirectory of the
  3. jEdit home and user settings directories will be run on jEdit startup. Methods
  4. and variables defined in startup scripts are available to all other uses of
  5. BeanShell in jEdit. This is different from macros; methods and variables defined
  6. in macros are lost after the macro finishes executing.
  7. </body></html>