[Julia backend] Port QRegExp to QRegularExpression

Authored by ahmadsamir on Feb 2 2020, 6:48 PM.

Description

[Julia backend] Port QRegExp to QRegularExpression

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).

Details

Committed
ahmadsamirFeb 14 2020, 8:51 AM
Parents
R55:9715df2f58ba: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown