<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Anyone Using Textmate To Work With PHP?</title>
	<atom:link href="http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/</link>
	<description>Stuart Herbert's PHP Blog - Architecture, Code, and Hosting</description>
	<pubDate>Sun, 23 Nov 2008 13:14:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Thomas van den Berg</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-30704</link>
		<dc:creator>Thomas van den Berg</dc:creator>
		<pubDate>Wed, 15 Oct 2008 16:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-30704</guid>
		<description>I use nothing but TextMate for php, because it's lean but powerful.</description>
		<content:encoded><![CDATA[<p>I use nothing but TextMate for php, because it&#8217;s lean but powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-21442</link>
		<dc:creator>Tero</dc:creator>
		<pubDate>Thu, 22 May 2008 20:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-21442</guid>
		<description>MRKisThatKid: No. Thats why my primary tool is Zend Studio and I use Textmate only for quick and small file editing.</description>
		<content:encoded><![CDATA[<p>MRKisThatKid: No. Thats why my primary tool is Zend Studio and I use Textmate only for quick and small file editing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MRKisThatKid</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-11914</link>
		<dc:creator>MRKisThatKid</dc:creator>
		<pubDate>Sun, 20 Jan 2008 20:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-11914</guid>
		<description>Can you debug in textmate?</description>
		<content:encoded><![CDATA[<p>Can you debug in textmate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-12-16 &#124; 甘先生blog</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-10086</link>
		<dc:creator>links for 2007-12-16 &#124; 甘先生blog</dc:creator>
		<pubDate>Sun, 16 Dec 2007 04:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-10086</guid>
		<description>[...] Anyone Using Textmate To Work With PHP? &#124; Stu On PHP (tags: textmate) [...]</description>
		<content:encoded><![CDATA[<p>[...] Anyone Using Textmate To Work With PHP? | Stu On PHP (tags: textmate) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciarán Walsh</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9451</link>
		<dc:creator>Ciarán Walsh</dc:creator>
		<pubDate>Tue, 04 Dec 2007 07:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9451</guid>
		<description>I’m the developer of the TextMate PHP bundle (and also the ReMate extension mentioned above). I used Zend Studio for quite some time and hated every moment of it – TextMate is an excellent editor which is very easily customisable (this is important to me). The PHP bundle has plenty of snippets/commands etc. to help writing PHP code, but there are also other, more generic items which help text/source editing in general. It’s also far preferable to do all your writing/editing in a single environment which can cope gracefully with all your needs.

A few tips:

* Check the Help command in the PHP bundle for some features.
* Use Control-Command-T, Command-T and Shift-Command-T
* Look through other bundles too, notable the Text and Source bundles
* An example of an invaluable command from the Source bundle is Shift-Command-Return – this adds a terminating semi-colon to the end of the line and creates and moves to a new line below (especially handy when you’re in the middle of nested parentheses)
* (Self-plug:) I post general TextMate tips and plug-ins to my blog on a semi-regular basis
* Check out some of the screencasts, for example: http://macromates.com/screencast/insert_html_tags.mov

Antti: you should remove the PHPCodeCompletion bundle, it’s very old and very deprecated – the PHP bundle has much better completion as standard now.</description>
		<content:encoded><![CDATA[<p>I’m the developer of the TextMate PHP bundle (and also the ReMate extension mentioned above). I used Zend Studio for quite some time and hated every moment of it – TextMate is an excellent editor which is very easily customisable (this is important to me). The PHP bundle has plenty of snippets/commands etc. to help writing PHP code, but there are also other, more generic items which help text/source editing in general. It’s also far preferable to do all your writing/editing in a single environment which can cope gracefully with all your needs.</p>
<p>A few tips:</p>
<p>* Check the Help command in the PHP bundle for some features.<br />
* Use Control-Command-T, Command-T and Shift-Command-T<br />
* Look through other bundles too, notable the Text and Source bundles<br />
* An example of an invaluable command from the Source bundle is Shift-Command-Return – this adds a terminating semi-colon to the end of the line and creates and moves to a new line below (especially handy when you’re in the middle of nested parentheses)<br />
* (Self-plug:) I post general TextMate tips and plug-ins to my blog on a semi-regular basis<br />
* Check out some of the screencasts, for example: <a href="http://macromates.com/screencast/insert_html_tags.mov" rel="nofollow">http://macromates.com/screencast/insert_html_tags.mov</a></p>
<p>Antti: you should remove the PHPCodeCompletion bundle, it’s very old and very deprecated – the PHP bundle has much better completion as standard now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Koch</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9393</link>
		<dc:creator>Thomas Koch</dc:creator>
		<pubDate>Sun, 02 Dec 2007 17:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9393</guid>
		<description>I'm using VIM, and it gives you all you want from an IDE plus being blazing fast. But you have to give it some days of attention before you'll fall in a never ending love.

Some weeks ago I was already working for two hours before I noticed, that my mouse wasn't plugged in...</description>
		<content:encoded><![CDATA[<p>I&#8217;m using VIM, and it gives you all you want from an IDE plus being blazing fast. But you have to give it some days of attention before you&#8217;ll fall in a never ending love.</p>
<p>Some weeks ago I was already working for two hours before I noticed, that my mouse wasn&#8217;t plugged in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gergely Hodicska</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9384</link>
		<dc:creator>Gergely Hodicska</dc:creator>
		<pubDate>Sun, 02 Dec 2007 09:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9384</guid>
		<description>Hi!


I am using PDT, it is really a great working environment. NEON is really better, there are a lot of killer function in it (http://blog.felho.hu/neon-zend-studio-for-eclipse.html), but in current stage it unusable: with a bigger project with many files it much more slower than PDT. But I think NEON is a really great direction from Zend.


Best Regards,
Felhő</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am using PDT, it is really a great working environment. NEON is really better, there are a lot of killer function in it (http://blog.felho.hu/neon-zend-studio-for-eclipse.html), but in current stage it unusable: with a bigger project with many files it much more slower than PDT. But I think NEON is a really great direction from Zend.</p>
<p>Best Regards,<br />
Felhő</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9344</link>
		<dc:creator>D</dc:creator>
		<pubDate>Sat, 01 Dec 2007 20:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9344</guid>
		<description>http://www.aptana.com/

They are adding PHP support - so far it looks good.

Can be standalone or a Eclipse</description>
		<content:encoded><![CDATA[<p><a href="http://www.aptana.com/" rel="nofollow">http://www.aptana.com/</a></p>
<p>They are adding PHP support - so far it looks good.</p>
<p>Can be standalone or a Eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olle Jonsson</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9334</link>
		<dc:creator>Olle Jonsson</dc:creator>
		<pubDate>Sat, 01 Dec 2007 16:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9334</guid>
		<description>When using remote fs'es, use ReMate, an extension - this makes the project tree "not update its status all the time".

It'll help that part. 

Start making up new Templates. I just created a PHPUnit testcase boilerplate template.

Make your own Snippets. Your problem domain drags a few idioms with it -- automate those with Snippets as soon as you identify the patterns.</description>
		<content:encoded><![CDATA[<p>When using remote fs&#8217;es, use ReMate, an extension - this makes the project tree &#8220;not update its status all the time&#8221;.</p>
<p>It&#8217;ll help that part. </p>
<p>Start making up new Templates. I just created a PHPUnit testcase boilerplate template.</p>
<p>Make your own Snippets. Your problem domain drags a few idioms with it &#8212; automate those with Snippets as soon as you identify the patterns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrSlump</title>
		<link>http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9330</link>
		<dc:creator>DrSlump</dc:creator>
		<pubDate>Sat, 01 Dec 2007 14:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartherbert.com/php/2007/11/30/anyone-using-textmate-to-work-with-php/#comment-9330</guid>
		<description>I tried TextMate for two weeks, the first one was very good, the second week I tried to use it for my job projects and it was a nightmare. However it's an excellent editor for very small projects or solo scripts though.

After working with Eclipse PDT for the last year I've settle now with Komodo. It has improved my productivity quite a bit, the way it allows to store snippets, macros, external tools... with a project is very easy to understand and use.</description>
		<content:encoded><![CDATA[<p>I tried TextMate for two weeks, the first one was very good, the second week I tried to use it for my job projects and it was a nightmare. However it&#8217;s an excellent editor for very small projects or solo scripts though.</p>
<p>After working with Eclipse PDT for the last year I&#8217;ve settle now with Komodo. It has improved my productivity quite a bit, the way it allows to store snippets, macros, external tools&#8230; with a project is very easy to understand and use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
