source: tspsg/help/html/en/preferences.html @ b2be4c19a1

appveyorimgbotreadme
Last change on this file since b2be4c19a1 was b2be4c19a1, checked in by Oleksii Serdiuk, 13 years ago

Started creating help...

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 !  TSPSG: TSP Solver and Generator
4 !  Copyright (C) 2007-2011 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
5 !
6 !  $Id$
7 !  $URL$
8 !
9 !  This file is part of TSPSG project.
10 !  See http://tspsg.info/ for more information.
11 \-->
12<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
13<html xmlns="http://www.w3.org/1999/xhtml">
14<head>
15        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16        <title>Preferences</title>
17    <link rel="stylesheet" type="text/css" href="../style.css" />
18</head>
19<body>
20        <h1>Preferences</h1>
21        <p class="inprogress">This dialog provides a way to set different user preferences. The parameters are grouped into three sections: <a href="#general" class="place">General</a>, <a href="#task" class="place">Task</a> and <a href="#output" class="place">Output</a>. Also, consult the <a href="#hidden" class="place">&quot;Hidden&quot; Settings</a> section that contains info about some additional settings. They might become available in this dialog in future.</p>
22        <p class="inprogress">Write where the settings are stored.</p>
23        <p class="info">You can reset your settings by holding <em>Shift</em> and clicking <strong>OK</strong> button. You will be presented with the confirmation dialog. If you press <strong>Restore Defaults</strong>, all settings will be reset to their defaults.</p>
24        <p class="tip">TIP: Hover your mouse over parameter to get its short description at the bottom of the dialog (Desktop platforms only).</p>
25<h2><a id="general">General</a></h2>
26    <p>This section contains general application settings.</p>
27        <ol class="params inprogress">
28                <li><span class="name"></span> <span class="type"></span> - </li>
29        </ol>
30    <h2><a id="task">Task</a></h2>
31    <p>This section contains task related settings.</p>
32        <ol class="params inprogress">
33                <li><span class="name"></span> <span class="type"></span> - </li>
34        </ol>
35    <h2><a id="output">Output</a></h2>
36    <p>This section conatins solution output related settings.</p>
37        <ol class="params inprogress">
38                <li><span class="name"></span> <span class="type"></span> - </li>
39        </ol>
40        <h2><a id="hidden">&quot;Hidden&quot; Settings</a></h2>
41    <p class="inprogress">There are some &quot;hidden&quot; settings that are unavailable in the <span class="place">Settings Dialog</span> and can be set only through <span class="code">tspsg.ini</span> file. These settings are described here.</p>
42        <ol class="params inprogress">
43                <li><span class="name"></span> <span class="type"></span> - </li>
44        </ol>
45</body>
46</html>
Note: See TracBrowser for help on using the repository browser.