Closed tadvi closed 11 years ago
Could you describe in detail your build process?
It almost looks like it is caching old output. My build simply runs python. Python script does not do much and produces output. First time I run it, it works and shows correct result in output view "Build output" on the left. Then I change Python script to produce no output or less/more output, yet "Build output" shows the old output. It is like execution is cached.
My build file for Python is { "cmd": ["python", "-u", "$file"], "file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", "selector": "source.python" }
Could you provide the "before" and "after" python scripts to reproduce this? (of course, edit out the private stuff as necessary)
Python script has only few print statements. There is no logic in it. I think problem is that one or more of my ST2 settings are different than yours. I also somehow always get two "Build output" windows... not sure why.
On Windows this plug-in produces only first line into the output. All other lines do not make into the newly open output view.