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

Features wanted...
Post Reply
matewo
Posts: 103
Joined: 03 Jun 2018 21:35

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

Post 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

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

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

Post 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
One of my scripts helped you out? Please donate via Paypal

matewo
Posts: 103
Joined: 03 Jun 2018 21:35

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

Post 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...

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post 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.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

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

Post by jupe »

Just an observation, but now If horiz scroll the right panel, the icons overlap the text, eg.
You do not have the required permissions to view the files attached to this post.

admin
Site Admin
Posts: 66097
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post by admin »

Yep! :tup: Fix on the way.

Post Reply