You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a patch release that fixes an issue related to crashes when using the completer menu under certain conditions, and improves positioning of the input box for CJK languages.
Detailed Changelog
Bugfixes
Fixes an issue where the app would crash of deleting the @ character with the completer menu visible and the text margins of the editor set to "justified". This is likely crashing due to some unhandled corner case in the Qt library, but the implementation of the completer menu in novelWriter uses a small hack to bypass some intended behaviour of the menu. Extra steps have been added to the implementation that seems to avoid the crash. Issue Crash caused by deleting '@' symbol when justify text enabled #2510. PR Fix auto complete crash #2511.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
This is a patch release that fixes an issue related to crashes when using the completer menu under certain conditions, and improves positioning of the input box for CJK languages.
Detailed Changelog
Bugfixes
@character with the completer menu visible and the text margins of the editor set to "justified". This is likely crashing due to some unhandled corner case in the Qt library, but the implementation of the completer menu in novelWriter uses a small hack to bypass some intended behaviour of the menu. Extra steps have been added to the implementation that seems to avoid the crash. Issue Crash caused by deleting '@' symbol when justify text enabled #2510. PR Fix auto complete crash #2511.This discussion was created from the release Version 2.7.5.
Beta Was this translation helpful? Give feedback.
All reactions