<?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>DaveOnCode &#187; editor</title>
	<atom:link href="http://www.daveoncode.com/tag/editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:11:12 +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>Aptana&#8217;s Javascript editor is too cool!</title>
		<link>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/</link>
		<comments>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:03:38 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.daveoncode.com/?p=324</guid>
		<description><![CDATA[I&#8217;ve just discovered that the last version of the Aptana Studio (in my case the Eclipse plugin version) has an integrated support for javadoc syntax inside js files. The beauty of this feature is that, once you have defined a function, you can just type /** and press enter and Aptana will generate automatically all [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/' addthis:title='Aptana&#8217;s Javascript editor is too cool! ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just discovered that the last version of the Aptana Studio (in my case the Eclipse plugin version) has an integrated support for javadoc syntax inside js files. The beauty of this feature is that, once you have defined a function, you can just type /** and press enter and Aptana will generate automatically all the comments for you:</p>
<p><img class="alignnone size-full wp-image-329" title="js_javadoc_aptana_1" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_1.gif" alt="js_javadoc_aptana_1" width="410" height="171" /></p>
<p>Furthermore it will show tips including parameters description when you will use your previous defined function:</p>
<p><img class="alignnone size-full wp-image-330" title="js_javadoc_aptana_2" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_2.gif" alt="js_javadoc_aptana_2" width="635" height="203" /></p>
<p>&#8230;and if you want to add extra &#8220;@tag&#8221;, the editor will suggest you all tags available:</p>
<p><img class="alignnone size-full wp-image-331" title="js_javadoc_aptana_3" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_3.gif" alt="js_javadoc_aptana_3" width="545" height="217" /></p>
<p>Too cool!!! I love Aptana :-)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/' addthis:title='Aptana&#8217;s Javascript editor is too cool! ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associate custom file extensions to the default Aptana&#8217;s text editor</title>
		<link>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/</link>
		<comments>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 13:06:16 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[custom file extensions]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[file association]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://daveoncode.wordpress.com/?p=67</guid>
		<description><![CDATA[In a project which I&#8217;m working on, the team make an intensive use of text file to include with SSI, and these files are named conventionally  .inc, Aptana by default opens these custom extensions with the default system&#8217;s editor (notepad on windows). We can tell Aptana to open the .inc or whatever extension we want [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/' addthis:title='Associate custom file extensions to the default Aptana&#8217;s text editor ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-68 alignleft" style="margin: 0pt 10px 10px 0pt;" title="aptana" src="http://www.daveoncode.com/wp-content/uploads/2008/11/aptana.png" alt="aptana" /></p>
<p>In a project which I&#8217;m working on, the team make an intensive use of text file to include with SSI, and these files are named conventionally  <em>.inc</em>, Aptana by default opens these custom extensions with the default system&#8217;s editor (notepad on windows). We can tell Aptana to open the <em>.inc</em> or whatever extension we want with the Aptana&#8217;s text editor by simply doing the following: Choose <em><strong>window/preferences/Aptana/Editors/Generic Text</strong></em>, click <strong><em>add</em></strong> and then type our desired extension (in my case <em>*.inc</em>). Now if we double click over a <em>.inc</em> file in the project tree view, it will be opened inside Aptana.<br />
ps. The path to the settings panel may change according to the version of Aptana/Eclipse installed (I&#8217;m using the Aptana plugin for Eclipse 3.4.1)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/' addthis:title='Associate custom file extensions to the default Aptana&#8217;s text editor ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

