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>
|
||||
júlí 20, 2023 </p>
|
||||
desember 29, 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> (the default)</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>
|
||||
|
|
|
|||
|
|
@ -237,6 +237,9 @@
|
|||
<dt>3-point Perspective (vanishing point) Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.</dd>
|
||||
|
||||
<dt>New "complexity" setting (<code>complexity</code>)</dd>
|
||||
<dt>A new setting that allows certain Magic tools to behave differently (or remove their availability altogether) based on the expertise-level of the user. The new "N-point Perspective" tools and "Clone" tool are affected by this setting.</dt>
|
||||
|
||||
<dt>Font details shown when selected</dt>
|
||||
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue