mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Syntax highlight data series symbols
.. they were missed in last commit
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user