Exif info - copy value and copy this item format

*** Please try to reproduce your bug and confirm the bug fix. ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
krzysiu
Posts: 24
Joined: Thu Apr 07, 2016 8:52 pm

Exif info - copy value and copy this item format

Post by krzysiu »

Short version. I request...
  • ability to copy just value from properties window
  • simplification of copied text (removal of two windows style EOLs from copied text), when using "copy this item".
  • making copied text consistent - removal of additional (in relation to other tabs) spaces in Exiftool tab
Longer version, with details explained
It would be awesome if one could copy just value in properties dialogue, like Exif info. I don't know about the rest, but when it comes to me, I never had to copy both columns, when I need to copy something, it's always just a value.

Image

Of course, it's not a big deal to delete it manually, but it can be a hassle, when I need to copy and paste multiple values. And two EOL characters prevent pasting an item into a single line edit box.

Now, there's the other thing. I'm not sure if it's a bug or not. If that's too unrelated, I'll make another feature suggestion. So the same dialogue and menu allows you to "Copy this item", but the format is quite... complicated and non-consistent.

This is how whitespaces/non-printable characters look, when copied from Exif tab.
Image
I'd expect

Code: Select all

ITEM\tVALUE
or other than \t separator, but instead it's

Code: Select all

ITEM\tVALUE\t\r\n\r\n
Five whitespace characters at the end of the string (tab + 2x Windows EOL) serving no purpose and could be, in my opinion, safely removed

Let's copy the same value from Exiftool tab:
Image
Now it's (let's assume \s is space)

Code: Select all

ITEM\s\t\sVALUE\t\r\n\r\n
As far as I checked, Exiftool tab is the only tab with different format.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Exif info - copy value and copy this item format

Post by xnview »

See issue for current status and some details.
Pierre.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Exif info - copy value and copy this item format

Post by xnview »

This problem is supposed to be fixed in XnView MP 1.8.7. Please check and confirm the bug fix here.
Pierre.
Post Reply