Tag: text editors
TIP: How to sync your entire Sublime Text project over to your dev server with a single keystroke
If you do all of your web coding on your laptop, but don’t run a local PHP stack, you may be searching for a quick way to sync your files over to your dev server. Well, my friends, look no further than rsync. Not only is it fast and secure, but you can actually set […]
GO PROGRAMMING TIP: Where to put the ‘go.pbfilespec’ and ‘go.xclangspec’ files.
So I was trying to get XCode syntax highlighting support for Google’s new Go language. I had located the two XCode files in the Go SRC package (these were in $GOROOT/misc/xcode), but for the longest time I couldn’t figure out where to put them. I finally stumbled on the answer (thanks to Talamathi for putting me on […]
TIP: Horizontal Split Screen in NotePad++
Apparently it’s possible to get horizontal split screens in Notepad++. Check it: (Thanks cocinerox!)