Since upgrading to NWP 3.04, sorting a block of text in a glossary file (using the Edit:Transform Paragraphs:Ascending command, both from the menu and thru a macro) results in a superfluous New Line character being inserted after every Glossary Entry Break character.
Is this a bug or an unintended 'new feature''?
Cliff
Sort bug in glossary files
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: Sort bug in glossary files
This is definitely not a feature. We'll get this bug fixed, sorry for the nuisance!
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: Sort bug in glossary files
In case you need a workaround, you can use find/replace to remove the errant newlines. Here's a find pattern that will match the unwanted newlines:
You can leave the replace expression empty to just deleted the found newlines. I hope that helps.
Code: Select all
(?<=\f)\n
Re: Sort bug in glossary files
Thanks for the responses, Martin.
Cliff
Cliff