57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
<html lang="en">
|
|
<head>
|
|
<title>User-defined tools - medit 0.99.1-devel manual</title>
|
|
<meta http-equiv="Content-Type" content="text/html">
|
|
<meta name="description" content="medit 0.99.1-devel manual">
|
|
<meta name="generator" content="makeinfo 4.13">
|
|
<link title="Top" rel="start" href="index.html#Top">
|
|
<link rel="prev" href="Regular-expressions.html#Regular-expressions" title="Regular expressions">
|
|
<link rel="next" href="Scripting.html#Scripting" title="Scripting">
|
|
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<style type="text/css"><!--
|
|
pre.display { font-family:inherit }
|
|
pre.format { font-family:inherit }
|
|
pre.smalldisplay { font-family:inherit; font-size:smaller }
|
|
pre.smallformat { font-family:inherit; font-size:smaller }
|
|
pre.smallexample { font-size:smaller }
|
|
pre.smalllisp { font-size:smaller }
|
|
span.sc { font-variant:small-caps }
|
|
span.roman { font-family:serif; font-weight:normal; }
|
|
span.sansserif { font-family:sans-serif; font-weight:normal; }
|
|
--></style>
|
|
</head>
|
|
<body>
|
|
<div class="node">
|
|
<a name="User-defined-tools"></a>
|
|
<a name="User_002ddefined-tools"></a>
|
|
<p>
|
|
Next: <a rel="next" accesskey="n" href="Scripting.html#Scripting">Scripting</a>,
|
|
Previous: <a rel="previous" accesskey="p" href="Regular-expressions.html#Regular-expressions">Regular expressions</a>,
|
|
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
|
|
<hr>
|
|
</div>
|
|
|
|
<h2 class="chapter">4 User-defined tools</h2>
|
|
|
|
<p><!-- moo-help-section: USER_TOOLS -->
|
|
|
|
<p>medit allows extending its functionality with user-defined
|
|
<dfn>tools</dfn>. It can be a Lua or Python (provided medit has been
|
|
built with Python support) script which is executed inside medit,
|
|
or a shell script which can use the text of the open document as
|
|
its input and/or output.
|
|
|
|
<p>There are some predefined tools which you can use as
|
|
an example or to modify to suit your needs.
|
|
|
|
<ul class="menu">
|
|
<li><a accesskey="1" href="Managing-tools.html#Managing-tools">Managing tools</a>: Managing tools.
|
|
<li><a accesskey="2" href="Storing-tools-in-files.html#Storing-tools-in-files">Storing tools in files</a>: Storing tools in files.
|
|
<!-- * Lua scripts:: Lua scripts. -->
|
|
<li><a accesskey="3" href="Shell-scripts.html#Shell-scripts">Shell scripts</a>: Shell scripts.
|
|
</ul>
|
|
|
|
</body></html>
|
|
|