Update Help contents for General pane (#414)

This commit is contained in:
1024jp 2018-01-03 21:24:08 +09:00
parent 19d428c100
commit f435979c80
3 changed files with 25 additions and 5 deletions

View File

@ -23,7 +23,7 @@ develop
- Drop support for __OS X 10.10 Yosemite__.
- Add clear button to input fields in the find panel.
- Gather the “open a new document” “on launch” and “when CotEditor becomes active” options into a single “create a new document if nothing else is open” option.
- Gather the “open a new document” “on launch” and “when CotEditor becomes active” options and create new “When nothing else is open:” option.
- Scroll console view after getting a new message to make it visible.
- Display sharing window within the target document window.
- Swap position of “View” with “Format” menu to conform to Apple's HIG.

View File

@ -29,8 +29,18 @@
<dt>Reopen windows from last session</dt>
<dd>With this option turned on, CotEditor automatically opens the documents that was opened when quitting last time on launch.</dd>
<dt>Create a new document if nothing else is open</dt>
<dd>With this option turned on, a new blank document will be opened when you launch (or relaunch) CotEditor and you had no window already open.</dd>
<dt>When nothing else is open</dt>
<dd>Set the behavior when you launch (or relaunch) CotEditor and you had no window already open.</dd>
<dd><dl>
<dt>Create a New Document</dt>
<dd>Create a new blank document.</dd>
<dt>Show Open Dialog</dt>
<dd>Show the open dialog to select a document to open.</dd>
<dt>No Action</dt>
<dd>Just activate the application and do nothing.</dd>
</dl></dd>
</dl></dd>
<dt>Document save</dt>

View File

@ -29,8 +29,18 @@
<dt>前回のウインドウを復帰</dt>
<dd>オンの場合、CotEditorを起動した時に前回の終了時に開いていた書類を自動的に開いて表示します。</dd>
<dt>何も開かれていなければ新規書類を作成</dt>
<dd>オンの場合、起動時に何も書類がなければ空の書類ウインドウを開きます。</dd>
<dt>何も開かれていなければ</dt>
<dd>起動時に何も書類がない場合の振る舞いを設定します。</dd>
<dd><dl>
<dt>新規書類を作成</dt>
<dd>空の書類ウインドウを開きます。</dd>
<dt>「開く」ダイアログを表示</dt>
<dd>開くダイアログを表示します。</dd>
<dt>何もしない</dt>
<dd>ただアプリケーションを起動し何もしません。</dd>
</dl></dd>
</dl></dd>
<dt>書類の保存</dt>