<?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>On Tech and Software &#187; eclipse</title>
	<atom:link href="http://jmgtan.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://jmgtan.com</link>
	<description>Random thoughts on technology, ventures, algorithms, frameworks, gadgets and THE MAN</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improve Eclipse Editor (HTML/CSS)</title>
		<link>http://jmgtan.com/2010/02/25/improve-eclipse-editor-htmlcss/</link>
		<comments>http://jmgtan.com/2010/02/25/improve-eclipse-editor-htmlcss/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:40:26 +0000</pubDate>
		<dc:creator>Jan Michael Tan</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jmgtan.com/?p=283</guid>
		<description><![CDATA[I&#8217;ve been having problems with editing html and css files in Eclipse for quite some time now, even when I&#8217;m using the latest version of Eclipse, Galileo, and the latest version of PDT. Typing constantly lags, and just typing a short string sometimes takes around 12 seconds to appear. My machine is no wuss either, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>I&#8217;ve been having problems with editing html and css files in Eclipse for quite some time now, even when I&#8217;m using the latest version of Eclipse, Galileo, and the latest version of PDT. Typing constantly lags, and just typing a short string sometimes takes around 12 seconds to appear. My machine is no wuss either, its a Macbook Pro with 4gb of ram, and I&#8217;ve allocated 2gb of that for eclipse alone. The problem stems from constant validation when typing even though the validators are suspended/disabled. To remedy this problem follow the following steps:</p>
<ol>
<li>Go to Preference window</li>
<li>Expand the General tab</li>
<li>Expand the Editors tab</li>
<li>Click on the Structured Text Editor then disable the following:
<ol>
<li>Report problems as you type</li>
<li>Inform when unsupported content type is in editor</li>
<li>Enable folding</li>
<li>Enable semantic highlighting</li>
</ol>
</li>
</ol>
<p>That helped me alot in making Eclipse usable again for PHP development, now I can return to Eclipse from using Netbeans.</p>
<p><em>Update: Although Eclipse became usable with the tweaks above, I got spoiled with Netbeans&#8217; speed especially the speed of code completion in PHP. Its nice being able to work with both PHP and Java without changing perspective. Now if only Netbeans&#8217; would improve their Subversion support, that would be epic (well at least for me)!</em></p>
<p></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjmgtan.com%2F2010%2F02%2F25%2Fimprove-eclipse-editor-htmlcss%2F&amp;linkname=Improve%20Eclipse%20Editor%20%28HTML%2FCSS%29"><img src="http://jmgtan.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://jmgtan.com/2010/02/25/improve-eclipse-editor-htmlcss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse and Snow Leopard</title>
		<link>http://jmgtan.com/2009/09/01/eclipse-and-snow-leopard/</link>
		<comments>http://jmgtan.com/2009/09/01/eclipse-and-snow-leopard/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:20:11 +0000</pubDate>
		<dc:creator>Jan Michael Tan</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://jmgtan.com/?p=164</guid>
		<description><![CDATA[Just upgraded my Macbook Pro (3,1) to Snow Leopard and the increase in speed and responsiveness of the system is immediately apparent. While everything seems to be working fine, two of my work-related softwares are broken. One is Macports, the fix is quite easy, just an upgrade to the new Macports version and its good [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Just upgraded my Macbook Pro (3,1) to Snow Leopard and the increase in speed and responsiveness of the system is immediately apparent. While everything seems to be working fine, two of my work-related softwares are broken. One is Macports, the fix is quite easy, just an upgrade to the new Macports version and its good to go. The other one is Eclipse Galileo.</p>
<p><span id="more-164"></span></p>
<p>Since i&#8217;m primarily a java developer I need an updated JDK, Snow Leopard comes with a 64-bit Java 1.6; there&#8217;s a rumor going around that there is a 32-bit version, but I can&#8217;t seem to find it in my system. So with a 32-bit Eclipse, the IDE can&#8217;t detect any JDK in the system. The solution is quite simple, just download the classic 64-bit Eclipse (its at the bottom of the Eclipse download page). While with this approach, you have to install the plugins yourself, but it beats having an old JDK to work with.</p>
<p></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fjmgtan.com%2F2009%2F09%2F01%2Feclipse-and-snow-leopard%2F&amp;linkname=Eclipse%20and%20Snow%20Leopard"><img src="http://jmgtan.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://jmgtan.com/2009/09/01/eclipse-and-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
