Sync'ing docs after doc'ing [un]groupmagictools option
This commit is contained in:
parent
850b733f4b
commit
465374158b
22 changed files with 282 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -676,6 +676,19 @@
|
|||
<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>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">📜</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">⚙</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue