Disable buffering for tool?
Posted: Wed Feb 28, 2007 12:58 am
How do I disable buffering for capturing output on tools? For example, I'm running a python script through textpad that may take several minutes or hours or days to complete, and I would like to see the output in the output window when it occurs, not when the buffer fills. How can this be accomplished? I know it can be done by sending a large amount of output to force the buffer to flush, but that's not exactly elegant.