I’m running NWE 4.2 under macOS 13.6, and would like to fix two issues that I sometimes run into. I’ll split them into two posts.
The first one is long-standing over several previous versions of NWE, namely: Soft-wrapping occasionally misbehaves by sending the next word to a new line long before it needs to. Here’s an image showing the behavior:
But if _any_ character other than a space, not just the comma shown below, is placed after that next word, the misbehavior disappears:
How do I prevent this weird behavior?
mis-placed softwrap
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: mis-placed softwrap
This is an (intended) quirk of the line wrapping rules, as decided by Apple and the Unicode consortium. You can read more about the behavior in this forum thread.
The quick solution is that you can prevent the undesirable wrapping by inserting a "zero-width non-joiner" character. You should see that character listed in Nisus Writer's special characters, under the "Spaces" category.
I hope that helps!
The quick solution is that you can prevent the undesirable wrapping by inserting a "zero-width non-joiner" character. You should see that character listed in Nisus Writer's special characters, under the "Spaces" category.
I hope that helps!
Re: mis-placed softwrap
Thanks for the explanation, bizarre as it is, and for the solution. Yes, I did notice the "zero-width non-joiner" and will use it next time.