Fwd: [ktexteditor] src/utils: integrate syntax-highlighting branch in master
Dr.-Ing. Christoph Cullmann
cullmann at absint.com
Mon Aug 13 22:17:15 BST 2018
Hi,
KTextEditor master now uses KSyntaxHighlighting.
The first round of CI builds did work and all unit tests still pass.
If regressions show up, please file bugs or ping the list.
Thanks
Christoph
----- Weitergeleitete Mail -----
Von: "cullmann" <cullmann at absint.com>
An: "Dominik Haumann" <dhaumann at kde.org>
CC: "kde-commits" <kde-commits at kde.org>, "Christoph Cullmann" <cullmann at kde.org>, "Volker Krause" <vkrause at kde.org>
Gesendet: Montag, 13. August 2018 22:58:39
Betreff: Re: [ktexteditor] src/utils: integrate syntax-highlighting branch in master
:P
Yep, some things take a while if nobody works on it .P
Greetings
Christoph
----- Am 13. Aug 2018 um 22:55 schrieb Dominik Haumann dhaumann at kde.org:
> ...finally one year later :-)
>
>
> Christoph Cullmann <null at kde.org> schrieb am Mo., 13. Aug. 2018, 22:53:
>
>> Git commit 4f26542c9a2e33f5029d6b631b9151fdcc658a81 by Christoph Cullmann.
>> Committed on 13/08/2018 at 20:49.
>> Pushed by cullmann into branch 'master'.
>>
>> 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.
>>
>> M +1 -1 src/utils/kateglobal.cpp
>>
>>
>> https://commits.kde.org/ktexteditor/4f26542c9a2e33f5029d6b631b9151fdcc658a81
>>
>> diff --git a/src/utils/kateglobal.cpp b/src/utils/kateglobal.cpp
>> index 461fe42b..0ce7c06c 100644
>> --- a/src/utils/kateglobal.cpp
>> +++ b/src/utils/kateglobal.cpp
>> @@ -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)
--
----------------------------- Dr.-Ing. Christoph Cullmann ---------
AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com
Science Park 1 Tel: +49-681-38360-22
66123 Saarbrücken Fax: +49-681-38360-20
GERMANY WWW: http://www.AbsInt.com
--------------------------------------------------------------------
Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234
--
----------------------------- Dr.-Ing. Christoph Cullmann ---------
AbsInt Angewandte Informatik GmbH Email: cullmann at AbsInt.com
Science Park 1 Tel: +49-681-38360-22
66123 Saarbrücken Fax: +49-681-38360-20
GERMANY WWW: http://www.AbsInt.com
--------------------------------------------------------------------
Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234
More information about the KWrite-Devel
mailing list