How can I edit all the build systems so as to delete some ones or to change others ? Indeed I have added a personal build but it does not work...
Asked
Active
Viewed 2,454 times
1 Answers
3
Build systems are located in .sublime-build
files in subdirectories of the Packages
directory, which can be located by going to Preferences -> Browse Packages
. For example, the Python build system is in Packages/Python/Python.sublime-build
.
If you're having problems, the unofficial docs and the reference should provide some assistance.

MattDMo
- 100,794
- 21
- 241
- 231
-
Thanks, that's the first day I use this editor. I'm already in love... ;-) – Dec 01 '13 at 16:15
-
There is a lot of things, all I'm looking for at this moment. Great ! – Dec 01 '13 at 16:18