Sync docs re: forthcoming complexity option

This commit is contained in:
Bill Kendrick 2023-12-29 16:25:37 -08:00
parent 67b1908fd0
commit a0f90185a5
32 changed files with 471 additions and 25 deletions

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
juillet 20, 2023
décembre 29, 2023
+--------------------------------------------------------------------+
| Table des matières |
@ -554,6 +554,39 @@ nobrushspacing=yes
complexity=COMPLEXITY
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 novice mode, and the 1-, 2-,
and 3-point perspective tools do not allow vanishing points to be edited in
beginner mode.)
The COMPLEXITY value may be one of:
advanced (par défaut)
"Advanced" — For users familiar with Tux Paint and who can operate more
complex tools.
beginner
"Beginner" — For users comfortable with Tux Paint, but where complex
tools may cause confusion or frustration.
novice
"Novice" — For first-time Tux Paint users, users inexperienced with
computers, or those with special accessibility needs.
📜 Note: The complexity option was added to Tux Paint in version 0.9.32.
Consult the individual Magic tools' documentation.
⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il
peut être remplacé par le fichier de configuration de l'utilisateur en
utilisant "complexity=advanced". Dans les deux cas, il peut être remplacé
avec l'option en ligne de commande "--complexity=advanced".
notemplateexport=yes
Désactive la possibilité de créer de nouvelles images Modèle (basées sur

View file

@ -116,6 +116,12 @@ Outil Magie avec une perspective à 2 points de fuite
A pair of tools that allow you to set three vanishing points, and then draw
lines in 3-point perspective.
New "complexity" setting (complexity)
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.
Les détails de la police sont affichés lors du choix
Le nom et la taille de la police choisie sont montrés quand on utilise les
outils Texte et Étiquette.

View file

@ -102,7 +102,7 @@
</p>
<p>
juillet 20, 2023 </p>
décembre 29, 2023 </p>
</center>
</header>
@ -711,6 +711,29 @@
<span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>nobrushspacing=no</code>" ou "<code>brushspacing=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<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> (par défaut)</dt>
<dd>"Advanced" &mdash; For users familiar with Tux Paint and who can operate more complex tools.</dd>
<dt><code>beginner</code></dt>
<dd>"Beginner" &mdash; For users comfortable with Tux Paint, but where complex tools may cause confusion or frustration.</dd>
<dt><code>novice</code></dt>
<dd>"Novice" &mdash; 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">&#128220;</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">&#9881;</span> <strong>Note : </strong> si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>complexity=advanced</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--complexity=advanced</code>". </p>
</dd>
<dt>
<code><b>notemplateexport=yes</b></code>
</dt>

View file

@ -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>Les détails de la police sont affichés lors du choix</dt>
<dd>Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.</dd>
</dl>