<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: CFEclipse Keyboard Shortcuts</title>
	<atom:link href="http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/</link>
	<description>Thoughts on ColdFusion, MySQL, etc.</description>
	<lastBuildDate>Fri, 01 Jul 2011 07:46:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dominic</title>
		<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/#comment-29</link>
		<dc:creator><![CDATA[Dominic]]></dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://dominicoconnor.wordpress.com/?p=8#comment-29</guid>
		<description><![CDATA[Tony,

Very sorry for taking so long to get back to you.

For surrounding text, unless you want to use the snippet&#039;s advanced features, you could use only AutoHotkey for this.  For example, the AHK script below will surround a string of text in parenthesis if you highlight it and press control 9
^9::Send {CTRLDOWN}c{CTRLUP}({CTRLDOWN}v{CTRLUP})

Unfortunately the issue with trigger text adjacent to another character is an Eclipse weakness.  I&#039;ve run into that problem myself and haven&#039;t come up with a good solution yet.

Dominic]]></description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>Very sorry for taking so long to get back to you.</p>
<p>For surrounding text, unless you want to use the snippet&#8217;s advanced features, you could use only AutoHotkey for this.  For example, the AHK script below will surround a string of text in parenthesis if you highlight it and press control 9<br />
^9::Send {CTRLDOWN}c{CTRLUP}({CTRLDOWN}v{CTRLUP})</p>
<p>Unfortunately the issue with trigger text adjacent to another character is an Eclipse weakness.  I&#8217;ve run into that problem myself and haven&#8217;t come up with a good solution yet.</p>
<p>Dominic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/#comment-28</link>
		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://dominicoconnor.wordpress.com/?p=8#comment-28</guid>
		<description><![CDATA[Dominic,

I got this set up and it works well, but with some pretty serious exceptions:

- I can&#039;t get it to do snippets that surround selected text. The hot key text will just replace any selected text, and then the snippet won&#039;t fire.

- I can&#039;t get it to fire if the cursor is next to a character; it will only work and fire on the hotkey text if it&#039;s between two spaces or on its own line.

How do you just work around this problems? Or do you just live with them and only use hotkeys for other snippets?

Thanks for the heads-up on AHK in any case; it&#039;s very cool.

-tony]]></description>
		<content:encoded><![CDATA[<p>Dominic,</p>
<p>I got this set up and it works well, but with some pretty serious exceptions:</p>
<p>- I can&#8217;t get it to do snippets that surround selected text. The hot key text will just replace any selected text, and then the snippet won&#8217;t fire.</p>
<p>- I can&#8217;t get it to fire if the cursor is next to a character; it will only work and fire on the hotkey text if it&#8217;s between two spaces or on its own line.</p>
<p>How do you just work around this problems? Or do you just live with them and only use hotkeys for other snippets?</p>
<p>Thanks for the heads-up on AHK in any case; it&#8217;s very cool.</p>
<p>-tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moving from CFEclipse to CF Builder: First Experience &#171; Dominic O&#8217;Connor</title>
		<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/#comment-10</link>
		<dc:creator><![CDATA[Moving from CFEclipse to CF Builder: First Experience &#171; Dominic O&#8217;Connor]]></dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://dominicoconnor.wordpress.com/?p=8#comment-10</guid>
		<description><![CDATA[[...] back up, the first thing I noticed was that the snippets were missing. Snippets and shortcuts are important to me, and I really didn&#8217;t want to have to create them all over again, so I dug around in my [...]]]></description>
		<content:encoded><![CDATA[<p>[...] back up, the first thing I noticed was that the snippets were missing. Snippets and shortcuts are important to me, and I really didn&#8217;t want to have to create them all over again, so I dug around in my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/#comment-9</link>
		<dc:creator><![CDATA[Dominic]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://dominicoconnor.wordpress.com/?p=8#comment-9</guid>
		<description><![CDATA[Tony, I still happily use all of these methods without much complaint, other than the fact that adding an additional shortcut is two steps instead of one.  I&#039;m planning on moving to the new Coldfusion builder, but because it&#039;s Eclipse based, it should all work the same.]]></description>
		<content:encoded><![CDATA[<p>Tony, I still happily use all of these methods without much complaint, other than the fact that adding an additional shortcut is two steps instead of one.  I&#8217;m planning on moving to the new Coldfusion builder, but because it&#8217;s Eclipse based, it should all work the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://domoconnor.com/2009/03/31/cfeclipse-keyboard-shortcuts/#comment-8</link>
		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://dominicoconnor.wordpress.com/?p=8#comment-8</guid>
		<description><![CDATA[This is exactly my frustration, and exactly what I&#039;m looking for. Any further luck or advice on this? Does it still work and are you still using it? If so, I&#039;ll take the plunge and see if it does what I need.

Wow do I wish CFE / Eclipse allowed fully customizable shortcut keys.]]></description>
		<content:encoded><![CDATA[<p>This is exactly my frustration, and exactly what I&#8217;m looking for. Any further luck or advice on this? Does it still work and are you still using it? If so, I&#8217;ll take the plunge and see if it does what I need.</p>
<p>Wow do I wish CFE / Eclipse allowed fully customizable shortcut keys.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

