Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and Run are exchanged #9

Open
calexo opened this issue Nov 17, 2014 · 2 comments
Open

Build and Run are exchanged #9

calexo opened this issue Nov 17, 2014 · 2 comments

Comments

@calexo
Copy link

calexo commented Nov 17, 2014

Hi,

When building, it runs the script, and clicking run will compile it to Exe.
I think AutoIt.sublime-build should be like this :

{
    "target": "autoitcompile",
    "selector": "source.autoit",
    "variants": [
        {
            "name": "Run",
            "target": "autoitbuild"
        }
    ]

}

I can pull the request if you prefer.

Thanks,
Calexo

@robertcollier4
Copy link
Member

This is by intention since Ctrl+B is so much easier to use, and "Run" is the command in my opinion that is used 99% of the time.

@FichteFoll
Copy link
Member

With the new build selection that has been added earlier this year, you can select variants to be the default build action (and opt to choose something different with ctrl+shift+b).

I also think that running is used a lot more often however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants