There are some documentation out there that explains how to write a custom build system for compiling using C++11
. Rigth now I'm able to compile C++11
code, but I have to select the build system from the Tools->Build System
menu.
Before that (when I was workin only with Python and C++98) I use to have just selected Tools->Build System->Automatic
and I was able to compile(run in case of Python) both just pressing Ctrl + B.
I want that Sublime Text to use automatically my C++11
custom Build System instead the default C++
. There are some way to achive this?