**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](https://github.com/geany/geany/assets/58306791/915f6b8c-7760-47a5-8089-09975093aac2)

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 or view it on GitHub:
https://github.com/geany/geany/issues/3772
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to