Update help contents

This commit is contained in:
1024jp 2023-08-28 12:41:50 +09:00
parent bec478a37d
commit bfd3263182
7 changed files with 85 additions and 6 deletions

View File

@ -9,20 +9,21 @@ Change Log
- Support __macOS 14 Sonoma__.
- Add feature to set the editor font depending of the syntax kind.
- Add the monospaced font setting to the Appearance settings.
- Add “Kind” option to syntax definitions.
- Add the monospaced font setting to the Appearance settings pane.
- Add the “Kind” option to syntax definitions.
- Add ability to switch the monospaced/proportional font to the Fonts toolbar item.
- Add Spanish localization (thanks to Agustin Borrego!).
### Improvements
- Change the system requirement to __macOS 13 Ventura and later__.
- Update the behavior and visual of the inspector pane.
- Update the behavior and look of the inspector pane.
- Add “Use system color” option to the insertion point color in the theme setting view.
- Add a font size field to the print dialog.
- Update the character inspector to add labels for each item and display the Unicode version.
- Reorganize the Settings window.
- Deprecate the print font setting in the Print settings.
- Deprecate the print font option in the Print settings.
- Deprecate the cursor type option.
- Deprecate the Color Code toolbar button.
- Make sure to perform the automatic whitespace trimming every time before explicit saving by the user.

View File

@ -10,7 +10,6 @@
</head>
<body>
<a name="whats_new"></a>
<h1>Whats new in CotEditor 4.5?</h1>
@ -28,6 +27,7 @@
<ul>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_4.4.html">Whats new in CotEditor 4.4?</a></li>
<li><a href="whats_new_in_4.6.html">Whats new in CotEditor 4.6?</a></li>
</ul>
</section>

View File

@ -0,0 +1,38 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="what's new, highlights, release"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<script defer src="../../Shared/js/toc.js"></script>
<title>Whats new in CotEditor 4.6?</title>
</head>
<body>
<a name="whats_new"></a>
<h1>Whats new in CotEditor 4.6?</h1>
<dl>
<dt>macOS 14 Sonoma support</dt>
<dd>CotEditor is now compatible with macOS 14 Sonoma. It also brings out Sonoma's new cursor capabilities, so you can get more writing done than ever before.</dd>
<dt>Use monospaced/propotional font according to the situation</dt>
<dd>You can now choose the editor's display font between monospaced and propotional to match the kind of your documents. From coding to daily documents, you can comfortably write with just one CotEditor.</dd>
<dt>Modern inspector behaviors</dt>
<dd>The behavior and look of the document inspector is now nicer and more modern.</dd>
</dl>
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="releasenotes.html">Release notes</a></li>
<li><a href="whats_new_in_4.4.html">Whats new in CotEditor 4.5?</a></li>
</ul>
</section>
</body>
</html>

View File

@ -126,6 +126,7 @@
<li><details>
<summary>Whats New</summary>
<ul>
<li><a href="pgs/whats_new_in_4.6.html">Whats new in CotEditor 4.6?</a></li>
<li><a href="pgs/whats_new_in_4.5.html">Whats new in CotEditor 4.5?</a></li>
<li><a href="pgs/whats_new_in_4.4.html">Whats new in CotEditor 4.4?</a></li>
<li><a href="pgs/whats_new_in_4.3.html">Whats new in CotEditor 4.3?</a></li>

View File

@ -10,7 +10,6 @@
</head>
<body>
<a name="whats_new"></a>
<h1>CotEditor 4.5の新機能</h1>
@ -28,6 +27,7 @@
<ul>
<li><a href="releasenotes.html">リリースノート</a></li>
<li><a href="whats_new_in_4.4.html">CotEditor 4.4の新機能</a></li>
<li><a href="whats_new_in_4.6.html">CotEditor 4.6の新機能</a></li>
</ul>
</section>

View File

@ -0,0 +1,38 @@
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="what's new, リリース, 新機能"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<script defer src="../../Shared/js/toc.js"></script>
<title>CotEditor 4.6の新機能</title>
</head>
<body>
<a name="whats_new"></a>
<h1>CotEditor 4.6の新機能</h1>
<dl>
<dt>macOS 14 Sonoma対応</dt>
<dd>macOS 14 Sonomaに早速対応しました。Sonomaのあたらしいカーソルの能力も引き出して、今まで以上に執筆に打ち込めます。</dd>
<dt>等幅/プロポーショナルフォントを使い分け</dt>
<dd>書類のタイプに合わせて、エディタの表示フォントを等幅とプロポーショナルで切り替えられるようになりました。コーディングから日常の文書まで、CotEditor一本で執筆できます。</dd>
<dt>モダンなインスペクタ</dt>
<dd>書類インスペクタの振る舞いと見た目が、よりすっきりとモダンになりました。</dd>
</dl>
<section id="cf">
<h2>関連項目</h2>
<ul>
<li><a href="releasenotes.html">リリースノート</a></li>
<li><a href="whats_new_in_4.5.html">CotEditor 4.5の新機能</a></li>
</ul>
</section>
</body>
</html>

View File

@ -125,6 +125,7 @@
<li><details>
<summary>新機能</summary>
<ul>
<li><a href="pgs/whats_new_in_4.6.html">CotEditor 4.6の新機能</a></li>
<li><a href="pgs/whats_new_in_4.5.html">CotEditor 4.5の新機能</a></li>
<li><a href="pgs/whats_new_in_4.4.html">CotEditor 4.4の新機能</a></li>
<li><a href="pgs/whats_new_in_4.3.html">CotEditor 4.3の新機能</a></li>