| Summary: | Syntax highlighting sometimes gets reset when the file is reloaded | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | felipelorenzzon |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde.bugs, miro.kropacek |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.1 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/6314c0b9e62b17174ba8425a968a63d590e83d61 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
felipelorenzzon
2022-06-01 20:30:08 UTC
*** Bug 458775 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/424 Git commit 6314c0b9e62b17174ba8425a968a63d590e83d61 by Christoph Cullmann, on behalf of loh tar. Committed on 01/10/2022 at 17:01. Pushed by cullmann into branch 'master'. Ensure to set highlight on reload when file type was set by user This change do essentially nothing else than before, we only call updateFileType(..) direct and not by setMode() which allows bypassing the blocking in updateFileType(..) M +3 -1 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/commit/6314c0b9e62b17174ba8425a968a63d590e83d61 *** Bug 461942 has been marked as a duplicate of this bug. *** |