On 5/26/23 14:45, Leif H Silli wrote:

Example - the longest Welsh name - 58 characters:

Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

If the View of XXE is just 48 chars wide, then if I split the word in two (without a hyphen) with a space character, then XXE will split the word(s) over two lines:

Llanfairpwllgwyngyllgogerych
wyrndrobwllllantysiliogogogoch

However, since this is actually single world, the space character should actually be a soft hyphen. And I would expect this result on screen:

Llanfairpwllgwyngyllgogerych<shy>
wyrndrobwllllantysiliogogogoch

But actually what happens in XXE, is that I get a long line:

Llanfairpwllgwyngyllgogerych<shy>wyrndrobwllllantysiliogogogoch

Even if I replace the soft hyphen with a regular hypen-minus character, I get the same result - a single line:

Llanfairpwllgwyngyllgogerych-wyrndrobwllllantysiliogogogoch

(I hope the email does not broke my examples.)


Sorry but we are currently lacking background to answer this RFE.

Please give option "Options|Preferences", "View" section, "Wrap words wider than available space" (http://www.xmlmind.com/xmleditor/_distrib/doc/help/viewOptions.html) a try to see if this solves your very long word problem.


--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to