https://bugs.kde.org/show_bug.cgi?id=517428
Christoph Cullmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/syntax-highlighting/ | |-/commit/b88ec9274b59b62454 | |4ca18118e901ce1fc4c977 --- Comment #10 from Christoph Cullmann <[email protected]> --- Git commit b88ec9274b59b624544ca18118e901ce1fc4c977 by Christoph Cullmann. Committed on 22/03/2026 at 14:19. Pushed by cullmann into branch 'master'. fix reading of spellchecking element to match XSD did before just work by accident as the general reading was broken and did not properly end at </general> remove ignored, that is implied if no char="x" is given fix that if no char is given, we now map the sequence to the null char before all ignored stuff was just without any effect, as KTextEditor wanted a mapping to null document that add test for the null char mapping that was missing before M +1 -0 autotests/repository_test.cpp M +1 -3 data/schema/language.xsd M +2 -2 data/syntax/context.xml M +3 -3 data/syntax/latex.xml M +10 -13 src/lib/definition.cpp M +4 -0 src/lib/definition.h https://invent.kde.org/frameworks/syntax-highlighting/-/commit/b88ec9274b59b624544ca18118e901ce1fc4c977 -- You are receiving this mail because: You are watching all bug changes.
