[Github-comments] [geany/geany] Allow to select the Python command, and use `py` on Windows (#2223)

Enrico Tröger notifications at xxxxx
Thu Jul 18 22:57:58 UTC 2019


I just tested the changes and they work as expected (no surprise on a @b4n PR :D):

```ini
[build-menu]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
FT_00_LB=_Compile
FT_00_CM=py -m py_compile "%f"
FT_00_WD=
FT_02_LB=_Lint
FT_02_CM=pep8 --max-line-length=80 "%f"
FT_02_WD=
error_regex=(.+):([0-9]+):([0-9]+)
EX_00_LB=_Execute
EX_00_CM=py "%f"
EX_00_WD=
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2223#issuecomment-513023922
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190718/3cc6bb93/attachment.html>


More information about the Github-comments mailing list