From 0a2b102b8c4893fd9a973e5feee7cc103d830301 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 4 Jan 2024 10:38:18 +0000 Subject: [PATCH] Update tests-checklist-jaime.md --- doc/releases/0.77.0/tests-checklist-jaime.md | 36 ++++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/releases/0.77.0/tests-checklist-jaime.md b/doc/releases/0.77.0/tests-checklist-jaime.md index de59c9b186..ff6e77afda 100644 --- a/doc/releases/0.77.0/tests-checklist-jaime.md +++ b/doc/releases/0.77.0/tests-checklist-jaime.md @@ -226,27 +226,27 @@ Repeat the previous subsections steps after enabling `Allow zones to span across - [x] Uncheck `Ignore the orientation of pictures` and verify that swapped width and height will actually resize a picture if the width is not equal to the height ## PowerRename -- [ ] Check if disable and enable of the module works. (On Win11) Check if both old context menu and Win11 tier1 context menu items are present when module is enabled. -- [ ] Check that with the `Show icon on context menu` icon is shown and vice versa. -- [ ] Check if `Appear only in extended context menu` works. -- [ ] Enable/disable autocomplete. -- [ ] Enable/disable `Show values from last use`. +- [x] Check if disable and enable of the module works. (On Win11) Check if both old context menu and Win11 tier1 context menu items are present when module is enabled. +- [x] Check that with the `Show icon on context menu` icon is shown and vice versa. +- [x] Check if `Appear only in extended context menu` works. +- [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. Test advanced enumeration using different values for every field ${start=10,increment=2,padding=4}. - - [ ] 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. Test advanced enumeration using different values for every field ${start=10,increment=2,padding=4}. + - [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`) - - [ ] Replace using file creation date and time (e.g. `$hh-$mm-$ss-$fff` `$DD_$MMMM_$YYYY`) - - [ ] Turn on `Use Boost library` and test with Perl Regular Expression Syntax (e.g. `(?<=t)est`) + - [x] Search with an expression (e.g. `(.*).png`) + - [x] Replace with an expression (e.g. `foo_$1.png`) + - [x] Replace using file creation date and time (e.g. `$hh-$mm-$ss-$fff` `$DD_$MMMM_$YYYY`) + - [x] Turn on `Use Boost library` and test with Perl Regular Expression Syntax (e.g. `(?<=t)est`) * File list filters. - - [ ] In the `preview` window uncheck some items to exclude them from renaming. - - [ ] Click on the `Renamed` column to filter results. - - [ ] Click on the `Original` column to cycle between checked and unchecked items. + - [x] In the `preview` window uncheck some items to exclude them from renaming. + - [x] Click on the `Renamed` column to filter results. + - [x] Click on the `Original` column to cycle between checked and unchecked items. ## PowerToys Run