Sync docs re: forthcoming complexity option
This commit is contained in:
parent
67b1908fd0
commit
a0f90185a5
32 changed files with 471 additions and 25 deletions
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
20 de Xullo de 2023 </p>
|
||||
29 de Decembro de 2023 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -711,6 +711,29 @@
|
|||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>complexity=<i>COMPLEXITY</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Sets the complexity (expertise) level of Tux Paint, which can either disable some Magic tools, or cause them to operate differently. (For example, the "Clone" tool is not available in <em>novice</em> mode, and the 1-, 2-, and 3-point perspective tools do not allow vanishing points to be edited in <em>beginner</em> mode.) </p>
|
||||
<p>
|
||||
The <code>COMPLEXITY</code> value may be one of: <dl>
|
||||
<dt><code>advanced</code> (o predeterminado)</dt>
|
||||
<dd>"Advanced" — For users familiar with Tux Paint and who can operate more complex tools.</dd>
|
||||
<dt><code>beginner</code></dt>
|
||||
<dd>"Beginner" — For users comfortable with Tux Paint, but where complex tools may cause confusion or frustration.</dd>
|
||||
<dt><code>novice</code></dt>
|
||||
<dd>"Novice" — For first-time Tux Paint users, users inexperienced with computers, or those with special accessibility needs.</dd>
|
||||
</dl>
|
||||
</p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The complexity option was added to Tux Paint in version 0.9.32. Consult the <a href="magic-docs/html/index.html">individual Magic tools' documentation</a>. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>complexity=advanced</code>". In both cases, may be overridden by the command-line option "<code>--complexity=advanced</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>notemplateexport=yes</b></code>
|
||||
</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue