Skip to content

Commit b324de7

Browse files
authored
"Add a Linked File..." menu item (#67)
* Add a Linked File... menu item * Add more text * Revise
1 parent c04e381 commit b324de7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

en/dlg/find_in_files/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,13 @@ The following dialog box is also available through this dialog box.
191191

192192
## Add to Batch button
193193

194-
Adds the current settings to the batch list.
194+
Adds the current settings to the batch list. Click the ▼ button to show the menu.
195+
196+
## ▼ button
197+
198+
| | |
199+
| --- | --- |
200+
| **Add a Linked File...** | Select a file that contains multiple find strings separated by newlines. This is similar to **Import**, but a linked file only contains find strings. A linked file also uses less memory, because the file is shown as one entry in the Find list box. |
195201

196202
## Batch >> button
197203

en/dlg/replace_in_files/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,13 @@ Click this button to display the [**Advanced** dialog box](../advanced/index) to
199199

200200
## Add to Batch button
201201

202-
Adds the current settings to the batch list.
202+
Adds the current settings to the batch list. Click the ▼ button to show the menu.
203+
204+
## ▼ button
205+
206+
| | |
207+
| --- | --- |
208+
| **Add a Linked File...** | Select a TSV file that contains multiple find and replace strings separated by newlines. This is similar to **Import**, but a linked file only contains find and replace strings. A linked file also uses less memory, because the file is shown as one entry in the Replace list box. Each line of a linked file contains the find string, a tab, and the replace string. |
203209

204210
## Batch >> button
205211

0 commit comments

Comments
 (0)