Skip to content

Commit f35b8a6

Browse files
author
Yutaka Emura
committed
History v22.3
1 parent 5cfa4da commit f35b8a6

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

en/dlg/customize/advanced/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ checked, tabs will be disabled and cannot be displayed.
1111

1212
## Use Temporary File to Reduce Memory Usage check box
1313

14-
If this box is checked, a part of the file contents will be saved as a temporary file while editing; this action reduces the system's memory usage. Since using a temporary file will slow down the
15-
running speed, EmEditor uses a temporary file only when the file size is larger than the specified size below.
14+
If this box is checked, a part of the file contents will be saved as a temporary file while editing; this action reduces the system's memory usage. Since using a temporary file will slow down the running speed, EmEditor uses a temporary file only when the file size is larger than the specified size below.
1615

1716
## Auto check box
1817

en/dlg/customize/web/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The **Web Browser** page allows you to customize settings related to the Web Bro
66

77
Specifies the home page URL that should be displayed when the Web Browser is first opened.
88

9+
## Position drop-down list box
10+
11+
Selects where the Web Browser bar should be positioned in the EmEditor window.
12+
13+
## Use Web Browser within EmEditor to view web sites check box
14+
15+
Specifies that the Web Browser within EmEditor should be used to view web sites.
16+
17+
## Prompt when viewing a web site check box
18+
19+
Specifies that a prompt dialog box will be displayed to select whether the Web Browser within EmEditor should be used to view web sites.
20+
921
## Reset button
1022

1123
Resets to default settings.

en/dlg/properties/language_server/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ The **Language Server** page allows you to set properties related to language se
44

55
##
66

7-
### Enable Language Server Protocol (experimental) check box
7+
### Enable Language Server Protocol check box
88

99
Enabling Language Server Protocol turns on the following features:
1010

11-
- Hover tooltips
11+
- Hover tooltips when the **Show hover tooltips** check box is set.
1212
- **Search Symbols** in the **Search** menu
1313
- Allows selecting **Language Server Protocol** as the **Document Type** for **Syntax Check**
1414

1515
### Document Type drop-down list box
1616

1717
Specifies the language server to use. The HTML, CSS, JavaScript, and Perl servers are installed with EmEditor and are ready to use. Other language servers require additional steps to install. See the "Language Server installation" section below for information on installing language servers.
1818

19+
### Show hover tooltip check box
20+
21+
Shows hover tooltips.
22+
1923
### Reset button
2024

2125
Resets to default settings. The [**Reset** dialog box](../reset/index) will be displayed and will allow you to copy from another configuration.

en/history/v23_0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@
66

77
- Redesigned help pages. {{profree}}
88
- Added the ability to show the embedded **Web Browser** within EmEditor using the **WebView2** control. The **Web Browser** is designed to be used in conjunction with macros. Writing a macro enables you to send specific text to a website. The new **onLoad** event in JavaScript (V8) enables you to retrieve specific text from the web page when it is loaded. The initial home URL can be customized in the new **Web Browser** page of the **Customize** dialog box. {{pro}}
9-
- Added the ability to format the selection or enditre document using the **Language Server Protocol** (**Format Document** and **Format Selection** commands). {{pro}}
9+
- Added the ability to format the selection or entire document using the **Language Server Protocol** (**Format Document** and **Format Selection** commands). {{pro}}
1010
- Improved invalid character detections while opening **Japanese (JIS)** or **Japanese (EUC)** files. {{profree}}
1111
- Improved the speed of Find with the Count Matches option while opening a very large file in **Japanese (JIS)** or **Japanese (EUC)**. {{profree}}
1212
- Improved the speed of **Delete Columns**, **Insert Column Right/Left**, **Combine COlumns**, **Sort Columns**, **Paste**, and other commands while working on the **CSV** mode. {{pro}}
13+
- By default, improved the speed of **Uppercase**, **Lowercase**, and many other conversion commands when the number of replacements is very large by not using temporary files while enabling the disk-based file operations.
1314

1415
## New Options
1516

17+
- The **Use Temporary Files to Reduce Memory Usage** check box was renamed to **Enable Disk-Based** in the **[Advanced](../dlg/customize/advanced/index)** page of the **Customize** dialog box. {{pro}}
18+
- Added the **Use Temporary Files** check box to the **[Advanced](../dlg/customize/advanced/index)** page of the **Customize** dialog box. {{pro}}
1619
- Added the **[Web Browser](../dlg/customize/web/index)** page to the **Customize** dialog box. {{pro}}
1720
- Added the **Click the left edge of a line number to toggle the bookmark** check box to the **[Mouse](../dlg/customize/mouse/index)** page of the **Customize** dialog box. {{pro}}
21+
- Added the **Show hover tooltip** check box to the **[Language Server](../dlg/properties/language_server/index)** page of configuration properties. {{pro}}
1822

1923
## New Commands
2024

0 commit comments

Comments
 (0)