<?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>mobile and gis dev notes &#187; eclipse</title>
	<atom:link href="http:///wordpress/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>/wordpress</link>
	<description>by rupert</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:26:15 +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>Aptana Impressions</title>
		<link>/wordpress/2008/03/aptana-impressions/</link>
		<comments>/wordpress/2008/03/aptana-impressions/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 17:25:01 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[aptana]]></category>

		<guid isPermaLink="false">http://www.gisnotes.com/wordpress/index.php/2008/03/16/aptana-impressions/</guid>
		<description><![CDATA[I recently downloaded Aptana Studio 1.1 Community Edition and have been using it mostly for my Javascript/ColdFusion development. Intellisense for ExtJS by using com.extjs.ext.2.0_1.0.0.00000.jar from the ExtJS blog. Umm, I am hoping someday OpenLayers can provide a similar jar file to provide code assist. I like the fact that it could clearly display an outline [...]]]></description>
			<content:encoded><![CDATA[<p>I recently downloaded Aptana Studio 1.1 Community Edition and have been using it mostly for my Javascript/ColdFusion development.</p>
<ul>
<li>Intellisense for ExtJS by using <a href="http://orsox.mocis.at/download.php?view.1">com.extjs.ext.2.0_1.0.0.00000.jar</a> from the <a href="http://extjs.com/blog/2008/02/01/ides-plugins-and-tools-for-ext-js-20/">ExtJS blog.</a> Umm, I am hoping someday OpenLayers can provide a similar jar file to <a href="http://www.aptana.com/docs/index.php/Displaying_Code_Assist">provide code assist.</a></li>
<li>I like the fact that it could clearly display an outline of my javascript objects but <em>sometimes</em> not for all.</li>
</ul>
<p>But one of the major problems I encountered was the startup. Sometimes, for some unknown reason, Aptana cannot start using the executable it provided during the install. However, I was able to weed that problem out by instead launching it from startup.jar. All of these is documented from <a href="http://support.aptana.com/asap/browse/STU-1303">Aptana&#8217;s JIRA ticket</a>.</p>
<p>1. Downloaded and install <a href="http://www.aptana.com/">Aptana</a></p>
<p>2. Watched <a href="http://www.aptana.tv/movies/aptana_overview/Overview.html">Aptana TV Overview</a></p>
<p>3. Installed cfeclipse <a href="http://www.cfeclipse.org/update">http://www.cfeclipse.org/update</a></p>
<p>4. Installed viPlugin <a href="http://satokar.com/">http://satokar.com/</a> (Note that the viPlugin would not work with files = *.html)</p>
<p>5. Added the extjs2.0 code assist</p>
]]></content:encoded>
			<wfw:commentRss>/wordpress/2008/03/aptana-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse High Memory</title>
		<link>/wordpress/2008/01/eclipse-high-memory/</link>
		<comments>/wordpress/2008/01/eclipse-high-memory/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 17:54:30 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">/wordpress/?p=139</guid>
		<description><![CDATA[Awkward title, but I figure it would be easier for Google to crawl and index such keywords. Anyhow, I&#8217;ve been using Eclipse consistently for ColdFusion (CFEclipse) for the past 6 months now. The IDE&#8217;s features is really comprehensive and fit my needs, however, it is eating up 500 MB of memory. Though memory maybe cheap [...]]]></description>
			<content:encoded><![CDATA[<p>Awkward title, but I figure it would be easier for Google to crawl and index such keywords. Anyhow, I&#8217;ve been using Eclipse consistently for ColdFusion (CFEclipse) for the past 6 months now.  The IDE&#8217;s features is really comprehensive and fit my needs, however, it is eating up 500 MB of memory.  Though memory maybe cheap nowadays (I have 2 GB), it has been slowing down my productivity because of intermittent hangups and jvm pauses.</p>
<p>I realized that I am loading a lot of plugins for Eclipse, myEclipse, SVN (I preferred to use tortoiseSVN natively&#8230;), UML Diagram plugins, Visual Editor (for creating Swing components). So I disabled and uninstalled some of them from</p>
<p>1. HELP -&gt; Software Updates -&gt;  Manage Configurations.<br />
2. Right click on the plugin of choice.<br />
3. Disable or uninstall.<br />
4. You will be prompted to restart Eclipse. If an error fails, then a dependency is met, so be sure to disable/uninstall the dependency first.</p>
<p>Woot! From a whopping 500 MB, my Eclipse is now running at 87 MB.  Afterwards, I jogged for two hours on the basement and went back to check, still 87 MB. Well obviously, it should be consistent since I didn&#8217;t do any interactions with it. Nevertheless, I am a happy Eclipse user once again!</p>
]]></content:encoded>
			<wfw:commentRss>/wordpress/2008/01/eclipse-high-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyDev Plugin For Eclipse</title>
		<link>/wordpress/2007/11/pydev-plugin-for-eclipse/</link>
		<comments>/wordpress/2007/11/pydev-plugin-for-eclipse/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 00:30:40 +0000</pubDate>
		<dc:creator>rupert</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">/wordpress/?p=112</guid>
		<description><![CDATA[I had &#8220;indentation&#8221; problems a few times when I was doing Python using vim. Also, my chinese characters were not displaying correctly on VIM as well. But when I open the file in IDLE, I can read the chinese characters fine. Well I found a quick workaround for my indent problem by using the default [...]]]></description>
			<content:encoded><![CDATA[<p>I had <em>&#8220;indentation&#8221;</em> problems a few times when I was doing Python using vim. Also, my chinese characters were not displaying correctly on VIM as well.  But when I open the file in IDLE, I can read the chinese characters fine.  Well I found a quick workaround for my indent problem by using the default Python Editor which is IDLE:</p>
<p>1. Edit -&gt; Select ALL<br />
2. Format -&gt; Untabify Region<br />
3. Specify &#8220;4&#8243; spaces for the tabs.<br />
4. To run your program, just press F5.</p>
<p>Well, just recently I managed some time and went to the ShowMeDo site for Python. There I found out about PyDev, please watch the <a href="pydevhttp://showmedo.com/videos/series?name=PyDevEclipseList">screencast</a>, its worth it! Firing Eclipse, I immediately added the plugin from the update site: <a href="http://pydev.sourceforge.net/updates/">http://pydev.sourceforge.net/updates/</a>.</p>
<p><a href="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/11/python.png" title="PyDev Plugin For Eclipse"><img src="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/11/python.thumbnail.png" alt="PyDev Plugin For Eclipse" /></a></p>
<p>Once you have PyDev set, you need to tell Eclipse where your PYTHON bin, PYTHONPATH and other settings.<br />
1. Go to Window -&gt; Preferences<br />
2. Collapse PyDev from left panel<br />
3. Select &#8220;Interpreter-Python&#8221;<br />
4. Click on <strong><em>&#8220;New&#8221;</em></strong> on the <strong>&#8220;Python Interpreters&#8221;</strong> Group.<br />
5. Specify where python.exe.</p>
<p>Note: It would automatically add the libraries in your PYTHONPATH. Again, I insist you watch the <a href="pydevhttp://showmedo.com/videos/series?name=PyDevEclipseList">screencast</a> from Fabio to guide you through. To run your program just hit &#8220;F9&#8243;.</p>
<p><a href="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/11/pydev_config.png" title="Python Config"><img src="http://www.gisnotes.com/wordpress/wp-content/uploads/2007/11/pydev_config.thumbnail.png" alt="Python Config" /></a></p>
]]></content:encoded>
			<wfw:commentRss>/wordpress/2007/11/pydev-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

