1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<!--Time-stamp: <2005-12-19 17:18:17 poser> -->
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Author" CONTENT="Bill Poser">
<TITLE>Redet Reference Manual: Configuration</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFE2C0" VLINK="#0000EE" LINK="#AA0066" ALINK="#FF0000">
<h2><a name="configuration">Configuration</a></h2>
<P>
Many aspects of <i>Redet</i> are configurable, primarily via the <i>Configure</i>
menu.
</P>
<br>
<div align="center">
<img src="Images/ConfigMenu.jpg" alt="The Configuration Menu" border="2">
</div>
<br clear="all">
<br>
<div align="center">
<img src="Images/ConfigCharacterEntryMenu.jpg" alt="The Character Entry Configuration Submenu" border="2">
</div>
<br clear="all">
<br>
<div align="center">
<img src="Images/ConfigLayoutMenu.jpg" alt="The Layout Configuration Submenu" border="2">
</div>
<br clear="all">
<br>
<div align="center">
<img src="Images/ConfigFeatureTestingMenu.jpg" alt="The Feature Testing Configuration Submenu" border="2">
</div>
<br clear="all">
<br>
<div align="center">
<img src="Images/ConfigMiscellaneousMenu.jpg" alt="The Miscellaneous Configuration Submenu" border="2">
</div>
<br clear="all">
<P>
Many programs have relevant options that are not set via the regular expression itself.
Most of these are command-line flags or flags provided as function arguments (e.g. to the
function that compiles regular expressions), but there are a few others. For example,
individual string literals in Python may be tagged as either <i>raw</i>, which has the
effect of preventing interpretation of escapes. Redet allows you to control this since
it affects how regular expressions are interpreted.
</p>
<P>
Program-specific options are set via the <i>Program Specific Features</i>
entry on the <i>Configure</i> menu. This menu lists the programs for which
options may be set. Selecting a program pops up a control panel for that
program.
</p>
<div align="center">
<img src="Images/ProgramSpecific.jpg" width = "95%" alt="The Program Options Menu" border="2">
</div>
<br clear="all">
<br>
<center><a href="init.html">Next</a></center>
<br>
<center><a href="Manual.html">Back to Table of Contents</a></center>
</body>
</html>
|