Update documents (#437)

This commit is contained in:
1024jp 2015-09-26 04:27:45 +09:00
parent 8575f52452
commit 3e51e3558f
5 changed files with 17 additions and 26 deletions

View File

@ -12,6 +12,8 @@ develop
### Additions/Changes
- Remove bundled `cot` command-line tool, due to the Mac App Store guidelines.
- To use `cot` command with CotEditor 2.2.0 and later, download it from <http://coteditor.com/cot> and install manually. You cannnot use the previous one with CotEditor 2.2.0.
- Improve saving error dialog to display more detailed error reason.
- Avoid beeping on typing an unmatched `>` even if `<>` brace highlighting turned on.
- Update “Swift” syntax style:
@ -20,6 +22,7 @@ develop
- Tweak syntax style edit sheet layout.
- Remove sample scripts.
- You can get them online on [Archives](http://coteditor.com/archives) page.
- Update documents.
- [beta] Improve side inspector switcher.

View File

@ -70,13 +70,9 @@
<ul>
<li>Support OS X 10.11 El Capitan.</li>
<li>Deprecate the feature opening/saving files that user doesn't have the permission, due to Sandbox requirement.</li>
<li>Change the location where <code>cot</code> command-line tool is bundled from <code>CotEditor.app/Contents/MacOS/</code> to <code>CotEditor.app/Contents/SharedSupport/bin/</code>, due to Sandbox requirement.
<li>Remove bundled <code>cot</code> command-line tool, due to the Mac App Store guidelines.
<ul>
<li>Users who have already installed `cot` command need re-install it manually. You can re-install it running the command below on Terminal:<br/>
<code>unlink /usr/local/bin/cot; ln -s /Applications/CotEditor.app/Contents/SharedSupport/bin/cot /usr/local/bin/cot</code><br/>
You may need to modify paths in this command depending on where you've installed CotEditor/cot.</li>
<li>To use <code>cot</code> command with CotEditor 2.2.0 and later, download the new command-line tool from <a href="http://coteditor.com/cot">http://coteditor.com/cot</a> and install manually. You cannnot use the previous one with CotEditor 2.2.0.</li>
</ul></li>
<li>Improve side inspector UI.</li>
<li>Improve syntax highlighting:
@ -116,10 +112,6 @@
<li>To restore also the last scroll position and cursor position.</li>
<li>To restore also the last syntax style mode of unsaved documents.</li>
</ul></li>
<li>Completely rewrite <code>cot</code> command-line tool:
<ul>
<li>Faster launch.</li>
</ul></li>
<li>Support “swipe to delete” for some tables in Preferences on El Capitan.</li>
<li>Improve contextual menu for theme/syntax style list on preferences.</li>
<li>Avoid beeping on typing an unmatched <code>&gt;</code> even if <code>&lt;</code><code>&gt;</code> brace highlighting turned on.</li>

View File

@ -19,21 +19,19 @@
<h1>Specification Changes on CotEditor 2.2</h1>
<p>CotEditor has been Sandboxed since version 2.2.0. It includes some specification changes from the previous versions in order to conform to the Sandbox rules. If you've used the legacy version before, you may need some manual migrations.</p>
<p>CotEditor has been Sandboxed since version 2.2.0. It includes some specification changes from the previous versions in order to conform to the Sandbox and the Mac App Store rules. If you've used the legacy version before, you may need some manual migrations.</p>
<h2>User Settings Location</h2>
<p>The location of the general CotEditor settings moved from <code>~/Library/Application Support/CotEditor/</code> to <code>~/Library/Containers/com.coteditor.CotEditor/Data/Library/Application Support/CotEditor/</code>. Users who have already installed `cot` command need re-install it manually. You can re-install it running the command below on Terminal:<br/>
<code>unlink /usr/local/bin/cot; ln -s /Applications/CotEditor.app/Contents/SharedSupport/bin/cot /usr/local/bin/cot</code><br/>
You may need to modify paths in this command depending on where you've installed CotEditor/cot.</p>
<p>The location of the general CotEditor settings moved from <code>~/Library/Application Support/CotEditor/</code> to <code>~/Library/Containers/com.coteditor.CotEditor/Data/Library/Application Support/CotEditor/</code>. This migration will be automatically done on the first launch of CotEditor 2.2.0.</p>
<h2>Scripts Folder Location</h2>
<p>The location of the scripts folder moved from <code>~/Library/Application Support/CotEditor/ScriptMenu/</code> to <code>~/Library/Application Scripts/com.coteditor.CotEditor/</code>. <strong>Users need to migrate their script to the new folder manually</strong>, since CotEditor doesn't have the write permission to the new location.</p>
<h2><code>cot</code> Command-Line Tool Location</h2>
<p>The location of <code>cot</code> command moved from <code>CotEditor.app/Contents/MacOS/</code> to <code>CotEditor.app/Contents/SharedSupport/bin/</code>. <strong>Users who have already installed <code>cot</code> command need to re-install <code>cot</code> command-line tool manually</strong>. Go to “Integration” pane in the Preferences and just press “Uninstall/Install” button twice.</p>
<h2><code>cot</code> Command-Line Tool</h2>
<p>From CotEditor 2.2.0, the <code>cot</code> command-line tool is no more bundled to CotEditor.app but provided separately on our web site. Download the new one from <a href="http://coteditor.com/cot">http://coteditor.com/cot</a> and isntall it manually. The old one is not compatible with CotEditor 2.2.0.</p>
<section id="cf">

View File

@ -70,6 +70,10 @@
<ul>
<li>OS X 10.11 El Capitan に対応</li>
<li>サンドボックス化にともない、ユーザにパーミッションがないファイルでもオープン/上書きができる機能 (authopen) を廃止</li>
<li>Mac App Store ガイドラインに沿うため、<code>cot</code> コマンドラインツールの同梱の廃止
<ul>
<li>CotEditor 2.2.0 およびそれ以降で <code>cot</code> コマンドを使うためには、新しいコマンドラインツールを <a href="http://coteditor.com/cot">http://coteditor.com/cot</a> からダウンロードして、手動でインストールを行ってください。過去のコマンドラインツールは CotEditor 2.2.0 に対応していません。</li>
</ul></li>
<li>サンドボックス化にともない、cot コマンドラインツールのバンドル場所を <code>CotEditor.app/Contents/MacOS/</code> から <code>CotEditor.app/Contents/SharedSupport/bin/</code> に変更。
<ul>
<li>cot コマンドをすでにインストールしているユーザは、手動で再インストールを行う必要があります。ターミナルから以下のコマンドを実行することで、コマンドを再インストールすることができます。<br/>
@ -113,10 +117,6 @@
<li>スクロール位置とカーソル位置も復帰の対象に</li>
<li>未保存書類のシンタックススタイルも復帰可能に</li>
</ul></li>
<li>cot コマンドラインツールを全面書き直し:
<ul>
<li>起動時間の短縮</li>
</ul></li>
<li>El Capitan のスワイプして削除を環境設定上のいくつかの表/リストで対応</li>
<li>環境設定内のテーマとシンタックススタイルリストのコンテキストメニューを改良</li>
<li><code>&lt;</code><code>&gt;</code> のハイライトが有効な時にも 対応していない <code>&gt;</code> が入力された時にビープ音が鳴るのを抑止</li>

View File

@ -20,21 +20,19 @@
<a name="specification_changes"></a>
<h1>CotEditor 2.2 での仕様変更</h1>
<p>CotEditor はバージョン 2.2.0 からサンドボックス化されました。バージョン 2.2.0 では Sandbox のルールに適合するために仕様が一部変更されています。そのため、以前のバージョンを使っていたユーザは手動による移行処理が必要になる場合があります。</p>
<p>CotEditor はバージョン 2.2.0 からサンドボックス化されました。バージョン 2.2.0 では Sandbox および Mac App Store のルールに適合するために仕様が一部変更されています。そのため、以前のバージョンを使っていたユーザは手動による移行処理が必要になる場合があります。</p>
<h2>ユーザ設定の保存場所</h2>
<p>CotEditor のユーザ設定全般の保存場所が <code>~/Library/Application Support/CotEditor/</code> から <code>~/Library/Containers/com.coteditor.CotEditor/Data/Library/Application Support/CotEditor/</code> に変更されました。<code>cot</code> コマンドをすでにインストールしているユーザは、手動で再インストールを行う必要があります。ターミナルから以下のコマンドを実行することで、コマンドを再インストールすることができます。<br/>
<code>unlink /usr/local/bin/cot; ln -s /Applications/CotEditor.app/Contents/SharedSupport/bin/cot /usr/local/bin/cot</code><br/>
CotEditor/cot をインストールしている場所に合わせて、再インストールコマンドのパスは適宜変更してください。</p>
<p>CotEditor のユーザ設定全般の保存場所が <code>~/Library/Application Support/CotEditor/</code> から <code>~/Library/Containers/com.coteditor.CotEditor/Data/Library/Application Support/CotEditor/</code> に変更されました。この移行は CotEditor 2.2.0 初回起動時に自動で行われます。</p>
<h2>スクリプトフォルダの場所</h2>
<p>スクリプトフォルダの位置が <code>~/Library/Application Support/CotEditor/ScriptMenu/</code> から <code>~/Library/Application Scripts/com.coteditor.CotEditor/</code> に変更されました。この移行は自動で行われないため、<strong>ユーザはすでにあるスクリプトを手動で移動する必要があります</strong></p>
<h2>コマンドラインツールのバンドル場所</h2>
<p><code>cot</code> コマンドラインツールのバンドル位置が <code>CotEditor.app/Contents/MacOS/</code> から <code>CotEditor.app/Contents/SharedSupport/bin/</code> に変更されました。<strong><code>cot</code> コマンドをすでにインストールしているユーザは、手動で再インストールを行う必要があります</strong>。環境設定の連携ペインで、「アンインストール/インストール」ボタンを2回押してください</p>
<h2><code>cot</code> コマンドラインツール</h2>
<p>CotEditor 2.2.0 から、<code>cot</code> コマンドラインツールは CotEditor.app に同梱されるのではなく、ウェブサイトから別途提供されるようになりました。新しいバージョンを <a href="http://coteditor.com/cot">http://coteditor.com/cot</a> からダウンロードして手動でインストールを行ってください。過去のバージョンは CotEditor 2.2.0 に対応していません</p>