ZoneBuilder/Help/w_scripteditor.html

52 lines
2.1 KiB
HTML

<!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>Script Editor 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="Script Editor Window">
</object>
<div id="title"><h1>Script Editor Window</h1></div>
<div id="contents">
<p>The script editor is a powerful text editor with syntax highlighting and autocomplete. It allows you to open and edit multiple documents at the same time, even if they do not reside in your map.</p>
<img src="w_scripteditor.png" />
<p>
Each opened script has its own tab page. When there are text lumps in the map format (such as the SCRIPTS lump in Hexen formats), they will be opened automatically and cannot be closed.
<h2>Shortcut Keys</h2>
<table border="0" cellspacing="6" width="90%">
<tr>
<td width="50" valign="top"><b>CTRL+O</b></td>
<td>Browse for a script file to open.</td>
</tr>
<tr>
<td valign="top"><b>CTRL+S</b></td>
<td>Save the current script to file. This does not work for internal script lumps, save the map to save the internal script lumps.</td>
</tr>
<tr>
<td valign="top"><b>CTRL+Space</b></td>
<td>Autocompletes the current word. If there is more than one possibility, it will pop up a list of keywords to choose from.</td>
</tr>
<tr>
<td valign="top"><b>CTRL+F</b></td>
<td>Opens the Find and Replace dialog window.</td>
</tr>
<tr>
<td valign="top"><b>F3</b></td>
<td>Finds the next occurence of the most recent search with the Find and Replace dialog window.</td>
</tr>
<tr>
<td valign="top"><b>F2</b></td>
<td>If supported for the type of script you are editing, this opens a website with information about the current keyword that your cursor is at.</td>
</tr>
</p>
</div>
</body>