summaryrefslogtreecommitdiff
path: root/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
commite9ec93a471d9a753db01b682e75c52b32adf16f2 (patch)
tree5f6d9a2b7d90852965b6d24f9db6a9198570c03b /content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
parentbcafaafff80184537a3116de5341a8caa24d63f4 (diff)
use LoveIt theme, self hosted
Diffstat (limited to 'content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md')
-rw-r--r--content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md b/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
deleted file mode 100644
index 84b6989..0000000
--- a/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "Qt Creator 4.9 uses KSyntaxHighlighting"
-date: 2019-04-16T20:45:00+02:00
-draft: false
-categories: [kde, qt, development]
-tags: [kde, qt]
-url: /posts/qt-creator-4-9-uses-ksyntaxhighlighting/
-author: "Christoph Cullmann"
----
-
-As you can read in the [official Creator 4.9.0 release announcement](https://blog.qt.io/blog/2019/04/15/qt-creator-4-9-0-released/), Qt Creator now uses the [KSyntaxHighlighting Framework](https://api.kde.org/frameworks/syntax-highlighting/html/index.html) for providing the [generic highlighting](https://doc.qt.io/qtcreator/creator-highlighting.html#generic-highlighting).
-
-This is a nice step for the wider adoption of this [MIT](https://opensource.org/licenses/MIT) licensed part of the [KDE Frameworks](https://api.kde.org/frameworks/index.html).
-
-And this is not just an one-way consumption of our work.
-
-The framework got actively patches back that make it more usable for other consumers, too, like [Kate](https://kate-editor.org) ;=)
-
-If you want concrete examples, take a look at:
-
-* D18982: [prevent assertion in regex load](https://phabricator.kde.org/D18982)
-* D18996: [Fix building with namespaced Qt](https://phabricator.kde.org/D18996)
-* D18997: [Add functions returning all definitions for a mimetype or file name](https://phabricator.kde.org/D18997)
-* D19200: [Return sorted definitions for file names and mime types](https://phabricator.kde.org/D19200)
-* D19215: [Install DefinitionDownloader header](https://phabricator.kde.org/D19215)
-
-I hope this cooperation will continue in the future.
-I thank the people working on Qt Creator that made this integration possible.
-I hope the initial effort will pay of with less code for them to maintain on their own and more improvements of the framework for all users.