Git commit f84f71a5cb1d85d34b84d01291353d47f410ee0f by Dominik Haumann. Committed on 14/08/2018 at 13:25. Pushed by dhaumann into branch 'master'.
Improve highlighting screenshots The old screenshots are by now around 15 years old, and do not nicely show anymore how the Kate syntax highlighting really looks like. This is fixed now. M +4 -4 doc/katepart/development.docbook M +- -- doc/katepart/highlighted.png M +- -- doc/katepart/unhighlighted.png https://commits.kde.org/kate/f84f71a5cb1d85d34b84d01291353d47f410ee0f diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index caf24870e..f2aaf6593 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -37,17 +37,17 @@ helps the author to be more efficient and productive.</para> <mediaobject> <imageobject><imagedata format="PNG" fileref="highlighted.png"/></imageobject> -<textobject><phrase>A Perl function, rendered with syntax +<textobject><phrase>A C++ function, rendered with syntax highlighting.</phrase></textobject> -<caption><para>A Perl function, rendered with syntax highlighting.</para> +<caption><para>A C++ function, rendered with syntax highlighting.</para> </caption> </mediaobject> <mediaobject> <imageobject><imagedata format="PNG" fileref="unhighlighted.png"/></imageobject> -<textobject><phrase>The same Perl function, without +<textobject><phrase>The same C++ function, without highlighting.</phrase></textobject> -<caption><para>The same Perl function, without highlighting.</para></caption> +<caption><para>The same C++ function, without highlighting.</para></caption> </mediaobject> <para>Of the two examples, which is easiest to read?</para> diff --git a/doc/katepart/highlighted.png b/doc/katepart/highlighted.png index a81a49f2a..cf45c34bd 100644 Binary files a/doc/katepart/highlighted.png and b/doc/katepart/highlighted.png differ diff --git a/doc/katepart/unhighlighted.png b/doc/katepart/unhighlighted.png index 10c53901f..f907b84b4 100644 Binary files a/doc/katepart/unhighlighted.png and b/doc/katepart/unhighlighted.png differ
