Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 24, 2024
1 parent 8583e6e commit 7133a81
Show file tree
Hide file tree
Showing 63 changed files with 103 additions and 103 deletions.
4 changes: 2 additions & 2 deletions cot.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8"/>
<meta name="description" content="Destribution page of cot command-line tool for CotEditor"/>
<meta name="description" content="Distribution page of cot command-line tool for CotEditor"/>

<title>cot command-line tool - CotEditor</title>

<meta property="og:type" content="article"/>
<meta property="og:url" content="https://coteditor.com/cot"/>
<meta property="og:title" content="CotEditor"/>
<meta property="og:description" content="Destribution page of cot command-line tool for CotEditor"/>
<meta property="og:description" content="Distribution page of cot command-line tool for CotEditor"/>
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/>
<meta property="og:site_name" content="CotEditor"/>
<meta property="og:locale" content="en_US"/>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/1.4.1.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Additions/Changes</h2>
<li>Support Retina display.</li>
<li>Update regular expression library used on search & replace feature from Oniguruma to Onigmo.<a href="#fnote1"><sup>1</sup></a>
<ul>
<li>Now the most regular expression synax defined on Perl 5.10+ like look-behind/look-ahead can also be used.</li>
<li>Now the most regular expression syntax defined on Perl 5.10+ like look-behind/look-ahead can also be used.</li>
</ul></li>
<li>Update application, document and toolbar icons.</li>
<li>Add small size toolbar icons.</li>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/1.4.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Additions/Changes</h2>
<li>Support Retina display.</li>
<li>Update regular expression library used on search & replace feature from Oniguruma to Onigmo.<a href="#fnote1"><sup>1</sup></a>
<ul>
<li>Now the most regular expression synax defined on Perl 5.10+ like look-behind/look-ahead can also be used.</li>
<li>Now the most regular expression syntax defined on Perl 5.10+ like look-behind/look-ahead can also be used.</li>
</ul></li>
<li>Update application, document and toolbar icons.</li>
<li>Add small size toolbar icons.</li>
Expand Down
4 changes: 2 additions & 2 deletions releasenotes/1.5.1.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>New Features</h2>
<li>Fix an issue that the color selected in the color panel was applied also to texts in text view.</li>
</ul></li>
<li>Add “Input Char in Unicode Hex” feature to “Edit” menu.</li>
<li>Informations to display in status bar become selectable.</li>
<li>Information to display in status bar become selectable.</li>
<li>Add word count and file size to status bar info choices.</li>
<li>Add word count, file size and byte size to info drawer.</li>
<li>Tab format becomes settable via “Format” menu and toolbar to apply only to the current document.</li>
Expand Down Expand Up @@ -175,7 +175,7 @@ <h2>Additions/Changes</h2>
<li>Change line/character selection on Go To panel from radio buttons to popup menu.</li>
<li>Improve inspector drawer layout.</li>
<li>Now line number view updates while window resizing.</li>
<li>Improve syntax coloring on text inputing.</li>
<li>Improve syntax coloring on text inputting.</li>
<li>Migrate memory management to ARC (Automatic Reference Counting).</li>
<li>Optimize processes on application launch.</li>
<li>Update Sparkle framework to version 1.6.0:<ul>
Expand Down
4 changes: 2 additions & 2 deletions releasenotes/1.5.2.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>New Features</h2>
<li>Fix an issue that the color selected in the color panel was applied also to texts in text view.</li>
</ul></li>
<li>Add “Input Char in Unicode Hex” feature to “Edit” menu.</li>
<li>Informations to display in status bar become selectable.</li>
<li>Information to display in status bar become selectable.</li>
<li>Add word count and file size to status bar info choices.</li>
<li>Add word count, file size and byte size to info drawer.</li>
<li>Tab format becomes settable via “Format” menu and toolbar to apply only to the current document.</li>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h2>Additions/Changes</h2>
<li>Change line/character selection on Go To panel from radio buttons to popup menu.</li>
<li>Improve inspector drawer layout.</li>
<li>Now line number view updates while window resizing.</li>
<li>Improve syntax coloring on text inputing.</li>
<li>Improve syntax coloring on text inputting.</li>
<li>Migrate memory management to ARC (Automatic Reference Counting).</li>
<li>Optimize processes on application launch.</li>
<li>Update Sparkle framework to version 1.6.0:<ul>
Expand Down
4 changes: 2 additions & 2 deletions releasenotes/1.5.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>New Features</h2>
<li>Fix an issue that the color selected in the color panel was applied also to texts in text view.</li>
</ul></li>
<li>Add “Input Char in Unicode Hex” feature to “Edit” menu.</li>
<li>Informations to display in status bar become selectable.</li>
<li>Information to display in status bar become selectable.</li>
<li>Add word count and file size to status bar info choices.</li>
<li>Add word count, file size and byte size to info drawer.</li>
<li>Tab format becomes settable via “Format” menu and toolbar to apply only to the current document.</li>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h2>Additions/Changes</h2>
<li>Change line/character selection on Go To panel from radio buttons to popup menu.</li>
<li>Improve inspector drawer layout.</li>
<li>Now line number view updates while window resizing.</li>
<li>Improve syntax coloring on text inputing.</li>
<li>Improve syntax coloring on text inputting.</li>
<li>Migrate memory management to ARC (Automatic Reference Counting).</li>
<li>Optimize processes on application launch.</li>
<li>Update Sparkle framework to version 1.6.0:<ul>
Expand Down
6 changes: 3 additions & 3 deletions releasenotes/2.0.0-beta.2.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ <h2>Additions/Changes</h2>
<li>Delay timing to store user’s menu key bindings.<ul>
<li>The user setting for menu key bindings on CotEditor 1.x will be reset on the first launch of v2.0.</li>
</ul></li>
<li>Change line hight value to line height based, that includes the hight of the line itself.</li>
<li>Change default line hight value to 1.3.</li>
<li>Change line height value to line height based, that includes the height of the line itself.</li>
<li>Change default line height value to 1.3.</li>
<li>Add thousands separators to values in document info.</li>
<li>Change date format in document info drawer.</li>
<li>Tweak status bar design.</li>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h2>Fixes</h2>
<li>Fix an issue that unfocused windows performed also re-coloring after “Replace All”.</li>
<li>Fix an issue that page guide was occasionally drawn at wrong place if fallback font is used.</li>
<li>Fix to highlight current line only in focused view of split views.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line hight is fixed.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line height is fixed.</li>
<li>Fix an issue that line numbers in unfocused views were not updated.</li>
<li>Fix an issue that lately added toolbar icons didn’t represent the state at the moment.</li>
<li>Fix an issue that an error was output in console if blank area of incompatible chars table was clicked.</li>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/2.0.0-beta.2.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2>機能改善/仕様変更</h2>
<li>入力補完キャンセル時の挙動を改善</li>
<li>「グリフ情報を表示」を「文字情報を表示」に改名</li>
<li>メニューキーバインドのユーザ設定を保存するタイミングを設定を変更したときまで遅延し、カスタマイズしていないときは常にアプリケーションの最新のデフォルト値を用いるように変更<ul>
<li>CotEditot 1.x での設定は一度リセットされます</li>
<li>CotEditor 1.x での設定は一度リセットされます</li>
</ul></li>
<li>行間設定を行の高さ(行そのものを含む値)ベースに変更</li>
<li>行の高さのデフォルト値を 1.3 に変更</li>
Expand Down
6 changes: 3 additions & 3 deletions releasenotes/2.0.0-beta.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h2>Additions/Changes</h2>
<li>Delay timing to store user’s menu key bindings.<ul>
<li>The user setting for menu key bindings on CotEditor 1.x will be reset on the first launch of v2.0.</li>
</ul></li>
<li>Change line hight value to line height based, that includes the hight of the line itself.</li>
<li>Change default line hight value to 1.3.</li>
<li>Change line height value to line height based, that includes the height of the line itself.</li>
<li>Change default line height value to 1.3.</li>
<li>Add thousands separators to values in document info.</li>
<li>Change date format in document info drawer.</li>
<li>Tweak status bar design.</li>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h2>Fixes</h2>
<li>Fix an issue that unfocused windows performed also re-coloring after “Replace All”.</li>
<li>Fix an issue that page guide was occasionally drawn at wrong place if fallback font is used.</li>
<li>Fix to highlight current line only in focused view of split views.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line hight is fixed.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line height is fixed.</li>
<li>Fix an issue that line numbers in unfocused views were not updated.</li>
<li>Fix an issue that lately added toolbar icons didn’t represent the state at the moment.</li>
<li>Fix an issue that an error was output in console if blank area of incompatible chars table was clicked.</li>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/2.0.0-beta.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2>機能改善/仕様変更</h2>
<li>入力補完キャンセル時の挙動を改善</li>
<li>「グリフ情報を表示」を「文字情報を表示」に改名</li>
<li>メニューキーバインドのユーザ設定を保存するタイミングを設定を変更したときまで遅延し、カスタマイズしていないときは常にアプリケーションの最新のデフォルト値を用いるように変更<ul>
<li>CotEditot 1.x での設定は一度リセットされます</li>
<li>CotEditor 1.x での設定は一度リセットされます</li>
</ul></li>
<li>行間設定を行の高さ(行そのものを含む値)ベースに変更</li>
<li>行の高さのデフォルト値を 1.3 に変更</li>
Expand Down
8 changes: 4 additions & 4 deletions releasenotes/2.0.0-rc.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2>Fixes</h2>
<li>[2.0β] Fix an issue that coloring label names were partially missing in syntax style validator.</li>
<li>[2.0β] Fix syntax colorings of “Haskell”, “LaTeX” and “PHP” styles.</li>
<li>[2.0β] Fill missing tooltips of some toolbar icons in English localization.</li>
<li>[2.0β] Fix a possble issue that syntax highlighting could not be updated after style edit.</li>
<li>[2.0β] Fix a possible issue that syntax highlighting could not be updated after style edit.</li>
</ul>
</section>
</article>
Expand Down Expand Up @@ -315,8 +315,8 @@ <h2>Additions/Changes</h2>
<li>Delay timing to store user’s menu key bindings.<ul>
<li>The user setting for menu key bindings on CotEditor 1.x will be reset on the first launch of v2.0.</li>
</ul></li>
<li>Change line hight value to line height based, that includes the hight of the line itself.</li>
<li>Change default line hight value to 1.3.</li>
<li>Change line height value to line height based, that includes the height of the line itself.</li>
<li>Change default line height value to 1.3.</li>
<li>Add thousands separators to values in document info.</li>
<li>Change date format in document info drawer.</li>
<li>Tweak status bar design.</li>
Expand Down Expand Up @@ -349,7 +349,7 @@ <h2>Fixes</h2>
<li>Fix an issue that unfocused windows performed also re-coloring after “Replace All”.</li>
<li>Fix an issue that page guide was occasionally drawn at wrong place if fallback font is used.</li>
<li>Fix to highlight current line only in focused view of split views.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line hight is fixed.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line height is fixed.</li>
<li>Fix an issue that line numbers in unfocused views were not updated.</li>
<li>Fix an issue that lately added toolbar icons didn’t represent the state at the moment.</li>
<li>Fix an issue that an error was output in console if blank area of incompatible chars table was clicked.</li>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/2.0.0-rc.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h2>機能改善/仕様変更</h2>
<li>入力補完キャンセル時の挙動を改善</li>
<li>「グリフ情報を表示」を「文字情報を表示」に改名</li>
<li>メニューキーバインドのユーザ設定を保存するタイミングを設定を変更したときまで遅延し、カスタマイズしていないときは常にアプリケーションの最新のデフォルト値を用いるように変更<ul>
<li>CotEditot 1.x での設定は一度リセットされます</li>
<li>CotEditor 1.x での設定は一度リセットされます</li>
</ul></li>
<li>行間設定を行の高さ(行そのものを含む値)ベースに変更</li>
<li>行の高さのデフォルト値を 1.3 に変更</li>
Expand Down
10 changes: 5 additions & 5 deletions releasenotes/2.0.0.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Additions/Changes</h2>
<li>Change syntax style file format from plist (XML) to YAML.
<ul>
<li>Legacy user styles will be migrated automatically on the first launch of CotEditor 2.0.</li>
<li>New user syntax style files are stored in <code>~/Library/Application Support/CotEditor/Syntaxes/</code>. The old styles are kept in <code>SyntaxColorings/</code>. Since CotEditor 2.0 doesn’t use them any more, you can delete the direcotry if you want.</li>
<li>New user syntax style files are stored in <code>~/Library/Application Support/CotEditor/Syntaxes/</code>. The old styles are kept in <code>SyntaxColorings/</code>. Since CotEditor 2.0 doesn’t use them any more, you can delete the directory if you want.</li>
</ul></li>
<li>Now, IC (ignore case) can be set even RE (regular expression) is set in syntax style editing.</li>
<li>Change regular expression engine to extract outline from OniGmo (OgreKit) to ICU (NSRegularExpression).
Expand All @@ -158,7 +158,7 @@ <h2>Additions/Changes</h2>
<li>Define document types for CotEditor in more details and also add document icons for each.</li>
<li>Scroll line by line with an arrow key.</li>
<li>Adjust indent automatically on return just after <code>{</code> and <code>}</code> if Auto-Indent is on. (thanks to Naotaka-san).</li>
<li>Rename “Spelling” menu item to “Spelling and Grammer” in Edit menu, and also add “Substitutions” and “Transformations” items
<li>Rename “Spelling” menu item to “Spelling and Grammar” in Edit menu, and also add “Substitutions” and “Transformations” items
<ul>
<li>From this, remove “Uppercase”, “Lowercase” and “Capitalize” in “Utility” menu.</li>
</ul></li>
Expand Down Expand Up @@ -253,8 +253,8 @@ <h2>Additions/Changes</h2>
<li>The user setting for menu key bindings on CotEditor 1.x will be reset on the first launch of v2.0.</li>
</ul></li>
<li>Improve key bindings edit sheets.</li>
<li>Change line hight value to line height based, that includes the hight of the line itself.</li>
<li>Change default line hight value to 1.3.</li>
<li>Change line height value to line height based, that includes the height of the line itself.</li>
<li>Change default line height value to 1.3.</li>
<li>Add thousands separators to values in document info.</li>
<li>Change date format in document info drawer.</li>
<li>Tweak status bar design.</li>
Expand Down Expand Up @@ -293,7 +293,7 @@ <h2>Fixes</h2>
<li>Fix an issue that unfocused windows performed also re-coloring after “Replace All”.</li>
<li>Fix an issue that page guide was occasionally drawn at wrong place if fallback font is used.</li>
<li>Fix to highlight current line only in focused view of split views.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line hight is fixed.</li>
<li>Fix an issue that text lines vibrated during moving caret if text orientation is vertical and line height is fixed.</li>
<li>Fix an issue that line numbers in unfocused views were not updated.</li>
<li>Fix an issue that lately added toolbar icons didn’t represent the state at the moment.</li>
<li>Fix an issue that an error was output in console if blank area of incompatible chars table was clicked.</li>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/2.0.0.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2>機能改善/仕様変更</h2>
<li>「グリフ情報を表示」を「文字情報を表示」に改名</li>
<li>メニューキーバインドのユーザ設定を保存するタイミングを設定を変更したときまで遅延し、カスタマイズしていないときは常にアプリケーションの最新のデフォルト値を用いるように変更
<ul>
<li>CotEditot 1.x での設定は一度リセットされます</li>
<li>CotEditor 1.x での設定は一度リセットされます</li>
</ul></li>
<li>メニューキーバインド編集シートの改良</li>
<li>行間設定を行の高さ(行そのものを含む値)ベースに変更</li>
Expand Down
4 changes: 2 additions & 2 deletions releasenotes/2.0.0_from_rc.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>What's New on CotEditor 2.0 from 2.0RC</h1>
<h2>Additions/Changes</h2>

<ul>
<li>Rename “Spelling” menu item to “Spelling and Grammer” in Edit menu, and also add “Substitutions” and “Transformations” items
<li>Rename “Spelling” menu item to “Spelling and Grammar” in Edit menu, and also add “Substitutions” and “Transformations” items
<ul>
<li>From this, remove “Uppercase”, “Lowercase” and “Capitalize” in “Utility” menu.</li>
</ul></li>
Expand All @@ -63,7 +63,7 @@ <h2>Fixes</h2>
<li>Fix an issue that “Open a new document when CotEditor becomes active” option didn’t work correctly.</li>
<li>Fix an issue that the encoding select in file open panel was ignored.</li>
<li>[beta] Fix a possible issue that the Go To panel could open even no document window exists, and application was going to hang after executing it.</li>
<li>[beta] Fix an issue that disclosure icons in the menu key bindings editor dissapeared rarely.</li>
<li>[beta] Fix an issue that disclosure icons in the menu key bindings editor disappeared rarely.</li>
<li>[beta] Fix an issue that window objects was remain after closing windows.</li>
<li>[beta] Fix an issue that text view expands/contracts occasionally on window resize.</li>
<li>[beta] Fix an issue that the script icon in context menu was missing.</li>
Expand Down
Loading

0 comments on commit 7133a81

Please sign in to comment.