You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/dlg/customize/advanced/index.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,25 @@ that EmEditor minimizes the system's memory usage. However, an application error
9
9
to terminate, even though the EmEditor's error handler can try to save unsaved documents when an application error happens. By checking this option, each window will run in an independent process, and an application error on one document will not cause other documents to terminate. If this is
10
10
checked, tabs will be disabled and cannot be displayed.
11
11
12
-
## Use Temporary File to Reduce Memory Usage check box
12
+
## Enable Disk-Based check box
13
13
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.
14
+
If this box is checked, EmEditor uses file-based operations for editing, and reduces the system's memory usage. If the Read Unmodified Lines from the Original File check box is also set, unmodified lines will be read from the original file, which increases the speed to open a file. If not, the file contents will be saved as a temporary file while opening a file, which reduces the file opening speed. Both cases reduce 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.
15
15
16
-
## Auto check box
16
+
## Minimum File Size to Enable Disk-Based text box
17
17
18
-
If this box is checked, EmEditor automatically determines whether a temporary file should be used to open a file depending on the available memory size. When this option is enabled, EmEditor will use a temporary file if the file size to be opened is more than approximately 1/4 of the available memory. Setting this option allows EmEditor to optimize the speed both for read and write. However, if you mainly read large files and don't edit them, disabling this option and entering a smaller number in the **Minimum File Size to use Temporary File** text box makes EmEditor to read large files faster.
19
-
20
-
## Minimum File Size to use Temporary File text box
21
-
22
-
Uses a temporary file when the file size is larger than the size specified here and the Use Temporary File to Reduce Memory Usage check box is checked. Specifying zero
23
-
will always use a temporary file.
18
+
Uses a disk-based operations when the file size is larger than the size specified here and the Enable Disk-Based check box is checked. Specifying zero will always enable disk-based operations.
24
19
25
20
## Read Unmodified Lines from the Original File check box
26
21
27
22
If this box is checked, unmodified lines will be read from the original file, which increases the speed to open a file.
28
23
29
24
## Lock the Original File check box
30
25
31
-
If this box is checked, the original file is locked when using a temporary file to open a file.
26
+
If this box is checked, the original file is locked when the disk-based is enabled to open a file.
27
+
28
+
## Use temporary files while editing check box
29
+
30
+
If this box is checked, modified file contents will be saved to a temporary file while editing. While this action reduces the system's memory usage, it will slow down the running speed.
32
31
33
32
## Minimum File Size to Open Asynchronously text box
Copy file name to clipboardExpand all lines: en/history/v23_0.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@
14
14
15
15
## New Options
16
16
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}}
17
+
- The **Use Temporary Files to Reduce Memory Usage** check box was renamed to **Enable Disk-Based**, and **Minimum File Size to use Temporary File** text box was renamed to **Minimum File Size to Enable Disk-Based** in the **[Advanced](../dlg/customize/advanced/index)** page of the **Customize** dialog box. {{pro}}
18
18
- Added the **Use Temporary Files** check box to the **[Advanced](../dlg/customize/advanced/index)** page of the **Customize** dialog box. {{pro}}
19
+
- Removed the **Auto** check box from the **[Advanced](../dlg/customize/advanced/index)** page of the **Customize** dialog box. {{pro}}
19
20
- Added the **[Web Browser](../dlg/customize/web/index)** page to the **Customize** dialog box. {{pro}}
20
21
- 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
22
- Added the **Show hover tooltip** check box to the **[Language Server](../dlg/properties/language_server/index)** page of configuration properties. {{pro}}
0 commit comments