This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115544/

This change has been marked as submitted.


Review request for Kate and Stephen Kelly.
By Matthew Woehlke.

Updated March 3, 2014, 9:46 p.m.

Repository: kate

Description

There are quite some improvements; see the git log for details.

@skelly, I noticed you don't have a copyright/authorship line here... should you?

Testing

Test Content
------------

.. code-block:: c++
    // This is C++ code
    class Foo { int bar; };

.. code-block:: python
    # This is Python code
    class Foo(object):
        def __init__(self):
            pass

:This: ...is a field.
:An *exciting* field: Isn't it, though?
:A ``literal`` like this: ...is often used in e.g. CMake documentation.

:This:
  ...is also a field.

::
    I hope I am code, and not a field!

:role:`text` is not a field.
Nor is :role:`text`. But `text`:role: should also be a role.

This text [here] should not be special, but [this]_ is a footnote.
This [isn't]_ a footnote; no special characters allowed!

* Let's try some indented stuff...
  ::
    I should be code!

  And I should *not* be code!
* Still a list.

A literal ``example``::
    Working?

This *is* a .. code-block::
    ...but ".. code-block" is normal text.

.. This is a comment, which should highlight things like ALERT.
   This is still the comment.

This is not the comment.

.. Kate doesn't seem to recognize modelines in reST, though?

Diffs

  • .gitlog (PRE-CREATION)
  • examples/syntax/highlight.rst (PRE-CREATION)
  • part/syntax/data/rest.xml (76c476a7a1f0b774ccabf0f48a518b413b9e63e4)

View Diff