Plugin:
plugin.External_Tools.zip
Problem:
CudaText will not respond until this external python file is closed.
The worst situation is:
This will show wrong content if the function of this python file is to modify the content of the opened Tab file.
After the external python file is closed, the CudaText could not change the content althrough this is changed.
Solution:
Dont use the built-in python3.exe
My Configuration:
1) tools-->configure-->edit-->File Name:
C:\Users\******\AppData\Local\Programs\Python\Python37\pythonw.exe
2)Parameters:
'D:\\PY\\test\\mesh\\module1.pyw'
3)Capture Output:
ignore
It seems all OK.