From fcdf5aa2fca5edb1a5eb76f85deacc42d860689f Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 28 Apr 2021 15:05:59 +0200 Subject: [PATCH] Update tests-checklist-enricogior.md --- doc/releases/0.37.0/tests-checklist-enricogior.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/releases/0.37.0/tests-checklist-enricogior.md b/doc/releases/0.37.0/tests-checklist-enricogior.md index 474901a3c3..b0765c22b2 100644 --- a/doc/releases/0.37.0/tests-checklist-enricogior.md +++ b/doc/releases/0.37.0/tests-checklist-enricogior.md @@ -87,12 +87,12 @@ For all the remapping below, try pressing and releasing the remapped key/shortcu - [x] Enable/disable autocomplete. - [x] Enable/disable `Show values from last use`. * Select several files and folders and check PowerRename options: - - [ ] Make Uppercase/Lowercase/Titlecase (could be selected only one at the time) - - [ ] Exclude Folders/Files/Subfolder Items (could be selected several) - - [ ] Item Name/Extension Only (one at the time) - - [ ] Enumerate Items - - [ ] Case Sensitive - - [ ] Match All Occurrences. If checked, all matches of text in the `Search` field will be replaced with the Replace text. Otherwise, only the first instance of the `Search` for text in the file name will be replaced (left to right). + - [x] Make Uppercase/Lowercase/Titlecase (could be selected only one at the time) + - [x] Exclude Folders/Files/Subfolder Items (could be selected several) + - [x] Item Name/Extension Only (one at the time) + - [x] Enumerate Items + - [x] Case Sensitive + - [x] Match All Occurrences. If checked, all matches of text in the `Search` field will be replaced with the Replace text. Otherwise, only the first instance of the `Search` for text in the file name will be replaced (left to right). * Use regular expressions - [ ] Search with an expression (e.g. `(.*).png`) - [ ] Replace with an expression (e.g. `foo_$1.png`)