L-I-V / MQL-Tools

42 stars 15 forks source link

Color Problem on Compile // testcolor = C '0,0,0'; #58

Closed IcHiAT closed 4 months ago

IcHiAT commented 4 months ago

When compiling color still gets automatically a whitespace between C and 'X'.

Example:

Coded: color colortest = C'0,0,0';

Compiled: color colortest = C '0,0,0'; <<<< whitespace between C and '

That results in compiling error. Happens on actually version (2.1.0) also on older ones.

Screenshot: https://prnt.sc/sTTZ8n7Lxagm

IcHiAT commented 4 months ago

My mistake, styler got wrong associated with vscode. Works!

Botan626 commented 4 months ago

My mistake, styler got wrong associated with vscode. Works!

there is close issue button image