From c8d40c1af58d8b21bb99e850aa6e7ded61dd7275 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 11 Jun 2021 14:33:53 -0400 Subject: Support "Replace All" in multiple and rectangular selection. --- docs/manual.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/manual.md') diff --git a/docs/manual.md b/docs/manual.md index d186ad2c..7a78964b 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -508,9 +508,8 @@ When the pane is closed, you can quickly perform "Find Next", "Find Prev", "Repl on Windows, Linux, and BSD; `⌘G`, `⌘⇧G`, `^R`, and `^⇧R`, respectively, on macOS; and `M-G`, `M-S-G`, `M-R`, and `M-S-R` in the terminal version. -**Tip:** by default, "Replace All" replaces all text in the buffer. Selecting a contiguous block -of text and then performing "Replace All" replaces all text in that selection only. Textadept does -not currently support "Replace All" within non-contiguous selections (e.g. multiple selections). +**Tip:** by default, "Replace All" replaces all text in the buffer. Selecting text and then +performing "Replace All" replaces all text in that selection only. [`ui.find.highlight_all_matches`]: api.html#ui.find.highlight_all_matches -- cgit v1.2.3