I'm currently thinking about switching from Pluma (former gEdit) to Sublime Text. What I have seen so far from Sublime Text is pretty nice.
I currently test Submlime Text 2 and would like it to execute make
in the folder of the document that is currently opened when I press Ctrl + M.
Is that possible? How do I do it?
When I currently hit Ctrl + M it does build the LaTeX document I currently view, but it does not use my Makefile
. That is bad, because it fails to build my main document which has a more complicated build process.
After setting Tools > Build System > Make
it runs make, but not the Makefile of the current documents folder.
I've found this, but it seems to focus on OS X.