Sublime Forum

Multiple build systems active at the same time

#1

Is there a way to have multiple build-systems active at the same time?

I wonder because in a project I want the the default “Make” system to be invoked by F7, as usual. But on another key, lets say F5, I want to have a build system that opens a terminal window running my application.

In the project file I can add a new build-system to handle the running of my application, but how do I call that without changing build-system in the menu?

0 Likes

#2

I agree that it would be a valuable feature to support multiple build systems or ‘tools’.

For example, developing with Perl I would like to be able to do
perl -w $file
perl -c $file
cmd perl -w $file

all from different keystrokes.

0 Likes

#3

You can set up a plugin to do this.

0 Likes

#4

I would like support for this feature as well.

0 Likes