Sync docs & update bash completion re: brushspacing
This commit is contained in:
parent
e1a721fb9d
commit
774954f9fc
16 changed files with 197 additions and 11 deletions
|
|
@ -366,6 +366,20 @@ Windows のユーザー
|
|||
"label=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
"--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
|
||||
|
||||
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nobrushspacing=no"
|
||||
または "brushspacing=yes"
|
||||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
"--brushspacing" で変更できます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
言語関連
|
||||
|
|
|
|||
|
|
@ -620,6 +620,19 @@
|
|||
<p>
|
||||
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nolabel=no</code>" または "<code>label=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<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>
|
||||
注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobrushspacing=no</code>" または "<code>brushspacing=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--brushspacing</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue