Problem:
Maybe because Microsoft updates cmd.exe and makes it buggy. Using:
py "%f"
to execute can cause the python print() function missing data.

For example, you can see from this screenshot:

image.png (view on web)

The output has been cut off and it only contains the 17th row to 29th row.

Resolution:

Using
PowerShell.exe py "%f"
to execute will not causing these problem.

Please set the default execute command to PowerShell.exe py "%f", instead of py "%f".


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3772@github.com>