Files
ZhijuCen a59fc6918a fix(mql5_helper): use Wine-style paths and Editor CWD for compile/check
- Add _to_wine_path(): converts Unix paths under Wine prefix to
  Windows-style (e.g. ~/.wine/drive_c/... → C:\...)
- Set subprocess cwd to Editor's directory (editor.parent) instead of
  dest.parent — MetaEditor is a Windows EXE and its CWD matters
- Use _to_wine_path() for /compile:"..." argument so paths use correct
  drive-letter format under Wine
- Apply both fixes to cmd_compile() and cmd_check()
2026-07-07 11:37:12 +08:00
..