<?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>Fri, 06 Jan 2012 15:54:40 +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>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>
			<content:encoded><![CDATA[<p>Go to:</p>
<p><strong>Window &gt; Preferences &gt; Java &gt; Editors &gt; Hovers</strong></p>
<p>and disable <strong>Combined Hover</strong>.</p>
<p><em>Source: <a title="Turn off Eclipse's tooltips" href="http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana" target="_blank">http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana</a></em></p>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p>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<span style="font-family: verdana; font-size: 85%;">:</span></p>
<p><span style="font-family: verdana; font-size: 85%;"><a href="http://www.unnaki.com/wp-content/uploads/2009/06/eclipse-breadcrumb.png"><img class="aligncenter size-full wp-image-155" title="eclipse-breadcrumb" src="http://www.unnaki.com/wp-content/uploads/2009/06/eclipse-breadcrumb.png" alt="eclipse-breadcrumb" width="173" height="82" /></a></span><br />
For those of you who are unaware of what breadcrumbs do, it is navigation aid used in user interfaces. The term breadcrumbs comes from the trail of breadcrumbs left by Hansel and Gretal in the famous fairytale. It is a method for users to keep track of their locations in programs or documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/06/eclipse-34-breadcrumbs-hide-and-show/feed/</wfw:commentRss>
		<slash:comments>3</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 (most likely Debian)]]></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>
			<content:encoded><![CDATA[<p>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.</p>
<p><a title="SVN with Subclipse" href="http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/" target="_blank">http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/</a></p>
<p>Was really helpful and clear to me.</p>
]]></content:encoded>
			<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 (most likely Debian)]]></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>
			<content:encoded><![CDATA[<p>1-Download Sun&#8217;s Java Wireless Toolkit 2.5.2:<br />
<a href="http://java.sun.com/products/sjwtoolkit/download.html">http://java.sun.com/products/sjwtoolkit/download.html</a></p>
<p>2-Install dependencies (found in the previous link):</p>
<p><em>yo@notebook# sudo apt-get install libxpm-dev libxt-dev libx11-dev libice-dev libsm-dev libc6-dev libstdc++6-dev</em></p>
<p>3-Install Sun&#8217;s Java Wireless Toolkit 2.5.2. Go to the dir were you downloaded the installer:<br />
<em><br />
yo@notebook# chmod +x sun_java_wireless_toolkit-2_5_2-linux.bin<br />
</em> <em>yo@notebook# ./sun_java_wireless_toolkit-2_5_2-linux.bin</em></p>
<p>You must enter the location of the JVM (I&#8217;m using JDK6 and it is located in /usr/lib/jvm/java-6-sun/bin/) and select a destination dir.</p>
<p>4-Install EclipseME plugin using the instructions found in:<br />
a) <a href="http://eclipseme.org/docs/installation.html">http://eclipseme.org/docs/installation.html</a><br />
b) <a href="http://eclipseme.org/docs/installEclipseME.html">http://eclipseme.org/docs/installEclipseME.html</a><br />
c) <a href="http://eclipseme.org/docs/configuring.html">http://eclipseme.org/docs/configuring.html</a></p>
<p>They work perfectly!</p>
<p>5-Now go develop some cool app for your mobile :-)</p>
<p>Reference: <a href="http://www.gonzalomarcote.com/blog/?p=15">http://www.gonzalomarcote.com/blog/?p=15</a></p>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<ol>
<li>Go to Help&gt;&gt;Software Updates&gt;&gt;Find and Install. And select &#8220;Search new features to install&#8221;.</li>
<li>Click &#8220;New Remote Site&#8221; button.</li>
<li>Enter a name and URL (http://download.eclipse.org/tools/pdt/updates/). Click &#8220;OK&#8221; and then &#8220;Finish&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 1" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 1" /></a></li>
<li>Uncheck &#8220;Show the latest version of a feature only&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 2" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-1.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-1-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 2" /></a></li>
<li>Expand &#8220;PDT&#8221; and select &#8220;PDT Feature 0.7.0.v200&#8230;&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 3" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-2.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-2-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 3" /></a><br />
Version 0.7 is the one that works with Eclipse 3.2. If you want to install a newer version you will need Eclipse platform 3.3.</li>
<li>Click &#8220;Finish&#8221; and after a few clicks more you will have PDTFeature working on Eclipse 3.2.</li>
</ol>
]]></content:encoded>
			<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>

