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
@@ -393,8 +393,8 @@ Settings specific to the CSV column manipulation and alignment features.
393
393
-**CSV: Header lines to exclude** — Number of header rows protected from sort, duplicate detection, and find/replace. Set to `0` to disable.
394
394
-**Mark duplicate rows with bookmarks** — Places Notepad++ bookmarks on duplicate lines for navigation (F2 / Shift+F2). Clears existing bookmarks when active.
395
395
396
-
### 4. Export
397
-
Configure how list data is exported to the clipboard via **Export Data** from the context menu.
396
+
### 4. Copy Report
397
+
Copies a report of the whole list to the clipboard via **Copy Report** from the context menu. The report always covers the entire list (selection is ignored) and is meant for spreadsheets; to copy entries back into MultiReplace use **Copy** instead.
398
398
399
399
-**Template** — Defines the output format using placeholders. Available placeholders:
400
400
-`%FIND%` — Find pattern
@@ -404,11 +404,12 @@ Configure how list data is exported to the clipboard via **Export Data** from th
- Use `\t` for tab delimiter (e.g., `%FIND%\t%REPLACE%\t%COMMENT%` for TSV format).
410
-
-**Escape special characters** — When checked, converts newlines, tabs, and backslashes in field values to their escape sequences (`\n`, `\t`, `\\`). Useful for single-line formats.
411
-
-**Include header row** — When checked, adds a header line with column names before the data rows.
410
+
-**Include header row** — Adds a header line with column names before the data rows. Enabled by default.
411
+
412
+
Fields are always quoted in Excel-compatible CSV style (embedded `"` doubled, real newlines kept inside the quoted field), so the report pastes straight into a spreadsheet. This is a one-way report for spreadsheets; to copy entries back into MultiReplace use the context-menu **Copy** instead.
0 commit comments