Sublime Forum

SublimeText X - Autohotkey Build System

#1

I’m a bit stuck. I am developing AutoHotkey scripts using SublimeText X. I would like a build system that only runs

autohotkey.exe <scriptname>

in the script’s working directory. In the older SublimeText, it was easy to create a new build system. How do I do it in the new? I realize it’s beta but I really like the X version.

0 Likes

#2

You’ll need to make a new .sublime-build file (there are now some details at sublimetext.info/docs/core/build_systems.html), and save it under %APPDATA%/Sublime Text X/Packages/User. Then exit and restart Sublime Text X, and you’ll see it in the Build Systems menu.

This is more involved than doing the same thing in 1.x; it’s something I hope to address in the future.

0 Likes