Skip to content

[Julia backend] Port QRegExp to QRegularExpression

Ahmad Samir requested to merge (removed):l-qregularexpression-julia into master

JuliaHighlighter::highlightBlock(): make the regex's static const to improve performance, assuming highlightBlock() is a high traffic code path. Also use QVector instead of QList.

All unit tests pass, except for testlua; and testworksheet, which hangs (on master too).

Edited by Ahmad Samir

Merge request reports