How do I get Notepad++'s nppExec to print to the console as they happen instead of all at once after the script exits?

47 Views Asked by At

I've got nppExec set up to execute Python scripts. However, the print statements don't go to the console while the script is executing, only after the script exits. This isn't obvious unless the script opens a GUI. Is there a way to change nppExec output so it happens "in real time" so to speak?

0

There are 0 best solutions below