products/sources/formale Sprachen/Isabelle/Tools/jEdit/dist/doc/users-guide/writing-modes.html |
 |
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 10. Mode Definition Syntax</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="jEdit 5.6 User's Guide"><link rel="up" href="writing-modes-part.html" title="Part II. Writing Edit Modes"><link rel="prev" href="writing-modes-part.html" title="Part II. Writing Edit Modes"><link rel="next" href="xml-primer.html" title="An XML Primer"></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 10. Mode Definition Syntax</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="writing-modes-part.html">Prev</a> </td><th width="60%" align="center">Part II. Writing Edit Modes</th><td width="20%" align="right"> <a accesskey="n" href="xml-primer.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="writing-modes"></a>Chapter 10. Mode Definition Syntax</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><ul class="toc"><li><span class="section"><a href="xml-primer.html">An XML Primer</a></span></li><li><span class="section"><a href="mode-preamble.html">The Preamble and MODE tag</a></span></li><li><span class="section"><a href="mode-tag-props.html">The PROPS Tag</a></span></li><li><span class="section"><a href="mode-tag-rules.html">The RULES Tag</a></span><ul><li><span class="section"><a href="mode-tag-rules.html#d0e9694">Highlighting Numbers</a></span></li><li><span class="section"><a href="mode-tag-rules.html#rule-ordering">Rule Ordering Requirements</a></span></li><li><span class="section"><a href="mode-tag-rules.html#d0e9761">Per-Ruleset Properties</a></span></li></ul></li><li><span class="section"><a href="mode-rule-terminate.html">The TERMINATE Tag</a></span></li><li><span class="section"><a href="mode-rule-span.html">The SPAN Tag</a></span></li><li><span class="section"><a href="mode-rule-span-regexp.html">The SPAN_REGEXP Tag</a></span></li><li><span class="section"><a href="mode-rule-eol-span.html">The EOL_SPAN Tag</a></span></li><li><span class="section"><a href="mode-rule-eol-span-regexp.html">The EOL_SPAN_REGEXP Tag</a></span></li><li><span class="section"><a href="mode-rule-mark-prev.html">The MARK_PREVIOUS Tag</a></span></li><li><span class="section"><a href="mode-rule-mark-following.html">The MARK_FOLLOWING Tag</a></span></li><li><span class="section"><a href="mode-rule-seq.html">The SEQ Tag</a></span></li><li><span class="section"><a href="mode-rule-seq-regexp.html">The SEQ_REGEXP Tag</a></span></li><li><span class="section"><a href="mode-rule-import.html">The IMPORT Tag</a></span></li><li><span class="section"><a href="mode-rule-keywords.html">The KEYWORDS Tag</a></span></li><li><span class="section"><a href="mode-syntax-tokens.html">Token Types</a></span></li><li><span class="section"><a href="mode-match-type.html">The MATCH_TYPE Attribute</a></span></li></ul></div><p>Edit modes are defined using XML, the <em class="firstterm">eXtensible Markup
Language</em>; mode files have the extension
<code class="filename">.xml</code>. XML is a very simple language, and as a result
edit modes are easy to create and modify. This section will start with a
short XML primer, followed by detailed information about each supported tag
and highlighting rule.</p><p>Editing a mode or a mode catalog file within jEdit will cause the
changes to take effect immediately. If you edit modes using another
application, the changes will take effect after the
<span class="guimenu"><strong>Utilities</strong></span> > <span class="guisubmenu"><strong>Troubleshooting</strong></span>
> <span class="guimenuitem"><strong>Reload Edit Modes</strong></span> command is invoked.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="writing-modes-part.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="writing-modes-part.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="xml-primer.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part II. Writing Edit Modes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> An XML Primer</td></tr></table></div></body></html>
¤ Dauer der Verarbeitung: 0.8 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.
|