Syntax highlight data series symbols

.. they were missed in last commit
This commit is contained in:
Mark Liversedge
2015-08-25 13:44:26 +01:00
parent 7e8f4af9b8
commit 57994cb85f

View File

@@ -330,6 +330,9 @@ DataFilter::colorSyntax(QTextDocument *document, int pos)
isfunction = found = true;
}
// ride sample symbol
if (dataSeriesSymbols.contains(sym)) found = true;
// still not found ?
// is it a function then ?
for(int j=0; DataFilterFunctions[j].parameters != -1; j++) {