Page 1 of 1

Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 15 Aug 2023 13:50
by matewo
Hi all,

preview windows show the status of new names:
  • successful renames in green with new names
  • unchanged names in black with prefixed "<unchanged>"
  • conflicting renames in red with prefixed "<exists>" or "<dupe>"

Sample (names are just samples, there might be no function producing these exact rename results):

Code: Select all

| Test1.txt  |  Test8.txt              |
| Test2.txt  |  <Unchanged> Test2.txt  |
| Test3.txt  |  <Exists> Test3.txt     |
| Test4.txt  |  <Dupe> Test4.txt       |
It's harder to read the new names, if prefixed with the status infos (<...>), as they vary in length (or are omitted for successful renames). Even changing to a monospaced font does not really help (me).

So I would like to suggest some ideas:
  • put the status infos at the end of new names, so that the names themselves are still left-aligned (least effort, I guess)
  • put another icon (or unicode character) in front of the icon of the associated apps / folder
  • create another "column" between the current and new name, containing text "<...>" and / or icon (very much effort)

Code: Select all

| Test1.txt  |  Test8.txt <Done>       |
| Test2.txt  |  Test2.txt <Unchanged>  |
| Test3.txt  |  Test3.txt <Exists>     |

| Test1.txt  |  ✔ Test8.txt
| Test2.txt  |  ≡ Test2.txt
| Test3.txt  |  🗐 Test3.txt
Thanks and best regards, Markus

Re: Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 15 Aug 2023 14:19
by highend

Code: Select all

| Test1.txt  |  ✔ Test8.txt
| Test2.txt  |  ≡ Test2.txt
| Test3.txt  |  🗐 Test3.txt
+1

If the unicode chars could be colored (checkmark = green, ...) I would take them, otherwise icons...
put the status infos at the end of new names, so that the names themselves are still left-aligned
I don't like that option.
The longer the names get (and they are not always the same length, at least not here) the harder to read & compare the info

Re: Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 15 Aug 2023 14:58
by matewo
highend wrote: 15 Aug 2023 14:19 [...]

+1

If the unicode chars could be colored (checkmark = green, ...) I would take them, otherwise icons...
At least the file names will still be coloured...

Re: Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 15 Aug 2023 15:16
by admin
The current way cannot be beaten in terms of clarity. I might be able to improve the alignment by adding Tabs before the filenames.

Re: Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 02 Sep 2023 00:27
by jupe
Just an observation, but now If horiz scroll the right panel, the icons overlap the text, eg.

Re: Preview windows: formatting the status of new names (<unchanged>, <exists>, ...)

Posted: 02 Sep 2023 13:13
by admin
Yep! :tup: Fix on the way.