<?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/"
		>
<channel>
	<title>Comments on: Developer Toolbox: AutoHotKey &#8211; Super Snippets</title>
	<atom:link href="http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Slipstream</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1163</link>
		<dc:creator>Slipstream</dc:creator>
		<pubDate>Fri, 04 Sep 2009 12:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1163</guid>
		<description>I use C++ for the string processing.  AutoHotKey puts the text on the clipboard, runs the helper exe, and pastes the result back into the original.</description>
		<content:encoded><![CDATA[<p>I use C++ for the string processing.  AutoHotKey puts the text on the clipboard, runs the helper exe, and pastes the result back into the original.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Moberg</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1162</link>
		<dc:creator>James Moberg</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1162</guid>
		<description>I&#039;ve written a couple of AutoHotKey scripts that I use to clean up the clipboard, optimize CSS and repurpose content for lists.
http://www.ssmedia.com/utilities/autohotkey/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a couple of AutoHotKey scripts that I use to clean up the clipboard, optimize CSS and repurpose content for lists.<br />
<a href="http://www.ssmedia.com/utilities/autohotkey/" rel="nofollow">http://www.ssmedia.com/utilities/autohotkey/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Pearson</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1161</link>
		<dc:creator>Cliff Pearson</dc:creator>
		<pubDate>Tue, 07 Apr 2009 07:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1161</guid>
		<description>Nice tips - thanks guys.

Just in case anyone has been living under a rock (B-&gt;), don&#039;t forget to investigate Snipex (http://www.markdrew.co.uk/blog/post.cfm/cfeclipse-s-snipex-server-components-released) - a snippet server solution built into CFE by the delectable Mark Drew.</description>
		<content:encoded><![CDATA[<p>Nice tips &#8211; thanks guys.</p>
<p>Just in case anyone has been living under a rock (B-&gt;), don&#8217;t forget to investigate Snipex (<a href="http://www.markdrew.co.uk/blog/post.cfm/cfeclipse-s-snipex-server-components-released" rel="nofollow">http://www.markdrew.co.uk/blog/post.cfm/cfeclipse-s-snipex-server-components-released</a>) &#8211; a snippet server solution built into CFE by the delectable Mark Drew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1160</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 07 Mar 2009 04:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1160</guid>
		<description>Excellent idea about sharing them with Dropbox!!</description>
		<content:encoded><![CDATA[<p>Excellent idea about sharing them with Dropbox!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1159</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 07 Mar 2009 00:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1159</guid>
		<description>I was just Twittering about this :)

Snippets are nice - you can zip them up and easily share them.  The nice thing about a text expander is you can use it anywhere.  If I have code open in Notepad I can still dump in my &#039;snippets&#039;.  So far I haven&#039;t found anything similar on Linux :(</description>
		<content:encoded><![CDATA[<p>I was just Twittering about this :)</p>
<p>Snippets are nice &#8211; you can zip them up and easily share them.  The nice thing about a text expander is you can use it anywhere.  If I have code open in Notepad I can still dump in my &#8216;snippets&#8217;.  So far I haven&#8217;t found anything similar on Linux :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Moser</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1158</link>
		<dc:creator>Brandon Moser</dc:creator>
		<pubDate>Sat, 07 Mar 2009 00:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1158</guid>
		<description>And of course my code snippet doesn&#039;t show up. I think this should work...
Start text: &lt;cfqueryparam value=&quot;
End text: &quot; cfsqltype=&quot;cf_sql_char&quot; /&gt;

Also, I sync them between machines with Dropbox. Super helpful that they are stored in xml files.</description>
		<content:encoded><![CDATA[<p>And of course my code snippet doesn&#8217;t show up. I think this should work&#8230;<br />
Start text: &lt;cfqueryparam value=&quot;<br />
End text: &quot; cfsqltype=&quot;cf_sql_char&quot; /&gt;</p>
<p>Also, I sync them between machines with Dropbox. Super helpful that they are stored in xml files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Moser</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1157</link>
		<dc:creator>Brandon Moser</dc:creator>
		<pubDate>Sat, 07 Mar 2009 00:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1157</guid>
		<description>Jim,

I&#039;ve created a stack of CFQueryparam snippets in CFEclipse that wrap variables in old code queries. I&#039;m not sure how I can share them, but I basically have the first part &#039;&#039; in the following box. Saves me tons of time. I love TextExpander on my Mac, but I&#039;ve been looking for a something like this on Linux. Thanks.</description>
		<content:encoded><![CDATA[<p>Jim,</p>
<p>I&#8217;ve created a stack of CFQueryparam snippets in CFEclipse that wrap variables in old code queries. I&#8217;m not sure how I can share them, but I basically have the first part &#8221; in the following box. Saves me tons of time. I love TextExpander on my Mac, but I&#8217;ve been looking for a something like this on Linux. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Morrow</title>
		<link>http://thecrumb.com/2009/03/04/developer-toolbox-autohotkey-super-snippets/#comment-1156</link>
		<dc:creator>James Morrow</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=727#comment-1156</guid>
		<description>Nifty tip, Jim.

This reminds me that I need to setup more things like this in Eclipse.

Thanks.</description>
		<content:encoded><![CDATA[<p>Nifty tip, Jim.</p>
<p>This reminds me that I need to setup more things like this in Eclipse.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

