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

@ -478,6 +478,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.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool that allow

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<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>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt>
<code><b>noshapecontrols=yes</b></code>
</dt>