<?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>Proj-X &#187; Eclipse</title>
	<atom:link href="http://www.projx.it/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.projx.it</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 00:51:50 +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>My Eclipse Plugin.. Projx Transfer</title>
		<link>http://www.projx.it/2008/11/06/my-eclipse-plugin-projx-transfer</link>
		<comments>http://www.projx.it/2008/11/06/my-eclipse-plugin-projx-transfer#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:35:14 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Nusphere]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.proj-x.org/?p=94</guid>
		<description><![CDATA[At work we&#8217;ve recently migrated from using the Nusphere PhpED IDE to Eclipse and PDT, the benefits offered by Eclipse are massive, not least its huge archive of available plug-ins. The one thing I&#8217;ve desperately missed about Nusphere is the ability to right click a file and deploy it directly from the Project Explorer, this [...]]]></description>
			<content:encoded><![CDATA[<p>At work we&#8217;ve recently migrated from using the Nusphere PhpED IDE to Eclipse and PDT, the benefits offered by Eclipse are massive, not least its huge archive of available plug-ins.</p>
<p><span>The one thing I&#8217;ve desperately missed about Nusphere is the ability to right click a file and deploy it directly from the Project Explorer, this is about the only thing that I&#8217;ve not managed to find a reliable plug-in &#8211; So I decided to implement one myself, heres a sample screenshot </span></p>
<p style="text-align: center; "><a href="http://www.proj-x.org/wp-content/uploads/2008/11/transfer_open_view.png"><img class="size-full wp-image-45  aligncenter" title="transfer_open_view" src="http://www.proj-x.org/wp-content/uploads/2008/11/transfer_open_view.png" alt="" width="500" height="177" /></a></p>
<p>I&#8217;ve called it Projx Transfer, it integrates with Eclipse Project Explorer, each project can be transferred to different destinations via FTP, files and folders can be transferred by selecting Upload or Download from their context menu&#8217;s, additionally it allows items to be queued for bulk transfers.</p>
<p>You find more details and downloads at <a href="http://www.proj-x.org/eclipse-plugins/projx-transfer/">http://www.proj-x.org/eclipse-plugins/projx-transfer/</a>, the source code is also available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projx.it/2008/11/06/my-eclipse-plugin-projx-transfer/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Compatibility between Eclipse 3.3 and 3.4</title>
		<link>http://www.projx.it/2008/10/07/compatability-between-eclipse-33-and-34</link>
		<comments>http://www.projx.it/2008/10/07/compatability-between-eclipse-33-and-34#comments</comments>
		<pubDate>Tue, 07 Oct 2008 09:13:18 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.proj-x.org/?p=31</guid>
		<description><![CDATA[For anybody having plug-in compatibility issues between Eclipse 3.3 and 3.4, there may be a solution.  http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration#Eclipse_3.4_Instructions  (This is really for my own future reference )]]></description>
			<content:encoded><![CDATA[<p>For anybody having plug-in compatibility issues between Eclipse 3.3 and 3.4, there may be a solution.</p>
<p> <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration#Eclipse_3.4_Instructions">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration#Eclipse_3.4_Instructions</a></p>
<p> (This is really for my own future reference <img src='http://www.projx.it/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projx.it/2008/10/07/compatability-between-eclipse-33-and-34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example code for Eclipse viewers</title>
		<link>http://www.projx.it/2008/09/28/example-code-for-eclipse-viewers</link>
		<comments>http://www.projx.it/2008/09/28/example-code-for-eclipse-viewers#comments</comments>
		<pubDate>Sun, 28 Sep 2008 00:26:25 +0000</pubDate>
		<dc:creator>Kelvin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://www.proj-x.org/?p=26</guid>
		<description><![CDATA[Recently I&#8217;ve been playing about with developing plug-ins for Eclipse, but it’s been 4 years since I wrote my last line of Java and I&#8217;ve been coding PHP ever since, so I&#8217;m having to completely re-learn the Java object model and Eclipse’s API. The biggest obstacle has been finding decent learning material, there are lots [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been playing about with developing plug-ins for Eclipse, but it’s been 4 years since I wrote my last line of Java and I&#8217;ve been coding PHP ever since, so I&#8217;m having to completely re-learn the Java object model and Eclipse’s API.</p>
<p>The biggest obstacle has been finding decent learning material, there are lots of tutorials floating about on the web, but nothing beats having an abundance of simple examples to pull apart. So I place this link here for prosperities sake</p>
<p><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/">http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/</a></p>
<p>It leads to a wealth of examples for creating Viewers, SWT Controls and other stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projx.it/2008/09/28/example-code-for-eclipse-viewers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

