Hi,
I have a Build System for Gnuplot. It looks as follows:
{
"cmd": ["gnuplot", "--persist", "$file"],
"working_dir": "$file_path",
"file_regex": "^\"([^\"]+)\", line ([0-9]+): (.+)$",
"selector": "source.gnuplot"
}
On Linux, it works very well, but under Windows, the Gnuplot Window is not shown, even though there is no error. I read in the Build System documentation, that on Windows, GUIs are suppressed. I wonder why this is so and how I can circumvent that.