Page 1 of 1

Overwrite dialog path truncating improvement

Posted: 2017-02-27, 10:48 UTC
by Saran
Current behavior is shown in the picture:

http://i.imgur.com/EcZUOTe.png

As explained there, the main problem is that the only part of the path (based on which the user can make a decision if the right source and target were used for the operation) is truncated and the parts of the path that are the same are actually shown. This leaves the user to have to check both of the tooltips for full paths to be certain.

A good example (how Sublime Text handles the very same files) is an approach TC could possibly also adopt to make users life easier in such situations...

Thanks in advance!

Posted: 2017-02-27, 11:14 UTC
by Hacker
Hello Saran,
How does one know which part of the path is important?

Roman

Posted: 2017-02-27, 12:25 UTC
by Lefteous
How does one know which part of the path is important?
When there are actually just two paths to compare I guess the path part matters that differs.

In my opinion the dialog width needs to be increased to make it more likely to avoid truncations. Another idea to improve the dialog would be to highlight the differences in the path.

Posted: 2017-02-27, 12:52 UTC
by Dalai
Showing the path in a (read-only) edit field instead of the current label would be another option, so the user can do anything one can do with an edit field (move the cursor around in there, copy (parts of) the path and so on).

Adding the option to adjust the dialog's width would also work, but I can imagine that it might not be good for some of the dialog's controls.

This might be used in conjunction with some highlighting of the differences.

Regards
Dalai

Posted: 2017-02-27, 13:24 UTC
by Hacker
Lefteous,
When there are actually just two paths to compare I guess the path part matters that differs.
What if several parts differ?

Roman

Posted: 2017-02-27, 13:32 UTC
by MVV
Perhaps first difference is the major one, I think... but synchronous truncation requires much more effort than current one.

Posted: 2017-02-27, 14:00 UTC
by Lefteous
What if several parts differ?
Same story.

Posted: 2017-02-27, 14:23 UTC
by Hacker
Lefteous,
Same story.
c:\...\diff_1\...\diff_2\...\diff_3\...\file.txt
c:\...\diff_a\...\diff_b\...\diff_c\...\file.txt
:?:

Roman

Posted: 2017-02-27, 14:49 UTC
by Lefteous
Could you elaborate, please?