<?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>HonkBlog&#124;TechNotes &#187; Eclipse</title>
	<atom:link href="http://www.honk.com.au/index.php/category/dev/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.honk.com.au</link>
	<description>Notes, fixes, tips and suggestions from across my technical world</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:24:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Define shortcut keys for Snippets in CFEclipse</title>
		<link>http://www.honk.com.au/index.php/2009/10/12/define-shortcut-keys-for-snippets-in-cfeclipse/</link>
		<comments>http://www.honk.com.au/index.php/2009/10/12/define-shortcut-keys-for-snippets-in-cfeclipse/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 10:43:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.honk.com.au/?p=127</guid>
		<description><![CDATA[Something I have to continually remind myself about for some reason is how to define and use shortcut keys for snippets in CFEclipse.   I&#8217;ve written about how to use snippets in cfeclipse before but failed to mention that an additional powerful feature is the ability to have them operate using keyboard shortcuts.
So, here it is [...]]]></description>
			<content:encoded><![CDATA[<p>Something I have to continually remind myself about for some reason is <strong>how to define and use shortcut keys for snippets in CFEclipse</strong>.   I&#8217;ve written about <a href="/index.php/2009/08/27/how-to-use-snippets-in-cf-eclipse-coldfusion-for-eclipse/">how to use snippets in cfeclipse </a>before but failed to mention that an additional powerful feature is the ability to have them operate using keyboard shortcuts.</p>
<p>So, here it is in all it&#8217;s glory:</p>
<p>Firstly I&#8217;ve assumed you have <a href="/index.php/2009/08/27/how-to-use-snippets-in-cf-eclipse-coldfusion-for-eclipse/">set up a snippet in cfeclipse</a> as described <a href="/index.php/2009/08/27/how-to-use-snippets-in-cf-eclipse-coldfusion-for-eclipse/">here</a>.</p>
<p>Now, you will notice there is an attribute int eh snippet description called &#8220;trigger text&#8221;, this is the the text that is used to specify your shortcut, it is however not used as the short cut itself but rather in combination with the actual snippet shortcut which at time of writing was CTRL + J.</p>
<p>So, having saved a snippet with a trigger text for example of &#8220;rk&#8221; you can cause the snippet to appear by typing anywhere on the page:</p>
<p style="padding-left: 30px;">rk+CTRL+J</p>
<p>And your text should magically be replaced by the new snippet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.honk.com.au/index.php/2009/10/12/define-shortcut-keys-for-snippets-in-cfeclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Snippets in Aptana for Eclipse</title>
		<link>http://www.honk.com.au/index.php/2009/08/27/how-to-use-snippets-in-aptana-for-eclipse/</link>
		<comments>http://www.honk.com.au/index.php/2009/08/27/how-to-use-snippets-in-aptana-for-eclipse/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 09:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aptana]]></category>

		<guid isPermaLink="false">http://www.honk.com.au/?p=103</guid>
		<description><![CDATA[UPDATE: the advice below is nolonger correct please see http://docs.aptana.com/docs/index.php/Adding_a_new_Snippet for explanation of snippets in Aptana for eclipse.
 
 
 
I use snippets extensively for things like custom function calls and other repetative tasks. CFeclipse loads the snippets view as part of it&#8217;s perspective, but when programming PHP Aptana does not by default. 
It&#8217;s taken me a while but I finally [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong>: the advice below is nolonger correct please see <a href="http://docs.aptana.com/docs/index.php/Adding_a_new_Snippet">http://docs.aptana.com/docs/index.php/Adding_a_new_Snippet</a> for explanation of snippets in Aptana for eclipse.</p>
<p> </p>
<p> </p>
<p> </p>
<p>I use snippets extensively for things like custom function calls and other repetative tasks. <a href="/index.php/2009/08/27/how-to-use-snippets-in-cf-eclipse-coldfusion-for-eclipse">CFeclipse loads the snippets</a> view as part of it&#8217;s perspective, but when programming <a href="http://aptana.com/" target="_blank">PHP Aptana</a> does not by default. </p>
<p>It&#8217;s taken me a while but I finally bothered to look for the <strong>snippets view in Aptana</strong> so they would be available when programming PHP.</p>
<p>To load snippets to your perspective go to:</p>
<p>&#8220;Window -&gt; Show View -&gt; Aptana standard views&#8221;.</p>
<p>Select &#8220;Snippets&#8221; and click OK.</p>
<p>Drag the view to where you want it in the perspective (I keep it next to my &#8220;Navigator&#8221; view)</p>
<p>Add a snippet by pressing control while clicking a section of text and selecting &#8220;Add to Snippets&#8221; you will be given the oportunity to edit the snippet, add it to a group, and specify replacement variables.</p>
<p>From there you can drag and drop snippets in Aptana to your hearts content!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.honk.com.au/index.php/2009/08/27/how-to-use-snippets-in-aptana-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
