Skip to content

Commit d0062ab

Browse files
authored
Merge pull request #45 from pryrt/issue44-searching-in-selection
clarify find-option "in selection"
2 parents 55269c0 + 052d077 commit d0062ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All the dialog-based have certain features in common, though some are disabled u
2828
* **Find what** edit box with dropdown history: this is the text you are searching for
2929
* **Replace with** edit box with dropdown history: this is the text that will replace what was matched
3030

31-
* **☐ In selection**: If you have a region of text selected, and **In selection** is enabled, it will only search-and-replace / count / mark within that selection of text, rather than in the whole document
31+
* **☐ In selection**: If you have a region of text selected, and **In selection** is enabled, it will only **Count**, **Replace All**, or **Mark All** within that selection of text, rather than in the whole document (other buttons, such as **Find Next**, will continue to work on the whole document)
3232
* **☐ Backward direction**: normally, searches go forward (down the page); with this option, they will go backward (up the page)
3333
* **☐ Match whole word only**: if enabled, searches will only match if the result is a whole word (so "it" will not be found inside "hitch")
3434
* **☐ Match case**: if enabled, searches must match in case (so a search for "it" will not find "It" or "IT")

0 commit comments

Comments
 (0)