Ignore:
Timestamp:
Dec 30, 2017, 3:40:33 PM (7 years ago)
Author:
s10k
Message:

Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • s10k/CommonLibs/jsonhighlighter/highlighter.cpp

    r1073 r1096  
    3232void Highlighter::highlightBlock(const QString &text)
    3333{
    34     foreach (const HighlightingRule &rule, rules) {
     34    for (const HighlightingRule &rule : rules) {
    3535        QRegExp expression(rule.pattern);
    3636        int index = expression.indexIn(text);
Note: See TracChangeset for help on using the changeset viewer.