mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
working on the reference manual
This commit is contained in:
parent
0c6152b3e6
commit
ef52e226ef
5 changed files with 44 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
</HEAD><BODY>
|
||||
<OBJECT type="text/site properties">
|
||||
<param name="WindowName" value="default">
|
||||
<param name="ImageType" value="Folder">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
|
@ -15,15 +14,21 @@
|
|||
</OBJECT>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="User Interface">
|
||||
<param name="Local" value="userinterface.html">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="About the User Interface">
|
||||
<param name="Local" value="userinterface.html">
|
||||
</OBJECT>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Main Window">
|
||||
<param name="Local" value="mainwindow.html">
|
||||
</OBJECT>
|
||||
</UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Editing Modes">
|
||||
<param name="Local" value="editingmodes.html">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
|
@ -33,6 +38,7 @@
|
|||
</UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Actions">
|
||||
<param name="Local" value="actions.html">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
|
@ -42,6 +48,7 @@
|
|||
</UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Configurations">
|
||||
<param name="Local" value="configurations.html">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
|
|
|
@ -5,6 +5,7 @@ Compiled file=..\Build\Refmanual.chm
|
|||
Contents file=Contents.hhc
|
||||
Default Font=Verdana,10,0
|
||||
Default Window=default
|
||||
Default topic=introduction.html
|
||||
Display compile progress=Yes
|
||||
Full-text search=Yes
|
||||
Index file=Index.hhk
|
||||
|
@ -22,6 +23,7 @@ editingmodes.html
|
|||
userinterface.html
|
||||
actions.html
|
||||
configurations.html
|
||||
mainwindow.jpg
|
||||
|
||||
[INFOTYPES]
|
||||
|
||||
|
|
BIN
Help/header.gif
BIN
Help/header.gif
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.1 KiB |
34
Help/mainwindow.html
Normal file
34
Help/mainwindow.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!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>Main Window</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" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="keyword" value="Main Window">
|
||||
</object>
|
||||
|
||||
<div id="title"><h1>Main Window</h1></div>
|
||||
|
||||
<div id="contents">
|
||||
<p>The main interface window consists of the following parts;</p>
|
||||
<img src="mainwindow.jpg" />
|
||||
<p>
|
||||
<h3>Menus</h3>
|
||||
The menus are very straight-forward and you'll find most common features in the usual places. File related actions in the File menu, view related actions in the View menu and editing related actions in the Edit menu. There are some menus that you may be unfamiliar with and you can find them all in the <a href="menus.html">Menus documentation</a>.
|
||||
<h3>Toolbar</h3>
|
||||
Your most needed actions and options are on the toolbar, right below the menu. For a list of all the buttons and what they do, see the <a href="toolbar.html">Toolbar documentation</a>.
|
||||
<h3>Information panel</h3>
|
||||
When highlighting or targeting a specific element in the working area, a small summary about that element is displayed in this panel. You can minimize the information panel by clicking on the little arrow button on the right to maximize your working area.
|
||||
<h3>Statusbar</h3>
|
||||
Doom Builder shows you the current status in the statusbar. On the left is a small LED that turns green when Doom Builder is idle. When the LED turns yellow, it means Doom Builder is doing some background work. When the LED is red, then Doom Builder is busy performing an action. Right next to the status LED is a description of the current status. It also shows a result description and flashes the LED when performing and action.<br />
|
||||
<br />
|
||||
On the right of the statusbar are grid size (in mappixels), the zoom percentage and the current mouse coordinates. You can click the buttons next to the grid size and the zoom percentage to bring up a related menu that allows you to change any of these settings.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
BIN
Help/mainwindow.jpg
Normal file
BIN
Help/mainwindow.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Loading…
Reference in a new issue