Summary: | Error using Tools->Scripts->Emmet | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Burkhard Lück <lueck> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eveseli, n-kde, oss, stolz, wvk |
Priority: | NOR | ||
Version: | 5.53.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/ktexteditor/2f467b46ac6f545993cbbbedc1e67c489c4f076a | Version Fixed In: | 5.55 |
Sentry Crash Report: |
Description
Burkhard Lück
2017-10-24 20:23:04 UTC
Same problem here. This post on the forums has some more information https://forum.kde.org/viewtopic.php?f=25&t=142536 I have the same problem as well. Arch Linux ktexteditor 5.41.0 kate 17.12.0, 17.12.1 After updating to ktexteditor 5.42.0, the problem still exists. After updating to ktexteditor 5.44.0, the problem still exists. Arch Linux kate 17.12.3 *** Bug 393887 has been marked as a duplicate of this bug. *** Same here: Debian Sid x86_64, Kate Part Version 5.46.0, Kate Version 18.04.0 After updating to ktexteditor 5.47.0, the problem still exists. Arch Linux kate & kwrite 18.04.3 After updating to ktexteditor 5.53.0, the problem still exists. $ error evaluating ":/ktexteditor/script/libraries/emmet/lib.js" "SyntaxError: Unexpected token `'" Arch Linux kate & kwrite 18.08.3 Qt 5.12.0 Git commit 120e8400cad69fb21cab3c7b05dca77904c40fbf by Dominik Haumann. Committed on 05/01/2019 at 09:31. Pushed by dhaumann into branch 'master'. Fix broken Emmet Summary: - Improve warning message with line number Reviewers: #ktexteditor, dhaumann Reviewed By: #ktexteditor, dhaumann Subscribers: dhaumann, carewolf, kwrite-devel, kde-frameworks-devel, #ktexteditor Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D17970 M +3 -3 src/script/data/libraries/emmet/lib.js M +4 -2 src/script/katescripthelpers.cpp https://commits.kde.org/ktexteditor/120e8400cad69fb21cab3c7b05dca77904c40fbf Git commit 2f467b46ac6f545993cbbbedc1e67c489c4f076a by Dominik Haumann. Committed on 05/01/2019 at 10:50. Pushed by dhaumann into branch 'master'. Fix emmet script by using HEX instead of OCT numbers in strings Summary: This is a follow-up commit to D17970, which did not yet fix it correctly. The fix now is to use HEX notation instead of OCTAL notation, since the OCTAL notation seems to not be supported by QML/V4 (which is likely a bug). Test Plan: Scripts in Tools > Scripts > Emmet work Reviewers: carewolf, loh.tar Reviewed By: carewolf Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D17984 M +2 -2 src/script/data/libraries/emmet/lib.js https://commits.kde.org/ktexteditor/2f467b46ac6f545993cbbbedc1e67c489c4f076a |