I was writing a shell script so that it I would not have to give clang the same parameters every single time when I try to compile a c file... (using Sublime and trying to build and run...
I just started using Sublime Text 2 on Mac. I also just started using Jade for my views in Node.js, and am wondering if there is a way to add synta开发者_JS百科x highlighting for Jade into Sublime Tex
Sublime Text2 text editor is extended via python scripts, using these modules: import sublime, sublime_plugin
So I\'m trying to set up GitHub for the first time ever and I want Sublime Text to be my co开发者_JS百科re editor, how exactly do I do that? Sorry if this is a noob question, I am a noob :/As this ran
How do I set a default filetype for a certain file extension in Sublime Text 2?Specifically I want to have 开发者_JAVA技巧*.cfg files default to having Ini syntax highlighting but I cannot seem to fig
I would like to make comments like this in Sublime Text 2:开发者_运维问答 /********************
I\'ve been playing with Sublime Text 2 the last few days and was wondering if anyone out there has had any success getting Cocoa method completions working yet? Is there a plugin (or in-progress proje
Recently, I decided to try out Sublime Text 2 as a TextMate alternative (which it is). I\'m absolutely loving it but the only issue that bugs me is that it doesn\'t continue the 开发者_JS百科PHP Comme
First of all, I\'m not entirely sure if this fits into stackoverflow, or should rather be placed into programmers or superuser. If I posted into the wrong page, I\'m sorry.
I recently discovered this Sublime Text editor, and since I love to code with it, I would like to ad开发者_如何学Pythond more custom functionalities to it.