Sync docs & update bash completion re: brushspacing

This commit is contained in:
Bill Kendrick 2022-01-19 00:00:57 -08:00
parent e1a721fb9d
commit 774954f9fc
16 changed files with 197 additions and 11 deletions

View file

@ -454,6 +454,21 @@ Simplification
"nolabel=no" or "label=yes". In both cases, may be
overridden by the command-line option "--label".
nobrushspacing=yes
Disables the brush spacing option of the Paint and Lines
tools. The brushes' default spacings will be used.
Note: The brush spacing option was added to Tux Paint's user
interface in version 0.9.28. For more information on brush
spacing, see EXTENDING.html
Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using
"nobrushspacing=no" or "brushspacing=yes". In both cases,
may be overridden by the command-line option
"--brushspacing".
----------------------------------------------------------------------
Languages

View file

@ -620,6 +620,19 @@
<p>
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
</dd>
<dt>
<code><b>nobrushspacing=yes</b></code>
</dt>
<dd>
<p>
Disables the brush spacing option of the <b>Paint</b> and <b>Lines</b> tools. The brushes' default spacings will be used. </p>
<p>
Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see <a href="EXTENDING.html">EXTENDING.html</a> </p>
<p>
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobrushspacing=no</code>" or "<code>brushspacing=yes</code>". In both cases, may be overridden by the command-line option "<code>--brushspacing</code>". </p>
</dd>
</dl>
</blockquote>
</blockquote>