-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yutaka Emura
committed
Nov 3, 2023
1 parent
e7b7034
commit 103fb3f
Showing
31 changed files
with
517 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# \[文書のフォーマット\] コマンド | ||
|
||
## 概要 | ||
|
||
言語サーバー プロトコルを使用して文書全体をフォーマットします。 | ||
|
||
## 説明 | ||
|
||
言語サーバー プロトコルを使用して文書全体をフォーマットします。 | ||
|
||
## 実行方法 | ||
|
||
- 既定のメニュー: なし | ||
- [すべてのコマンド](../../glossary/allcommands): \[変換\] \- \[文書のフォーマット\] | ||
- ツール バー: なし | ||
- ステータス バー: なし | ||
- 既定のショートカット: Ctrl+K, D | ||
|
||
## プラグイン コマンド ID | ||
|
||
``` | ||
EEID_FORMAT_DOCUMENT (23244) | ||
``` | ||
|
||
## マクロ | ||
|
||
### \[JavaScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID(23244); | ||
``` | ||
|
||
### \[VBScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID 23244 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# \[選択範囲のフォーマット\] コマンド | ||
|
||
## 概要 | ||
|
||
言語サーバー プロトコルを使用して選択範囲をフォーマットします。 | ||
|
||
## 説明 | ||
|
||
言語サーバー プロトコルを使用して選択範囲をフォーマットします。 | ||
|
||
## 実行方法 | ||
|
||
- 既定のメニュー: \[変換\] \- \[フォーマット\] | ||
- [すべてのコマンド](../../glossary/allcommands): \[変換\] \- \[選択範囲のフォーマット\] | ||
- ツール バー: なし | ||
- ステータス バー: なし | ||
- 既定のショートカット: Ctrl+K, F | ||
|
||
## プラグイン コマンド ID | ||
|
||
``` | ||
EEID_FORMAT_SELECTION (23245) | ||
``` | ||
|
||
## Macros | ||
|
||
### \[JavaScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID(23245); | ||
``` | ||
|
||
### \[VBScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID 23245 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# \[ウェブ ブラウザのカスタマイズ\] コマンド | ||
|
||
## 概要 | ||
|
||
\[カスタマイズ\] ダイアログ ボックスの \[ウェブ ブラウザ\] ページを開きます。 | ||
|
||
## 説明 | ||
|
||
[\[カスタマイズ\] ダイアログ ボックス](../../dlg/customize/index) の \[ウェブ ブラウザ\] ページを表示して、アプリケーション共通の設定をできるようにします。 | ||
|
||
## 実行方法 | ||
|
||
- 既定のメニュー: なし | ||
- [すべてのコマンド](../../glossary/allcommands): \[ツール\] \- \[カスタマイズ\] \- \[ウェブ ブラウザ\] | ||
- ツール バー: なし | ||
- ステータス バー: なし | ||
- 既定のショートカット: なし | ||
|
||
## プラグイン コマンド ID | ||
|
||
``` | ||
EEID_CUSTOMIZE_WEB (9069) | ||
``` | ||
|
||
## マクロ | ||
|
||
### \[JavaScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID(9069); | ||
``` | ||
|
||
### \[VBScript\] | ||
|
||
``` | ||
editor.ExecuteCommandByID 9069 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# \[ウェブ ブラウザ\] コマンド | ||
|
||
## 概要 | ||
|
||
ウェブ ブラウザの表示/非表示を切り替えます。 | ||
|
||
## 説明 | ||
|
||
ウェブ ブラウザの表示/非表示を切り替えます。 | ||
|
||
## 実行方法 | ||
|
||
- 既定のメニュー: \[表示\] \- \[ウェブ ブラウザ\] | ||
- [すべてのコマンド](../../glossary/allcommands): \[表示\] \- \[ウェブ ブラウザ\] | ||
- ツール バー: なし | ||
- ステータス バー: なし | ||
- 既定のショートカット: Alt+2 | ||
|
||
## プラグイン コマンド ID | ||
|
||
``` | ||
EEID_VIEW_WEB (23243) | ||
``` | ||
|
||
## マクロ | ||
|
||
### \[JavaScript\] | ||
|
||
``` | ||
WebBar.Visible = !WebBar.Visible; | ||
``` | ||
|
||
### \[VBScript\] | ||
|
||
``` | ||
WebBar.Visible = Not WebBar.Visible | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# \[ウェブ ブラウザ\] ページ | ||
|
||
**\[ウェブ ブラウザ\]** ページでは、ウェブ ブラウザ バーに関する設定を行います。 | ||
|
||
## \[ホーム\] テキスト ボックス | ||
|
||
ウェブ ブラウザが最初に開いた時に表示されるホーム ページの URL を指定します。 | ||
|
||
## \[検索\] テキスト ボックス | ||
|
||
アドレス バーに検索語が入力された時に使用する検索用の URL を指定します。`%s` は検索語に置換されます。 | ||
|
||
## \[位置\] ドロップ ダウン リスト ボックス | ||
|
||
ウェブ ブラウザを EmEditor のどの位置に表示するかを指定します。 | ||
|
||
## \[EmEditor 内のウェブ ブラウザを使用してウェブ サイトを表示する\] チェック ボックス | ||
|
||
ウェブ サイトを表示する際、EmEditor 内のウェブ ブラウザを使用するかどうかを指定します。 | ||
|
||
## \[ウェブ サイトを表示時、確認メッセージを表示する\] チェック ボックス | ||
|
||
ウェブ サイトを表示する際、EmEditor 内のウェブ ブラウザを使用するかどうかを指定する確認メッセージを表示するかどうかを指定します。 | ||
|
||
## \[リセット\] ボタン | ||
|
||
設定を既定にします。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.