PageRenderTime 64ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/using-macros.html

#
HTML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 15a7e3d8b05fda6b754ab02710cd9e78 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><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 8. Using Macros</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="jEdit 4.2 User's Guide"><link rel="up" href="using-jedit-part.html" title="Part I. Using jEdit"><link rel="previous" href="settings-directory.html" title="The jEdit Settings Directory"><link rel="next" href="recording-macros.html" title="Recording Macros"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 8. Using Macros</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="settings-directory.html">Prev</a> </td><th width="60%" align="center">Part I. Using jEdit</th><td width="20%" align="right"> <a accesskey="n" href="recording-macros.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="using-macros"></a>Chapter 8. Using Macros</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><ul><li><span class="sect1"><a href="recording-macros.html">Recording Macros</a></span></li><li><span class="sect1"><a href="running-macros.html">Running Macros</a></span></li><li><span class="sect1"><a href="organizing-macros.html">How jEdit Organizes Macros</a></span></li></ul></div><p>
  2. Macros in jEdit are short scripts written in a scripting language called
  3. <i class="firstterm">BeanShell</i>. They provide an easy way to
  4. automate repetitive keyboard and menu procedures,
  5. as well as access to the objects and methods created by
  6. jEdit. Macros
  7. also provide a powerful facility for customizing jEdit and automating
  8. complex text processing and programming tasks. This section
  9. describes how to record and run macros. A detailed guide on
  10. writing macros appears later; see <a href="writing-macros-part.html" title="Part III. Writing Macros">Part III, &#8220;Writing Macros&#8221;</a>.
  11. </p><div class="sidebar"><p class="title"><b>Other scripting languages</b></p><p>
  12. A number of jEdit plugins provide support for writing scripts in alternative programming languages, like Python and Prolog. Consult the documentation for the appropriate plugins for more information.
  13. </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="settings-directory.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="using-jedit-part.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="recording-macros.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The jEdit Settings Directory </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Recording Macros</td></tr></table></div></body></html>