Posts Tagged ‘textmate’

Blogging from TextMate

Monday, June 19th, 2006

So there hasn’t been any posts lately, but I hope to have some soon, there’s more Subversion I could go into, and always some reviews to do on various MySQL applications that I’m never happy with.

This post I’m trying out the “Blogging Bundle”:http://macromates.com/blog/archives/2006/06/19/blogging-from-textmate/ for “TextMate”:http://macromates.com/ where you can write up some “Textile”:http://textism.com/tools/textile/, html, or whatever in TextMate and invoke a command to post it up to your blog. This is kinda neat. So somewhat geeky but what else happens on this blog? Anyway, TextMate is pretty awesome.

Technorati Tags: ,

Modified TextMate PHP Bundle

Tuesday, May 23rd, 2006

I was having a improve-my-TextMate-experience moment and along with making some small snippets to help smooth my coding when using TextMate, I also went thru TextMate’s PHP bundle and applied my preferred formatting to all the snippets in it. It has formatting for conditionals like so:

if(conditional) {
// code
}
else {

}

and require/include sans () (like PEAR standards):

require_once ‘filename.php’;

and some other various cleanups like the random occurrence of # comments and extra tabs & spaces where they shouldn’t be, or at least I don’t think they should be.

So if you have similar coding style, check it out see if it’s an anal enough style for you or not.

“Download Jerome’s Anal PHP TMBundle”:http://jeremyknope.com/files/PHP-tmbundle.zip

Technorati Tags: , , ,