v1.6.6
saga-soft/novelWriterv1.6.6Oct 25, 2022by vkbo
AI Summary
A bugfix release that allows following tags containing spaces in the editor.
Key Highlights
- Can now follow tags containing spaces in the editor using the @-line parser.
Full Release Notes
### Release Notes This is a bugfix release that fixes a minor issues with following tags in the editor. It is now possible to also follow tags that contain spaces. ### Detailed Changelog **Bugfixes** * Fix a bug where only the word under the cursor would be looked up when the user tried to follow a tag in the editor. The lookup function now uses the same parser for the `@`-line as the syntax highlighter does, so they should behave consistently. Issue #1195. PR #1209.