Sync'ing docs after doc'ing [un]groupmagictools option

This commit is contained in:
Bill Kendrick 2024-04-10 23:12:27 -07:00
parent 850b733f4b
commit 465374158b
22 changed files with 282 additions and 15 deletions

View file

@ -484,6 +484,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
イルで "ungroupmagictools=no" または "groupmagictools=yes" を設定すると上書
きされることがあります。また、どちらの設定も、コマンドラインオプションの
"--groupmagictools" で変更できます。
noshapecontrols=yes
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nomagicsizes=no</code>" または "<code>magicsizes=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--magicsizes</code>" で変更できます。 </p>
</dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>ungroupmagictools=no</code>" または "<code>groupmagictools=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--groupmagictools</code>" で変更できます。 </p>
</dd>
<dt>
<code><b>noshapecontrols=yes</b></code>
</dt>