Skip to content

Commit

Permalink
History v23
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutaka Emura committed Nov 14, 2023
1 parent 104a3f0 commit b7a5e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/history/v23_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## New General Features

- Added the ability to show the embedded **Web Browser** within EmEditor using the **WebView2** control. The initial home URL can be customized in the new **Web Browser** page of the **Customize** dialog box. The **Web Browser** is designed to be used in conjunction with macros. Writing a macro enables you to send specific text to a website. You can use `web` to access the **Document Object Model** (**DOM**) in the web page, For instance, `web.document.documentElement.outerHTML` retrieves the HTML of the current web document. The new **onLoad** event in JavaScript (V8) enables you to retrieve specific text from the web page when it is loaded. Please refer to the <a href="https://github.com/Emurasoft/library/blob/main/macros/Bing.jsee" target="_blank">**Bing.jsee** macro example</a> to see how the new features can be utilized. {{pro}}
- Added the ability to show the embedded **Web Browser** within EmEditor using the **WebView2** control. The initial home URL can be customized in the new **Web Browser** page of the **Customize** dialog box. The **Web Browser** is designed to be used in conjunction with macros. Writing a macro enables you to send specific text to a website. You can use `web` to access the **Document Object Model** (**DOM**) in the web page, For instance, `web.document.documentElement.outerHTML` retrieves the HTML of the current web document. The **onLoad** event enables you to retrieve specific text from the web page when it is loaded. Please refer to the <a href="https://github.com/Emurasoft/library/blob/main/macros/Bing.jsee" target="_blank">**Bing.jsee** macro example</a> to see how the new features can be utilized. {{pro}}
- Added the ability to format the selection or entire document using the **Language Server Protocol** (**Format Document** and **Format Selection** commands). {{pro}}
- Improved the Markdown syntax highlighting by adding the special syntax for Markdown. {{profree}}
- Improved invalid character detections while opening **Japanese (JIS)** or **Japanese (EUC)** files. {{profree}}
Expand Down
2 changes: 1 addition & 1 deletion ja/history/v23_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 一般の新機能

- WebView2 コントロールを使用して EmEditor 内のカスタム バーで Webブラウザを表示する機能を追加しました。ホームの URL は、[カスタマイズ] ダイアログ ボックスの [Webブラウザ] ページでカスタマイズできます。Webブラウザは、マクロと組み合わせて使用するように設計されています。マクロを作成すると、指定するテキストを Webサイトに送信できます。`web` を使用して Document Object Model (DOM) にアクセスすることができます。例えば、`web.document.documentElement.outerHTML` は、現在の Webドキュメントの HTML を取得します。JavaScript (V8) の新しい onLoad イベントを使用すると、Webページのロード時に Webページから指定するテキストを取得できます。新機能の使用方法については、<a href="https://github.com/Emurasoft/library/blob/main/macros/Bing.jsee" target="_blank">Bing.jsee マクロ例</a> を参照してください。 {{pro}}
- WebView2 コントロールを使用して EmEditor 内のカスタム バーで Webブラウザを表示する機能を追加しました。ホームの URL は、[カスタマイズ] ダイアログ ボックスの [Webブラウザ] ページでカスタマイズできます。Webブラウザは、マクロと組み合わせて使用するように設計されています。マクロを作成すると、指定するテキストを Webサイトに送信できます。`web` を使用して Document Object Model (DOM) にアクセスすることができます。例えば、`web.document.documentElement.outerHTML` は、現在の Webドキュメントの HTML を取得します。onLoad イベントを使用すると、Webページのロード時に Webページから指定するテキストを取得できます。新機能の使用方法については、<a href="https://github.com/Emurasoft/library/blob/main/macros/Bing.jsee" target="_blank">Bing.jsee マクロ例</a> を参照してください。 {{pro}}
- 言語サーバー プロトコル ([文書のフォーマット] および [選択範囲のフォーマット] コマンド) を使用して、選択範囲または文書全体をフォーマットする機能が追加されました。 {{pro}}
- Markdown 用の特別な構文を追加することにより、Markdown 構文の強調表示が改善されました。 {{profree}}
- 日本語 (JIS) または日本語 (EUC) ファイルを開く際、不正文字の検出が改善されました。 {{profree}}
Expand Down

0 comments on commit b7a5e88

Please sign in to comment.