Stefan於 2017年12月23日星期六 UTC+8下午4時00分04秒寫道: > On Friday, December 22, 2017 at 4:12:34 AM UTC+1, Yue Lin Ho wrote: > Hi, > > > I got a file with the content: > > > > 0123456789012345678901234567890123456789 > 01234567890123456789 > > > the first line has halfwidth characters, > and second line has fullwidth characters. > > > for performance reasons, TMerge assumes that all chars have the same width. > That won't change - performance is more important than such very very special > cases. > Sorry. > > > Stefan
This is NOT a "very very special case" since ALL CJK CHARS ARE FULLWIDTH, and any project that contains CJK strings (such as language packs, which is VERY COMMON for a project that is internalized) are ALL AFFECTED. In my opinion, bad wrapping is not big deal, what causes this issue bad is that THE HORIZONTAL SCROLLBAR DOESN'T WORK, and the user cannot scroll right to view the "hidden" string at all. I'm not quite sure whether the horizontal scrollbar issue is same as this, though. If they are not, is it possible to at least make the horizontal scroll bar work correctly so that the user is at least able to scroll to view the "hidden" content even if the width is not detected correctly? If it's still not viable, can we regard all chars as fullwidth (or add an option to do so) to avoid strings being hidden (at a cost that halfwidth chars be wrapped to much)? -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/fbba2975-8606-46f4-abe7-4b29a83e7d34%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
