diff options
Diffstat (limited to 'doc/djgpp.htm')
-rw-r--r-- | doc/djgpp.htm | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/djgpp.htm b/doc/djgpp.htm new file mode 100644 index 0000000..1d53547 --- /dev/null +++ b/doc/djgpp.htm @@ -0,0 +1,58 @@ +<html> + +<head> +<meta name="GENERATOR" content="vim"> +<title>viDOOM - Free Software DOOM editor</title> +</head> + +<body> + +<h1 align="center">DJGPP</h1> + +<ul> + <li><a href="#GUI">GUI</a></li> + <li><a href="#BUGS">Known bugs and problems</a></li> +</ul> + +<hr> + +<h2><a name="GUI"></a>GUI</h2> + +<p>Hopefully the GUI employed is fairly self explanatory. All the +dialogs (apart from the file viewing one used to view the license +and node builder outputs - and that's read only anyway) have an <strong>OK</strong> +and <strong>Cancel</strong> button which behave as you would +expect.</p> + +<p>All the dialogs, apart from the text editor (used for editing +the MAPINFO lump in ZDoom mode) can be cancelled by pressing the +ESCAPE key. On all dialogs the TAB key will give the focus to +different objects on the dialog for keyboard control. Note that +the file viewer does not currently honour keyboard controls (ie. +you cannot use cursor keys, page up, etc to navigate the file).</p> + +<p>Note that if the yes/no question box is cancelled with the ESCAPE key, it +is taken as <b>No</b>.</p> + +<hr> + +<h2><a name="BUGS"></a>Known bugs and problems</h2> + +<table border="1" cellpadding="3"> + <tr> + <td valign="top" nowrap><strong>External Commands</strong></td> + <td valign="top">On some PCs there has been occasions + where running external commands (e.g. the node builder) + fails for no apparent reason. If this does happen on your + system, then you must disable the command via the + VIDOOM.INI file and run it seperately outside of viDOOM.</td> + </tr> +</table> + +<hr> + +<p><a href="index.htm">Back to index</a></p> + +<p><tt>$Id$</tt></p> +</body> +</html> |