Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
usami-k committed Nov 12, 2014
2 parents 48e86fa + b876ea3 commit f527d0e
Show file tree
Hide file tree
Showing 58 changed files with 1,379 additions and 1,243 deletions.
29 changes: 29 additions & 0 deletions changelog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
changelog
==========================

2.0.0
--------------------------

### Additions/Changes

- 「編集」メニューの項目「スペル」を「スペルと文法」に変更し、さらに「自動変換」と「変換」機能を追加
- これにともない、「ユーティリティ」メニュー内の「大文字に」、「小文字に」、「先頭の文字を大文字に」を削除
- “Apache” シンタックス定義の更新
- アウトラインをインデントで階層化
- コンテキストメニューのスクリプトメニューにはスクリプト管理のための項目を含めないように変更
- [beta] 全角空白の不可視文字代替文字を一部変更
- [beta] 書類タイプに public.text を追加
- [rc] ほか、見た目の微調整


### Fixes

- 「CotEditor がアクティブになるとき新規書類を開く」オプションが正しく機能していなかった不具合を修正
- ファイルオープンパネルでのエンコーディング選択が無視されていた不具合を修正
- [beta] ウインドウがない状態で「移動」パネルが開けることがあり、実行すると以降ほかのコマンドを受け付けなくなる不具合を修正
- [beta] メニューキーバインド編集のアウトライン展開アイコンが表示されないことがある不具合を修正
- [beta] ウインドウが閉じたあともウインドウオブジェクトが残っていた不具合を修正
- [beta] ビューが不透明のとき、ウインドウリサイズ時にテキストビューが伸び縮みすることがある不具合を修正
- [beta] コンテキストメニュー内のスクリプトメニューのスクリプトアイコンが表示されていなかった不具合を修正
- [beta] 日本語環境で一部 UI のフォントが Aqua カナになっていた不具合を修正
- [rc] テキスト編集時に行番号ビューが更新されないことがある不具合を修正



2.0.0-rc
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion CotEditor.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions CotEditor/CotEditor.help/Contents/Resources/Shared/sty/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
@charset "UTF-8";

/*
* CotEditor Help Additional Style Sheet for Index Pages
*/
Additional Help Style Sheet for Index Pages
CotEditor
http://coteditor.com
h1:before {
© 2006-2014 CotEditor Project
*/


h1::before {
display: none;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
@charset "UTF-8";

/* /////////////////////////////////////
CotEditor Release Notes Style Sheet
author : 1024jp <wolfrosch.com>
site : coteditor.github.io
target : changelog pages
lastMod : 2014-10-30
////////////////////////////////////// */
/*
Additional Help Style Sheet for Release Notes
CotEditor
http://coteditor.com
Created on 2014 by 1024jp
© 2014 CotEditor Project
*/


ul, ol {
article ul, ol {
border: none;
background: transparent;
margin: 0;
Expand Down Expand Up @@ -87,10 +89,10 @@ article h2 {
.highlights h1 {
margin-bottom: 0.5em;
}
.highlights dt:before {
.highlights dt::before {
content: '✔︎';
color: hsl(90,50%,50%);
font-size:140%;
font-size: 140%;
vertical-align: -0.05em;
margin-right: 0.3em;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
@charset "UTF-8";

/*
* CotEditor Help Standard Style Sheet
*/
Standard Help Style Sheet
CotEditor
http://coteditor.com
© 2006-2014 CotEditor Project
*/


body {
font: 10pt/1.5 'Helvetica Neue', sans-serif;
color: hsla(0,0%,0%,0.8);
Expand All @@ -25,14 +33,15 @@ hr {

code {
font-family: 'menlo', monospace;
font-size: 95%;
}

body > h1 {
font-size: 140%;
font-weight: 500;
margin: 0 0 1.5em;
}
body > h1:before {
body > h1::before {
content: url(../gfx/[email protected]);
-webkit-transform: scale(0.5);
display: inline-block;
Expand Down Expand Up @@ -155,11 +164,11 @@ table {
margin: 1em 0;
}
table caption {
text-align: left;
margin: 0.4em 0;
text-align: left;
margin: 0.4em 0;
}
table thead tr:first-child > * {
border-top: none;
border-top: none;
}
table thead tr:last-child > * {
border-bottom: 1px solid #888;
Expand Down
12 changes: 10 additions & 2 deletions CotEditor/CotEditor.help/Contents/Resources/Shared/sty/top.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
@charset "UTF-8";

/*
* CotEditor Help Style Sheet for CotEditorHelp.html
*/
Help Style Sheet for Top Page
CotEditor
http://coteditor.com
© 2006-2014 CotEditor Project
*/


body {
font: 10pt/1.5 'Helvetica Neue', sans-serif;
color: hsla(0,0%,0%,0.8);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
@charset "UTF-8";

/*
* CotEditor Help Style Sheet for topic
*/
Additional Help Style Sheet for Topic Page
CotEditor
http://coteditor.com
© 2006-2014 CotEditor Project
*/


.topic {
padding: 0;
min-height: 200px;
Expand All @@ -23,7 +31,7 @@

.topic img.snapshot {
width: 200px;
border:1px solid hsla(0,0%,0%,.25);
border: 1px solid hsla(0,0%,0%,.25);
border-radius: 3px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="start" href="../CotEditorHelp.html"/>
<link rel="index" href="../xpgs/xall.html"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<link rel="stylesheet" href="../../Shared/sty/topicbox.css"/>
<link rel="stylesheet" href="../../Shared/sty/topic.css"/>
<title>Discover CotEditor</title>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Release Notes</h1>
<article>
<header>
<h1>CotEditor 2.0.0</h1>
<p>release: <time>2014-11-xx</time></p>
<p>release: <time>2014-11-13</time></p>
</header>

<section>
Expand Down Expand Up @@ -78,12 +78,12 @@ <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 </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>
</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).
<ul>
<li><strong>Attention!</strong>: You may need to update the outline extracting definitions in your custom syntax styles.</li>
<li><strong>Attention!</strong>: You may need to update the outline extracting definitions in your custom syntax styles. See <a href="./specification_changes.html">Specification Changes on CotEditor 2.0</a> for details.</li>
<li>Remove <code>$&amp;</code> definition that represents whole matched string (Use <code>$0</code> instead).</li>
</ul></li>
<li>Change tab width to 4 characters in outline menu.</li>
Expand All @@ -101,6 +101,10 @@ <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
<ul>
<li>From this, remove “Uppercase”, “Lowercase” and “Capitalize” in “Utility” menu.</li>
</ul></li>
<li>Update all of bundled syntax styles.</li>
<li>Update “CSS” syntax style:
<ul>
Expand Down Expand Up @@ -150,6 +154,10 @@ <h2>Additions/Changes</h2>
<li>Improve number literals.</li>
<li>Add escape chars.</li>
</ul></li>
<li>Update “Apache” syntax style:
<ul>
<li>Indent outline items.</li>
</ul></li>
<li>Separate “DTD” (Document Type Declaration) syntax style from “XML”.
<ul>
<li>From this, coloring performance with “XML” syntax style was improved.</li>
Expand All @@ -160,10 +168,11 @@ <h2>Additions/Changes</h2>
<li>Rename <code>unicode normalization</code> command to <code>normalize unicode</code>.</li>
<li>Update internal code for <code>range</code> property of <code>text selection</code> objects.
<ul>
<li>From this, your <strong>compiled</strong> AppleScripts (.scpt) that contain <code>selection</code> handling need to be updated manually. See “Scripting with AppleScript” document in Help menu for details.</li>
<li>From this, your <strong>compiled</strong> AppleScripts (.scpt) that contain <code>selection</code> handling need to be updated manually. See “Scripting with AppleScript” document in Help menu for details.</li>
</ul></li>
<li>Update documents about scripting with AppleScript.</li>
</ul></li>
<li>Change not to include menu items that manage script menu in context menu.</li>
<li>Count characters by composed character sequence in the status bar and the info drawer.
<ul>
<li>The previous count was actually the length of string in UTF-16 that is internal string expression on OS X (for example, a surrogate pair is counted previously as 2 and now as 1).</li>
Expand Down Expand Up @@ -217,6 +226,8 @@ <h2>Fixes</h2>

<ul>
<li>Fix an issue that “Share find strings with other applications” option didn’t work.</li>
<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>Fix an issue that comments weren’t highlighted correctly if another comment delimiter is contained in string that is enclosed in quotes before the comment delimiter.</li>
<li>Fix an issue that variation selectors, kind of invisible characters, disappeared occasionally.</li>
<li>Fix help buttons on preferences panes.</li>
Expand All @@ -236,6 +247,7 @@ <h2>Fixes</h2>
<li>Fix an issue that <code>range</code> property of <code>text selection</code> objects was displayed as wrong <code>character range</code> on AppleScript Editor.</li>
<li>Fix some sample scripts which didn’t run correctly.</li>
<li>Fix an issue that some settings did not display in Preferences on OS X Lion.</li>
<li>Fix an issue that CotEditor could crash after replacement on specific conditions.</li>
<li>Avoid horizontal scrollers on key bindings edit sheets.</li>
</ul>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>What's New in CotEditor 2.0</h1>
<dd>CotEditor works well on OS X Yosemite. The new application icon is also in
Yosemite style.</dd>

<dt>More than 80 of improvements</dt>
<dt>More than 100 of improvements</dt>
<dd>There are more and more nicely improvements for you. Check out the
<a href="../pgs/releasenotes.html">release notes</a> for details.</dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="start" href="../CotEditorHelp.html"/>
<link rel="index" href="../xpgs/xall.html"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<link rel="stylesheet" href="../../Shared/sty/topicbox.css"/>
<link rel="stylesheet" href="../../Shared/sty/topic.css"/>
<title>CotEditor について</title>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>リリースノート</h1>
<article>
<header>
<h1>CotEditor 2.0.0</h1>
<p>リリース: <time>2014-11-xx</time></p>
<p>リリース: <time>2014-11-13</time></p>
</header>

<section>
Expand Down Expand Up @@ -84,6 +84,7 @@ <h2>機能改善/仕様変更</h2>
<li>シンタックス定義で RE (正規表現) を無効にしていても IC (大文字小文字を無視) を有効にできるように変更</li>
<li>アウトライン抽出に用いる正規表現ライブラリを OniGmo (OgreKit) から ICU (NSRegularExpression) に変更
<ul>
<li><strong>注意!</strong>: シンタックス定義をカスタムしている場合はアウトライン抽出定義の修正が必要な場合があります。詳細は <a href="./specification_changes.html">CotEditor 2.0 での仕様変更</a>をご覧ください。</li>
<li>マッチした文字列全体を表す <code>$&amp;</code> 定義の削除(代わりに <code>$0</code> を使ってください)</li>
</ul></li>
<li>アウトラインメニューでのタブ幅をスペース4個分に変更</li>
Expand All @@ -101,6 +102,10 @@ <h2>機能改善/仕様変更</h2>
<li>文書定義と書類アイコンを追加し、CotEditorと関連づけられた書類のアイコンと種類がよりファイルを反映したものになるようにした</li>
<li>エディタ内で矢印キーでカーソル移動をしたときのスクロール幅を1行ずつに変更</li>
<li>自動インデントが有効なときは、 <code>{</code> または <code>}</code> 直後の改行でインデントの対応を取るように改善 (Naotaka さんに感謝!)</li>
<li>「編集」メニューの項目「スペル」を「スペルと文法」に変更し、さらに「自動変換」と「変換」機能を追加
<ul>
<li>これにともない、「ユーティリティ」メニュー内の「大文字に」、「小文字に」、「先頭の文字を大文字に」を削除</li>
</ul></li>
<li>シンタックス定義フォーマットの変更に対応するための、すべてのバンドル版シンタックス定義の更新</li>
<li>“CSS” シンタックス定義の更新
<ul>
Expand Down Expand Up @@ -150,6 +155,10 @@ <h2>機能改善/仕様変更</h2>
<li>数値の抽出条件を改良</li>
<li>エスケープ文字を追加</li>
</ul></li>
<li>“Apache” シンタックス定義の更新
<ul>
<li>アウトラインをインデントで階層化</li>
</ul></li>
<li>“DTD” (文書型定義) シンタックス定義 を “XML” シンタックス定義から分離
<ul>
<li>これにより、“XML” シンタックス定義のカラーリングパフォーマンスを改善</li>
Expand All @@ -164,6 +173,7 @@ <h2>機能改善/仕様変更</h2>
</ul></li>
<li>AppleScript に関わるドキュメントの更新</li>
</ul></li>
<li>コンテキストメニューのスクリプトメニューにはスクリプト管理のための項目を含めないように変更</li>
<li>ステータスバーおよび情報ドロワーの文字数カウントを composed character 単位に変更
<ul>
<li>従来の文字数カウントは愚直にUTF-16 (= OS Xでの文字列内部表現) での length を表示するのに対して、新しいカウント法は表示される文字単位でカウントを行なう(例えば、絵文字などのサロゲートペアは文字数:1, 文字長:2となる)</li>
Expand Down Expand Up @@ -217,6 +227,8 @@ <h2>バグフィックス</h2>

<ul>
<li>「検索文字列をほかのアプリケーションと共有」オプションが有効にならない不具合を修正</li>
<li>「CotEditor がアクティブになるとき新規書類を開く」オプションが正しく機能していなかった不具合を修正</li>
<li>ファイルオープンパネルでのエンコーディング選択が無視されていた不具合を修正</li>
<li>引用符で囲まれた文字列内にコメント開始記号がある場合、同行内で引用符外にコメントがあってもカラーリングされない不具合を修正</li>
<li>不可視制御文字 Variation Selector の表示が消えることがある不具合を修正</li>
<li>環境設定ウインドウのヘルプボタンから該当するヘルプページが開かなかった不具合を修正</li>
Expand All @@ -236,6 +248,7 @@ <h2>バグフィックス</h2>
<li>AppleScript Editor から <code>selection</code> オブジェクトのプロパティを見たときに <code>range</code> プロパティの名前が <code>character range</code> と表示される不具合を修正</li>
<li>正しく実行できなかったいくつかのサンプルスクリプトを修正</li>
<li>OS X Lion において、環境設定のいくつかの設定項目が非表示になっていた不具合を修正</li>
<li>特定の環境下で一括置換時クラッシュすることがあった不具合を修正</li>
<li>キーバインド編集シートで横スクロールの発生を抑止</li>
</ul>
</section>
Expand All @@ -247,7 +260,7 @@ <h2>その他</h2>
<ul>
<li>CotEditor の Twitter アカウントができました:<a href="https://twitter.com/CotEditor" rel="external">@CotEditor</a></li>
<li>公式サイトの URL が <a href="http://coteditor.com" rel="external">coteditor.com</a> に変更されました。</li>
<li><a href="https://github.com/coteditor/CotEditor/wiki/Additional-Syntax-Styles" rel="external">GitHub Wiki</a> で追加インストールできるシンタックス定義を見つけることができます</li>
<li><a href="https://github.com/coteditor/CotEditor/wiki/Additional-Syntax-Styles" rel="external">GitHub Wiki</a> で追加インストールできるシンタックス定義を見つけることができます</li>
</ul>
</section>
</article>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>CotEditor 2.0 の新機能</h1>
<dt>Yosemite 対応</dt>
<dd>CotEditor 2.0 は Yosemite 上でもしっかり動きます。新しいアプリケーションアイコンも Yosemite スタイルです。</dd>

<dt>80 項目を超える新機能と改良</dt>
<dt>100 項目を超える新機能と改良</dt>
<dd>魅力的な改良はまだまだあります。すべての変更は<a href="../pgs/releasenotes.html">リリースノート</a>をご覧下さい。</dd>
</dl>

Expand Down
Loading

0 comments on commit f527d0e

Please sign in to comment.