@ working on the reference manual

This commit is contained in:
codeimp 2009-04-14 18:46:53 +00:00
parent 8df795dbe2
commit 983ef5f103
3 changed files with 59 additions and 0 deletions

View file

@ -115,10 +115,18 @@
<param name="Name" value="Edit Selection Mode">
<param name="Local" value="e_editselection.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Find &amp; Replace Mode">
<param name="Local" value="e_findreplace.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Linedefs Mode">
<param name="Local" value="e_linedefs.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Map Analysis Mode">
<param name="Local" value="e_mapanalysis.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Sectors Mode">
<param name="Local" value="e_sectors.html">

26
Help/e_findreplace.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Find &amp; Replace Mode</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body onresize="autoadjustheight('classiccontrols')">
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="Find &amp; Replace Mode">
</object>
<div id="title"><h1>Find &amp; Replace Mode</h1></div>
<div id="contents">
<p>
Looking for something? This is the mode you want to use to quickly find specific elements in your map. This mode shows a dialog window that you can use to find items. Select the type of search you want to perform at the top of the dialog window. Then enter the value you are looking for. Depending on the type of search, you can click the browse button to select from a browser. Check the <b>Replace</b> checkbox if you want to replace the value of the found elements with another value. Click the Find / Replace button to perform the search.<br />
<br />
The results will be displayed in a list that opens. Click on one of the results to zoom in on that particular element. You can also focus the main window and scroll or zoom the map to see the selected elements. Click the <b>Edit Selection</b> button to edit the selected elements.
</p>
</div>
</body>

25
Help/e_mapanalysis.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Map Analysis Mode</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body onresize="autoadjustheight('classiccontrols')">
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="Map Analysis Mode">
<param name="keyword" value="Error Checking">
</object>
<div id="title"><h1>Map Analysis Mode</h1></div>
<div id="contents">
<p>
This mode helps finding problems in your map. It shows a small dialog window with the checks you wish to perform. Select the checks to perform and click the <b>Start Analysis</b> button. The problems that are found are displayed in a list. Click on of the problems to zoom in on the subject and show a description of the problem below the list. For some problems, buttons appear below the description that you can use to quickly fix the problem.
</p>
</div>
</body>