diff --git a/CHANGELOG.md b/CHANGELOG.md index cb978c30f..1bbf21d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ ### Implements +- Improve the User Guide contents. - [non-AppStore ver.] Update Sparkle from 2.6.2 to 2.6.3. diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/CotEditor.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/CotEditor.html index 373392390..9fdb36d4d 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/CotEditor.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/CotEditor.html @@ -45,9 +45,9 @@

Quick overview of the document’s outline

-

The CotEditor’s Outline feature extracts predefined keywords from the document and shows them in a pop-up menu. By clicking on a listed item, you can go directly to the corresponding part of your document.

+

The CotEditor’s Outline feature extracts predefined keywords from the document and shows them in a list. By clicking on a listed item, you can go directly to the corresponding part of your document.

diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_inspect_fileinfo.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_inspect_fileinfo.html index 2c38dc15c..a7cf484e6 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_inspect_fileinfo.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_inspect_fileinfo.html @@ -22,6 +22,7 @@

The information appeares in the inspector is as follows:

+ @@ -33,18 +34,38 @@ +
Document File
ItemDescription
PermissionThe file privilege.
Full PathThe absolute path to the file in UNIX format.
+ + + + + + - + +
Tet Settings
ItemDescription
EncodingThe current selected text encoding.
Line EndingsThe current selected line endings.
ModeThe current used mode in the editor.
+ + + + + + - + - +
Count
ItemDescription
CharactersThe number of characters in the document (and the selection).
LinesThe number of lines in the document (and the selection).
WordsThe number of words in the document (and the selection). The current language in the Spelling window is used to interpret words.
WordsThe number of words in the document (and the selection). The current language in the Spelling window is used to interpret words.
LocationThe number of characters before the insertion point.
LineThe line number where the insertion point locates.
ColumnThe number of of characters from the head of the current line to the insertion point.
+ + + + + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_show_outlinemenu.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_show_outlinemenu.html index 882d29daf..d63562c4f 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_show_outlinemenu.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_show_outlinemenu.html @@ -6,14 +6,14 @@ - Build Outline of a document in CotEditor + Inspect outline of a document in CotEditor -

Build Outline of a document in CotEditor

+

Inspect outline of a document in CotEditor

-

The Outline feature extracts specific parts of your document and generates a list according to the definition of the syntax.

+

The CotEditor’s Outline feature extracts specific parts of your document and generates a list according to the definition of the syntax.

The generated outline is shown in the navigation bar and the inspector.

diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/syntax_outline_settings.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/syntax_outline_settings.html index 5ce45f910..d15f62389 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/syntax_outline_settings.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/syntax_outline_settings.html @@ -52,7 +52,7 @@

See also

diff --git a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html index fbeda2bb4..a1ee921df 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html +++ b/CotEditor/CotEditor.help/Contents/Resources/en.lproj/toc.html @@ -54,7 +54,7 @@
  • Parse document syntax
  • diff --git a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_inspect_fileinfo.html b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_inspect_fileinfo.html index c0d2bf283..d71890dce 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_inspect_fileinfo.html +++ b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_inspect_fileinfo.html @@ -22,6 +22,7 @@

    表示される情報は下記の通りです。

    Character
    ItemDescription
    Code PointsThe Unicode code points for the selected character in hexadecimal (appeared only when single character is selected).
    + @@ -33,10 +34,25 @@ +
    書類ファイル
    項目説明
    アクセス権このファイルのアクセス権を表示します。
    フルパスこのファイルまでのUNIX形式の絶対パスです。
    + + + + + + + +
    テキスト設定
    項目説明
    エンコーディング現在選択されているテキストエンコーディングです。
    改行コード現在の選択されている改行コードです。
    モード現在使われているエディタのモードです。
    + + + + + + @@ -45,6 +61,13 @@ +
    カウント
    項目説明
    文字数書類内(および選択範囲内)の文字数です。
    行数書類内(および選択範囲内)の行数です。
    現在挿入ポイントがある行の行数です。
    現在挿入ポイントがある位置のその行頭からの文字数です。
    + + + + + + diff --git a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_show_outlinemenu.html b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_show_outlinemenu.html index 237a3da08..7a89b62ac 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_show_outlinemenu.html +++ b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/howto_show_outlinemenu.html @@ -6,14 +6,14 @@ - CotEditorで書類のアウトラインを生成する + CotEditorで書類のアウトラインを一覧する -

    CotEditorで書類のアウトラインを生成する

    +

    CotEditorで書類のアウトラインを一覧する

    -

    アウトラインは、シンタックス定義に従って書類の該当する部分を抽出し一覧(アウトライン)を生成する機能です。

    +

    CotEditorのアウトライン機能は、シンタックス定義に従って書類の該当する部分を抽出し一覧(アウトライン)を生成する機能です。

    生成されたアウトラインはナビゲーションバーとインスペクタの2箇所に表示できます。

    diff --git a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/syntax_outline_settings.html b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/syntax_outline_settings.html index 42390d7b3..7146d6948 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/syntax_outline_settings.html +++ b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/syntax_outline_settings.html @@ -50,7 +50,7 @@

    関連項目

    diff --git a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/toc.html b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/toc.html index 48f0cd48e..df90e5327 100644 --- a/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/toc.html +++ b/CotEditor/CotEditor.help/Contents/Resources/ja.lproj/toc.html @@ -54,7 +54,7 @@
  • 書類のシンタックスを解析する
  • 文字
    項目説明
    コードポイント選択している文字のUnicodeコードポイントの16進コードです。1文字だけを選択している時に表示されます。