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 various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2023年7月20
2023年12月29
+------------------------------------------------------+
| 目次 |
@ -524,6 +524,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 (the default)
"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.
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
イルで "complexity=advanced" を設定すると上書きされることがあります。また、
どちらの設定も、コマンドラインオプションの "--complexity=advanced" で変更で
きます。
notemplateexport=yes
「ひらく」ダイアログで、保存された作品を用いて新しいテンプレート画像を作成

View file

@ -109,6 +109,12 @@ D. Tux Paint バージョン 0.9.32 での変更点
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.
Font details shown when selected
The name and size of the selected font are shown when using the Text and
Label tools.

View file

@ -102,7 +102,7 @@
</p>
<p>
2023年7月20</p>
2023年12月29</p>
</center>
</header>
@ -711,6 +711,29 @@
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobrushspacing=no</code>" または "<code>brushspacing=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<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" &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>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>complexity=advanced</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<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>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>