Sublime Forum

Build system with GUI on Windows

#1

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.

0 Likes

Problems Turtle turtle.onscreenclick
#2

###StackOverflow > Sublime Text Interpreter does not work with GUI

1 Like