Summary: | Crash while highlighting a QML file | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Aleix Pol <aleixpol> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/4f1f07cfc15e9411f3ba583110d78bff1bbceed0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Aleix Pol
2012-10-17 23:39:10 UTC
the highlighting is wrong too http://wstaw.org/m/2012/10/18/plasma-desktopchg828.png the code is the following: http://gitorious.org/kanban/mainline/blobs/8f09f34ac2913a4c5251cffc71d39dbec4b014f4/src/declarative-plasmoid/contents/ui/SyncPage.qml Did you have folded code? No, not that I remember at least. Git commit 4f1f07cfc15e9411f3ba583110d78bff1bbceed0 by Christoph Cullmann. Committed on 01/11/2012 at 01:00. Pushed by cullmann into branch 'master'. try to make the highlightingModeAt both faster and more safe range checks + use QHash and no wrong loops where one used to compare wrong end iterator :/ M +19 -13 part/document/katedocument.cpp M +5 -25 part/syntax/katehighlight.cpp M +3 -2 part/syntax/katehighlight.h http://commits.kde.org/kate/4f1f07cfc15e9411f3ba583110d78bff1bbceed0 |