<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>strictlyPHP &#187; eclipse</title>
	<atom:link href="http://www.strictlyphp.com/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strictlyphp.com/blog</link>
	<description>web development &#38; web analytics</description>
	<lastBuildDate>Tue, 08 Mar 2011 10:47:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add Apache Ant to PDT</title>
		<link>http://www.strictlyphp.com/blog/2009/10/17/add-apache-ant-to-pdt/</link>
		<comments>http://www.strictlyphp.com/blog/2009/10/17/add-apache-ant-to-pdt/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:34:17 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[pdt]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=1143</guid>
		<description><![CDATA[I&#8217;ve been looking for this for a while: how to add Apache&#8217;s build tool Ant to Eclipse when it is not available to add as a view. When you download and run the standard PDT for example, it is not available. The answer seems to be: install the Eclipse Java Development Tools. This may not [...]]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;ve been looking for this for a while: how to add Apache&#8217;s build tool Ant to Eclipse when it is not available to add as a view.</em></p>
<p>When you download and run the standard <a href="http://www.eclipse.org/pdt/" target="_blank">PDT</a> for example, it is not available.</p>
<p>The answer seems to be: <strong>install the Eclipse Java Development Tools</strong>.</p>
<p>This may not be the ideal way but if you want to do this through the &#8220;Install New Software&#8230;&#8221; menu, it seems to be the only one.</p>
<p>Just select &#8220;Work with: Galileo&#8221; (or whatever your Eclipse version is) expand &#8220;Programming Languages&#8221; and select &#8220;Eclipse Java Development&#8221;.</p>
<p>After the installation completes you can <strong>add Ant as a view</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2009/10/17/add-apache-ant-to-pdt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New PDT 2.1 available</title>
		<link>http://www.strictlyphp.com/blog/2009/06/28/new-pdt-2-1-available/</link>
		<comments>http://www.strictlyphp.com/blog/2009/06/28/new-pdt-2-1-available/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 09:53:42 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=980</guid>
		<description><![CDATA[With every new Zend Studio release (still beta) comes a new PDT version: this time based on Eclipse 3.5 Galileo. While Eclipse Galileo brings some nice new features and bug-fixes (of which many are not important to PHP developers, but nonetheless) PDT actually impresses the most with PHP 5.3 support: syntax coloring and validation with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-989 alignnone" title="Eclipse Galileo" src="http://www.strictlyphp.com/blog/wp-content/uploads/2009/06/eclipse-galileo.jpg" alt="Eclipse Galileo" width="200" height="105" /></p>
<p><em>With every <a href="http://www.zend.com/en/products/studio/studio-7-beta/" target="_blank">new Zend Studio release</a> (still beta) comes a new PDT version: this time based on Eclipse 3.5 Galileo.</em></p>
<p>While <strong>Eclipse Galileo</strong> brings some nice new features and bug-fixes (of which many are not important to PHP developers, but nonetheless) PDT actually impresses the most with <strong>PHP 5.3 support</strong>: syntax coloring and validation with namespaces awareness. More about this in the <a href="http://www.eclipse.org/pdt/release-notes/pdt2_1.php" target="_blank">release notes</a>.</p>
<p>The best news in my opinion: since the software/plugin/update manager of Eclipse underwent some major refactoring, <a href="http://www.strictlyphp.com/blog/2009/03/18/upgrade-pdt-103-to-20/">it&#8217;s biggest disadvantage</a> may as well disappear! The only sane way to upgrade from 3.4 (or older) to 3.5 is still: <strong>delete your old version and unpack the new one</strong>, but lets hope this was the last time&#8230;</p>
<p>And last but not least: Mylyn integration got even better (I really need to dedicate a post to this).</p>
<p>Be sure to <a href="http://www.eclipse.org/pdt/downloads/" target="_blank">try the new PDT version</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2009/06/28/new-pdt-2-1-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade PDT 1.0.3 to 2.0</title>
		<link>http://www.strictlyphp.com/blog/2009/03/18/upgrade-pdt-103-to-20/</link>
		<comments>http://www.strictlyphp.com/blog/2009/03/18/upgrade-pdt-103-to-20/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 12:59:15 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=840</guid>
		<description><![CDATA[PHP Development Tools (PDT) for Eclipse makes me feel uncomfortable. I start to doubt myself because I cannot seem to find the intended way to upgrade to a new version. Eclipse in general is such an well structured IDE: it has so many advanced features to increase your productivity (yes, I just saw a presentation [...]]]></description>
			<content:encoded><![CDATA[<p><em>PHP Development Tools (PDT) for Eclipse makes me feel uncomfortable. I start to doubt myself because I cannot seem to find the intended way to upgrade to a new version.</em></p>
<p>Eclipse in general is such an well structured IDE: it has so many advanced features to increase your productivity (yes, I just saw a <a href="http://live.eclipse.org/node/676" target="_blank">presentation by Mik Kersten about Mylyn</a>). But for some reason, while using PDT 1.0.3, I cannot find a way to upgrade to a new version from within Eclipse. Using the update manager I mean. Isn&#8217;t that the most logical place to look?</p>
<p>Also, I wasn&#8217;t able to find one decent post about someone explaining how to do this. Because of that, I&#8217;m in doubt with myself: am I to stupid to see this or is it really not possible. I cannot imagine the latter is true so&#8230;</p>
<p>In the end I just downloaded the PDT 2.0 all-in-one package and unpacked it over my previous installation and everything seems to work fine. Maybe this <strong>is</strong> the only way to upgrade to a new version? No, never mind, this can&#8217;t be true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2009/03/18/upgrade-pdt-103-to-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migrate from a text editor to an Eclipse PHP IDE</title>
		<link>http://www.strictlyphp.com/blog/2009/01/16/migrate-from-a-text-editor-to-eclipse-php-ide/</link>
		<comments>http://www.strictlyphp.com/blog/2009/01/16/migrate-from-a-text-editor-to-eclipse-php-ide/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 10:54:58 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=662</guid>
		<description><![CDATA[More than a year ago I got convinced by a colleague to leave my favorite text editor behind and make the switch to an IDE (Integrated Development Environment) for PHP project development. In my opinion there is only one IDE for PHP: Eclipse. PDT, PHPEclipse, Aptana Studio or Zend Studio are all more or less [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-664" style="float: left;margin: 0 10px 10px 0;" title="eclipse" src="http://www.strictlyphp.com/blog/wp-content/uploads/2009/01/eclipse.jpg" alt="eclipse" width="60" height="60" /></p>
<p><em>More than a year ago I got convinced by <a href="http://www.php-professionals.com/" target="_blank">a colleague</a> to leave my <a href="http://notepad-plus.sourceforge.net/" target="_blank">favorite text editor</a> behind and make the switch to an IDE (Integrated Development Environment) for PHP project development.</em></p>
<p>In my opinion there is only one IDE for PHP: Eclipse. <strong><a href="http://www.eclipse.org/pdt/" target="_blank">PDT</a>, <a href="http://www.phpeclipse.com/" target="_blank">PHPEclipse</a>, <a href="http://www.aptana.com/php" target="_blank">Aptana Studio</a> or <a href="http://www.zend.com/en/products/studio/" target="_blank">Zend Studio</a></strong> are all more or less Eclipse plugins that convert the Eclipse IDE in a PHP development environment. Once you get used to it, your projects will benefit one way or another.</p>
<p>In reality, I still use NotePad++ a lot. It may be best to still link PHP files on your OS to an editor because IDE&#8217;s are not made for quick edits.</p>
<p>But, in case your in an upgrade process or just want to improve your set-up, read this article:</p>
<p><a href="http://2tbsp.com/node/40" target="_blank">Getting Started with Eclipse PHP Development Tools (PDT)</a></p>
<p>It could have definitely saved me some time as I took exactly the same steps and use the same plugins. Besides the Zend Debugger that is, as I haven&#8217;t found a use for it yet.</p>
<p>I have only one wish: a simplification of the whole Eclipse &amp; plugins project structure. I still don&#8217;t understand why I can&#8217;t easily upgrade between versions and why so many upgrade options are available. For me, the upgrade process has only proven to be useful for bug fixes and plugin upgrades.</p>
<p>Related post:<br />
<a href="http://www.strictlyphp.com/blog/2008/10/16/pdt-php-ide/" target="_self">How to configure PDT</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2009/01/16/migrate-from-a-text-editor-to-eclipse-php-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PHP IDE: Aptana Studio with PHP support</title>
		<link>http://www.strictlyphp.com/blog/2008/12/20/new-php-ide-aptana-studio/</link>
		<comments>http://www.strictlyphp.com/blog/2008/12/20/new-php-ide-aptana-studio/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 20:45:27 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=535</guid>
		<description><![CDATA[After PHPEclipse and PDT, a new PHP IDE based on Eclipse is available: Aptana Studio. Read more about it in Federico Cargnelutti&#8217;s post on PHP::Impact ( [str Blog] ). I&#8217;ve had a look at the screencast available on the Aptana site and in my opinion the only neat difference to PDT is the &#8220;Generate Getters [...]]]></description>
			<content:encoded><![CDATA[<p><em>After <a href="http://www.phpeclipse.com/">PHPEclipse</a> and <a href="http://www.eclipse.org/pdt/" target="_blank">PDT</a>, a new PHP IDE based on Eclipse is available: <a href="http://www.aptana.com/studio" target="_blank">Aptana Studio</a>.</em></p>
<p><img class="alignnone size-full wp-image-542" style="border: 1px solid #ccc;margin: 0 10px 10px 0;" title="Aptana Studio" src="http://www.strictlyphp.com/blog/wp-content/uploads/2008/12/aptana_logo.png" alt="Aptana Studio" width="200" height="89" /></p>
<p>Read more about it in Federico Cargnelutti&#8217;s post on <a href="http://phpimpact.wordpress.com/2008/12/20/aptana-php-eclipse-the-open-source-php-ide/" target="_blank">PHP::Impact ( [str Blog] )</a>.</p>
<p>I&#8217;ve had a look at the screencast available on the Aptana site and in my opinion the only neat difference to PDT is the &#8220;Generate Getters and Setters&#8230;&#8221; option. As you could suspect, it <strong>generates get and set methods based on a selection of existing class properties</strong>.</p>
<p>Apart from that, the majority of features shown also exist in PDT.</p>
<p>But it is only version 1.0 so who knows what future versions may bring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2008/12/20/new-php-ide-aptana-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP IDE: PDT</title>
		<link>http://www.strictlyphp.com/blog/2008/10/16/pdt-php-ide/</link>
		<comments>http://www.strictlyphp.com/blog/2008/10/16/pdt-php-ide/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 12:35:15 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=244</guid>
		<description><![CDATA[I have become a fan of PDT, one of the 2 PHP Eclipse IDE&#8217;s (the other is PHPEclipse). I believe it is supported by Zend and they have derived Zend Studio for Eclipse from it (thus it contains many of the features). Maybe the only feature I&#8217;m missing is the code formatter for PHP found [...]]]></description>
			<content:encoded><![CDATA[<p><em>I have become a fan of <a href="http://www.eclipse.org/pdt/" target="_blank">PDT</a>, one of the 2 PHP Eclipse IDE&#8217;s (the other is <a href="http://www.phpeclipse.de/" target="_blank">PHPEclipse</a>).</em></p>
<p>I believe it is supported by Zend and they have derived Zend Studio for Eclipse from it (thus it contains many of the features). Maybe the only feature I&#8217;m missing is the code formatter for PHP found in Zend Studio for Eclipse (which formats your code to match, for example, the Zend Framework coding standard).</p>
<p>Anyway, I&#8217;ve added these addons which make it even more useful:</p>
<ul>
<li><strong>JSEclipse: </strong>JavaScript syntax highlighting and code completion.<br />
Add as remote site: http://download.macromedia.com/pub/labs/jseclipse/autoinstall/site.xml</li>
<li><strong>Subclipse</strong>: Subversion (SVN) client.<br />
Add as remote site: http://subclipse.tigris.org/update_1.4.x</li>
<li><strong>HTML Tidy</strong>: well known (x)HTML cleanup.<br />
Download and add as a local site: <a href="http://eclipsetidy.sourceforge.net/">http://eclipsetidy.sourceforge.net/</a></li>
</ul>
<p>Preferences (Window &#8211; Preferences) I have adjusted:</p>
<ul>
<li>Search for encoding and set everything to <strong>UTF-8</strong>.</li>
<li>Search for delimiter and set everything to <strong>Unix</strong>.</li>
<li>My favorite: go to PHP &#8211; Editor &#8211; Save Actions and select <strong>Remove trailing whitespace</strong> (it does not search for this).</li>
</ul>
<p>The only downside: Eclipse is written in Java.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strictlyphp.com/blog/2008/10/16/pdt-php-ide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

