Skip to content
Snippets Groups Projects
Commit 4f26542c authored by Christoph Cullmann's avatar Christoph Cullmann 🍨
Browse files

integrate syntax-highlighting branch in master

CHANGELOG: KTextEditor uses the KSyntaxHighlighting framework for all
highlighting tasks and not only as XML file providers like before.
parent 364ad6f5
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ bool KTextEditor::EditorPrivate::unitTestMode()
KTextEditor::EditorPrivate::EditorPrivate(QPointer<KTextEditor::EditorPrivate> &staticInstance)
: KTextEditor::Editor (this)
, m_aboutData(QStringLiteral("katepart"), i18n("Kate Part (Syntax-Highlighting branch)"), QStringLiteral(KTEXTEDITOR_VERSION_STRING),
, m_aboutData(QStringLiteral("katepart"), i18n("Kate Part"), QStringLiteral(KTEXTEDITOR_VERSION_STRING),
i18n("Embeddable editor component"), KAboutLicense::LGPL_V2,
i18n("(c) 2000-2017 The Kate Authors"), QString(), QStringLiteral("http://kate-editor.org"))
, m_dummyApplication(nullptr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment