Re: [BUG] Dialog window on Tree conflict during merge is not resizable

2022-12-25 Thread Daniel Sahlberg via TortoiseSVN
onsdag 23 november 2022 kl. 22:14:13 UTC+1 skrev Achim Kalwa:

> A possible workaround is to split the path after ~70 chars by scanning for 
> a slash "/" and replace it with something like "\ /" (that is backslash, 
> space, slash). The Taskdialog will wordwrap at the space position, which 
> looks like this:
>
> I believe such a solution was added in r29510. Maybe the original reporter 
can try out the latest nightly build 
(https://nightlybuilds.tortoisesvn.net/latest/) and see if this works 
better.

Kind regards,
Daniel
 

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/5aafab9e-cb32-4808-989e-f9171a4b103bn%40googlegroups.com.


Re: [BUG] Dialog window on Tree conflict during merge is not resizable

2022-11-23 Thread TortoiseSVN on behalf of Achim Kalwa

Daniel Sahlberg wrote:
The dialog is based on the win32 api function TaskDialogIndirect[1]. 
Relevant code in TreeConflictEditorDlg.cpp line 172ff. The dialog is 
already TDF_SIZE_TO_CONTENT and as far as I can see there is no option 
to further customize the layout of that dialog.


Maybe Stefan or someone else has some tricks up their sleeve.


A possible workaround is to split the path after ~70 chars by scanning 
for a slash "/" and replace it with something like "\ /" (that is 
backslash, space, slash). The Taskdialog will wordwrap at the space 
position, which looks like this:


HTH

Achim


--
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/3a94fbf8-ee22-cc09-cd3c-e0bc62f4d184%40gmail.com.