Skip to content

Commit c081b68

Browse files
author
Yutaka Emura
committed
remove HTMLBar
1 parent 47931fc commit c081b68

File tree

16 files changed

+19
-87
lines changed

16 files changed

+19
-87
lines changed

en/features/custom_toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ The following plug-ins are new in Version 7. The Projects plug-in and the Word C
77

88
-
99
FindBar Plug-in - allows you to do searches, including incremental search, from within the toolbar.
10-
- [HTMLBar Plug-in](../howto/plugin/plugin_htmlbar) \- displays a toolbar filled with buttons which help you insert frequently used HTML tags and elements.
10+
- HTMLBar Plug-in \- displays a toolbar filled with buttons which help you insert frequently used HTML tags and elements.
1111
- [Projects Plug-in](../howto/plugin/plugin_projects) \- displays folder trees and allows you to open files from the folder trees.
1212
- [Word Complete Plug-in](../howto/plugin/plugin_wordcomplete) \- displays the list filled with previously used words and highlighted words defined in EmEditor, and lets you select a word from the list to complete your typing.

en/history/v20_8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ June 8, 2021
1818

1919
## Plug-in New Features
2020

21-
- Supported multiple selections in the [**HTMLBar** plug-in](../howto/plugin/plugin_htmlbar).
21+
- Supported multiple selections in the **HTMLBar** plug-in.
2222

2323
## Macro New Features
2424

en/history/v20_9.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ July 13, 2021
1313

1414
## New Options
1515

16-
- Added the **Include supported plug-ins** check box to the [**Sync** page](../dlg/customize/sync/index) of the **Customize** dialog box. Currently, the [**HTMLBar**](../howto/plugin/plugin_htmlbar) and [**Snippets**](../howto/plugin/plugin_snippets) plug-ins support the **Sync** feature.
16+
- Added the **Include supported plug-ins** check box to the [**Sync** page](../dlg/customize/sync/index) of the **Customize** dialog box. Currently, the **HTMLBar** and [**Snippets**](../howto/plugin/plugin_snippets) plug-ins support the **Sync** feature.
1717
- Redesigned the **Toolbars** dialog box. Added a checkbox to each item in the **Basic Toolbar** list box, and the new version allows you to hide each basic toolbar without deleting it. The new version also allows you to name basic toolbar titles.
1818
- Added another page to the [**Import and Export** wizard](../dlg/import_export/index) to allow you to paste or drop a source or destination path.
1919

@@ -26,11 +26,11 @@ July 13, 2021
2626

2727
## Plug-in New Features
2828

29-
- Added the **Remove Hyperlinks** button to the [**HTMLBar** plug-in](../howto/plugin/plugin_htmlbar).
30-
- Added the **Replace using Regular Expressions** radio button and the related options to the **Button Properties** dialog box of the [**HTMLBar** plug-in](../howto/plugin/plugin_htmlbar), which allows you to define a regular expression replace for each button in the **HTML toolbar**. The new **Remove Hyperlinks** button uses this feature.
31-
- Added and **Shortcut** text box and the **Remove** button to the **Button Properties** dialog box of the [**HTMLBar** plug-in](../howto/plugin/plugin_htmlbar), which allows you to assign a keyboard shortcut for each button in the **HTML toolbar**. If a same keyboard shortcut is assigned to multiple buttons, a menu appears when you press the shortcut key, which allows you to select the desired action.
32-
- Added the **Select Location** dialog box to the [**HTMLBar** plug-in](../howto/plugin/plugin_htmlbar), which will be displayed when you click the **Hyperlinks** button to enter any URL or text.
33-
- Support the **Sync** feature in the [**HTMLBar**](../howto/plugin/plugin_htmlbar) and [**Snippets**](../howto/plugin/plugin_snippets) plug-ins.
29+
- Added the **Remove Hyperlinks** button to the **HTMLBar** plug-in.
30+
- Added the **Replace using Regular Expressions** radio button and the related options to the **Button Properties** dialog box of the **HTMLBar** plug-in, which allows you to define a regular expression replace for each button in the **HTML toolbar**. The new **Remove Hyperlinks** button uses this feature.
31+
- Added and **Shortcut** text box and the **Remove** button to the **Button Properties** dialog box of the **HTMLBar** plug-in, which allows you to assign a keyboard shortcut for each button in the **HTML toolbar**. If a same keyboard shortcut is assigned to multiple buttons, a menu appears when you press the shortcut key, which allows you to select the desired action.
32+
- Added the **Select Location** dialog box to the **HTMLBar** plug-in, which will be displayed when you click the **Hyperlinks** button to enter any URL or text.
33+
- Support the **Sync** feature in the **HTMLBar** and [**Snippets**](../howto/plugin/plugin_snippets) plug-ins.
3434

3535
## Plug-in API New Features
3636

en/history/v700.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ were added to the [**Window** object](../macro/window/index).
6060
[**Options** page](../dlg/macro_customize/options/index) in the
6161
[**Customize Macros** dialog box](../dlg/macro_customize/index).
6262
- New plug-ins: the
63-
[Projects plug-in](../howto/plugin/plugin_projects), the Find Bar plug-in, the [HTML Bar plug-in](../howto/plugin/plugin_htmlbar), and the [Word Complete plug-in](../howto/plugin/plugin_wordcomplete) were added.
63+
[Projects plug-in](../howto/plugin/plugin_projects), the Find Bar plug-in, the HTML Bar plug-in, and the [Word Complete plug-in](../howto/plugin/plugin_wordcomplete) were added.
6464
- [**Macros Toolbar**](../cmd/view/show_macros_bar), [**Refresh Toolbars**](../cmd/view/refresh_toolbars), **Record All Activities**,
6565
**[Record All Except Mouse/Keyboard Activities](../cmd/macros/record_no_mouse)**, **[Left Custom Bar](../cmd/window/left_custom_bar)**, **[Top Custom Bar](../cmd/window/top_custom_bar)**, **[Right Custom Bar](../cmd/window/right_custom_bar)**, **[Bottom Custom Bar](../cmd/window/bottom_custom_bar)** commands were added.
6666
- [**Replace** command](../cmd/search/edit_replace),

en/howto/plugin/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ How to...
88
plugin_commit_list
99
plugin_develop
1010
plugin_explorer
11-
plugin_htmlbar
1211
plugin_install
1312
plugin_opendocuments
1413
plugin_projects

en/howto/plugin/plugin_htmlbar.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

en/howto/view/view_toolbarlist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
| ![](../../images/extract_columns.png)[Extract Columns](../../cmd/csv/extract_columns) | Extracts specified columns from the current CSV document. |
112112
| ![](../../images/plugin_commit_list.png)[CommitList](../plugin/plugin_commit_list) | CommitList Plug-in. |
113113
| ![](../../images/plugin_explorer.png)[Explorer](../plugin/plugin_explorer) | Explorer Plug-in. |
114-
| ![](../../images/htmlbar.png)[HTMLBar](../plugin/plugin_htmlbar) | HTMLBar Plug-in. |
115114
| ![](../../images/plugin_opendocuments.png)[Open Documents](../plugin/plugin_opendocuments) | Open Documents Plug-in. |
116115
| ![](../../images/projects.png)[Projects](../plugin/plugin_projects) | Projects Plug-in. |
117116
| ![](../../images/plugin_search.png)[Search](../plugin/plugin_search) | Search Plug-in. |

en/images/htmlbar.png

-1.05 KB
Binary file not shown.

ja/features/custom_toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ orphan: true
33
---
44
# 新しく追加されたプラグイン
55

6-
以下のプラグインは Version 7 で新しく追加されたプラグインです。この中で、\[検索バー\] プラグインと [\[HTML バー\] プラグイン](../howto/plugin/plugin_htmlbar) は、カスタム ツールバーを他のツール バーのように表示できるよう新機能を使用しています。
6+
以下のプラグインは Version 7 で新しく追加されたプラグインです。この中で、\[検索バー\] プラグインと \[HTML バー\] プラグイン は、カスタム ツールバーを他のツール バーのように表示できるよう新機能を使用しています。
77

88
- \[検索バー\] プラグイン \- インクリメンタル サーチも可能で、ツール バーから検索できます。
9-
- [\[HTML バー\] プラグイン](../howto/plugin/plugin_htmlbar) \- HTML タグや要素を簡単に挿入できます。
9+
- \[HTML バー\] プラグイン \- HTML タグや要素を簡単に挿入できます。
1010
- [\[プロジェクト\] プラグイン](../howto/plugin/plugin_projects) \- 複数のファイルを 1 つのプロジェクトに定義して、プロジェクト管理を容易に行うことができます。
1111
- [\[単語補完\] プラグイン](../howto/plugin/plugin_wordcomplete) \- 文書に文字を入力すると、過去に使用された単語と強調単語のリストから使用される単語が候補の一覧として表示され、選択できるようになります。

ja/history/v20_8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## プラグイン API の新機能
2020

21-
- [\[HTML バー\] プラグイン](../howto/plugin/plugin_htmlbar) で複数選択をサポートしました。
21+
- \[HTML バー\] プラグイン で複数選択をサポートしました。
2222

2323
## マクロの新機能
2424

0 commit comments

Comments
 (0)