Summary: | Spell checking doesn't work in some cases related to Diff highlighting | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Ganton <kubry> |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | jonathan.poelen, walter.von.entferndt, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ganton
2024-09-07 10:45:09 UTC
I don't have exactly the same behavior, the spell checking is deactivated at step 5, when you save. It reactivates at step 6. If I remember Kate's behavior (but it may not be the same on the tested version), a save resets the document state and the syntax Diff deactivates the spell checking. For me, the problem is that Kate doesn't synchronize the spell checking when you change the syntax. When the document is opened, Kate may have retained the syntax associated with file 1.txt and applied the configuration in accordance with the syntax file: no spell checking. If the problem is specific to the lack of spell checking with the Diff syntax, the commit associated with this change is as follows: avoid spell checking in diffs in most diffs, the spell checking fails due to embedded code just avoid to spell check diffs completely ATM There is no way to force verification other than to create a new syntax file that does not force deactivation. |