----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/130146/ -----------------------------------------------------------
(Updated June 5, 2017, 12:42 p.m.) Review request for Kate and KDE Frameworks. Repository: ktexteditor Description (updated) ------- Highlighting matching angle brackets is useful, especially when multiple of them are nested (take c++ templates for example). The only quirk is that inequality signs most of the time aren't used as brackets and irrelevant portions of texts can be highlighted. Diffs ----- src/document/katedocument.cpp 395a2cab Diff: https://git.reviewboard.kde.org/r/130146/diff/ Testing ------- Compiled, turned animation and bracket range highlighting on and off, checked on file with lots of nested brackets. Thanks, Jakub Gargul