<?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>Unnaki &#187; eclipse</title>
	<atom:link href="http://www.unnaki.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnaki.com</link>
	<description>Time is everything</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:17:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Turn off Eclipse&#039;s tooltips</title>
		<link>http://www.unnaki.com/2009/09/turn-off-eclipse-tooltips/</link>
		<comments>http://www.unnaki.com/2009/09/turn-off-eclipse-tooltips/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:54:32 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=189</guid>
		<description><![CDATA[Go to: Window &#62; Preferences &#62; Java &#62; Editors &#62; Hovers and disable Combined Hover. Source: http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana]]></description>
		<wfw:commentRss>http://www.unnaki.com/2009/09/turn-off-eclipse-tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse 3.4 Show and Hide Breadcrumbs</title>
		<link>http://www.unnaki.com/2009/06/eclipse-34-breadcrumbs-hide-and-show/</link>
		<comments>http://www.unnaki.com/2009/06/eclipse-34-breadcrumbs-hide-and-show/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 19:15:41 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=154</guid>
		<description><![CDATA[Eclipse 3.4 Ganymede comes with a very handy Breadcrumbs Navigator which creates a breadcrumb above the source code editor. To open it, right click on the Java Editor and choose &#8220;Show in Breadcrumb&#8221;. Or simply toggle this navigator with the toolbar button: For those of you who are unaware of what breadcrumbs do, it is [...]]]></description>
		<wfw:commentRss>http://www.unnaki.com/2009/06/eclipse-34-breadcrumbs-hide-and-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SVN with Subclipse</title>
		<link>http://www.unnaki.com/2009/05/using-svn-with-subclipse/</link>
		<comments>http://www.unnaki.com/2009/05/using-svn-with-subclipse/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:12:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=117</guid>
		<description><![CDATA[If you want to know the basics of SVN with Subclipse there&#8217;s no need to add anymore than what this article already says. http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/ Was really helpful and clear to me.]]></description>
		<wfw:commentRss>http://www.unnaki.com/2009/05/using-svn-with-subclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop J2ME apps in Ubuntu with Eclipse, EclipseME &amp; Sun Java Wireless Toolkit 2.5.2</title>
		<link>http://www.unnaki.com/2008/06/develop-j2me-apps-in-ubuntu-with-eclipse-eclipseme-sun-java-wireless-toolkit-252/</link>
		<comments>http://www.unnaki.com/2008/06/develop-j2me-apps-in-ubuntu-with-eclipse-eclipseme-sun-java-wireless-toolkit-252/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 23:32:45 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=11</guid>
		<description><![CDATA[1-Download Sun&#8217;s Java Wireless Toolkit 2.5.2: http://java.sun.com/products/sjwtoolkit/download.html 2-Install dependencies (found in the previous link): yo@notebook# sudo apt-get install libxpm-dev libxt-dev libx11-dev libice-dev libsm-dev libc6-dev libstdc++6-dev 3-Install Sun&#8217;s Java Wireless Toolkit 2.5.2. Go to the dir were you downloaded the installer: yo@notebook# chmod +x sun_java_wireless_toolkit-2_5_2-linux.bin yo@notebook# ./sun_java_wireless_toolkit-2_5_2-linux.bin You must enter the location of the JVM (I&#8217;m [...]]]></description>
		<wfw:commentRss>http://www.unnaki.com/2008/06/develop-j2me-apps-in-ubuntu-with-eclipse-eclipseme-sun-java-wireless-toolkit-252/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Making PDT work with Eclipse 3.2</title>
		<link>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/</link>
		<comments>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 01:00:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=5</guid>
		<description><![CDATA[Go to Help&#62;&#62;Software Updates&#62;&#62;Find and Install. And select &#8220;Search new features to install&#8221;. Click &#8220;New Remote Site&#8221; button. Enter a name and URL (http://download.eclipse.org/tools/pdt/updates/). Click &#8220;OK&#8221; and then &#8220;Finish&#8221;. Uncheck &#8220;Show the latest version of a feature only&#8221;. Expand &#8220;PDT&#8221; and select &#8220;PDT Feature 0.7.0.v200&#8230;&#8221;. Version 0.7 is the one that works with Eclipse 3.2. [...]]]></description>
		<wfw:commentRss>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
