[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350 Dominik Haumann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-09-04 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350 Dominik Haumann changed: What|Removed |Added CC||vkra...@kde.org --- Comment #3 from Dominik H

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-08-10 Thread Szyk Cech
https://bugs.kde.org/show_bug.cgi?id=383350 --- Comment #2 from Szyk Cech --- So: how is the recommended way to implement bookmarks? Should I dig in Kate code? Maybe someone can explain it in few words. This will save me hours... -- You are receiving this mail because: You are watching all bug

[frameworks-syntax-highlighting] [Bug 383350] KSyntaxHighlighting::SyntaxHighlighter removes QTextBlock::userData() silently

2017-08-10 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=383350 --- Comment #1 from Dominik Haumann --- Indeed, this is because the Syntax-highlighting framework uses the userData itself to store the State and folding infos, see: https://github.com/KDE/syntax-highlighting/blob/master/src/lib/syntaxhighlighter.cpp -