<?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"
	>

<channel>
	<title>CFTextmate.com</title>
	<atom:link href="http://www.cftextmate.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cftextmate.com</link>
	<description>ColdFusion meets Textmate, a developers dream come true</description>
	<pubDate>Sun, 12 Apr 2009 11:28:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>CFTextmate 3.0 Beta 3</title>
		<link>http://www.cftextmate.com/2009/04/12/cftextmate-30-beta-3/</link>
		<comments>http://www.cftextmate.com/2009/04/12/cftextmate-30-beta-3/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:28:17 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=35</guid>
		<description><![CDATA[Just a quick note to let everyone know that 3.0 Beta 3 is up, and you can download it on the right side of the page.
There are only a few changes in this release
- Spell checking in comments
- Few slight syntax coloring bug fixes
- Jump to function definition (pretty raw at the moment)
]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to let everyone know that 3.0 Beta 3 is up, and you can download it on the right side of the page.</p>
<p>There are only a few changes in this release</p>
<p>- Spell checking in comments<br />
- Few slight syntax coloring bug fixes<br />
- Jump to function definition (pretty raw at the moment)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2009/04/12/cftextmate-30-beta-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFTextmate 3.0 Beta 2</title>
		<link>http://www.cftextmate.com/2009/02/21/cftextmate-30-beta-2/</link>
		<comments>http://www.cftextmate.com/2009/02/21/cftextmate-30-beta-2/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 01:43:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=33</guid>
		<description><![CDATA[Yeah, I am holding on to that beta status&#8230;
The new bundles, which can be downloaded on the right, have a few slight changes from the last beta.  First, there are a few small syntax coloring fixes, and second is the attempt to get code completion a bit more stable.
I should mention that the testing [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I am holding on to that beta status&#8230;</p>
<p>The new bundles, which can be downloaded on the right, have a few slight changes from the last beta.  First, there are a few small syntax coloring fixes, and second is the attempt to get code completion a bit more stable.</p>
<p>I should mention that the testing / developing environment I am using is Textmate build 1.5.8 (1498) - the bleeding edge one.  If you are not using that version, and you find the plugins fail horribly, please post a comment.</p>
<p>The code completion now uses &#8220;&lt;cf&#8221; as the trigger to show you CFML completions.  There are two reasons for this:</p>
<p>1) It will separate cf tags from html tags (when they can live together)<br />
2) It allows you to filter the suggestions without having to first type &#8220;cf&#8221; first.</p>
<p>The completion is still a bit fragile, and if you are building from source you might find you have to build the code a few times before they work correctly.  It seems to have something to do with the way the plugin precedence is ordered.  If you find when you do &#8220;&lt;cf&#8221; ctrl+space and you get a list of HTML tags, you&#8217;ll need to rebuild the plugin.  I am trying to get that sorted.</p>
<p>If you are just downloading from the pre-made bundles on the right of the page you should be good&#8230; hopefully.  For the curious this is what it looks like:</p>
<div>
<img src="http://www.cftextmate.com/wp-content/picture-1-10.jpg" height="226" width="323" border="1" hspace="4" vspace="4" alt="Picture 1-10" />
</div>
<div>
<img src="http://www.cftextmate.com/wp-content/picture-2-6.jpg" height="250" width="330" border="1" hspace="4" vspace="4" alt="Picture 2-6" />
</div>
<p>The completion suggestions are controlled by pressing ctrl+space after typing &lt;cf and then, after a space pressing ctrl+space for the attributes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2009/02/21/cftextmate-30-beta-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFTextMate - Which Version Do I Download?</title>
		<link>http://www.cftextmate.com/2008/12/17/cftextmate-which-version-do-i-download/</link>
		<comments>http://www.cftextmate.com/2008/12/17/cftextmate-which-version-do-i-download/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 14:55:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=22</guid>
		<description><![CDATA[To be able to accomplish some of the things I want to do with cftextmate, I&#8217;ve had to make where the code lives, and how it gets pushed out a bit more complicated.  In doing so, however, I&#8217;ve accidentally  made &#8220;how to I get cftextmate&#8221; and &#8220;which version do I use&#8221; more complicated. [...]]]></description>
			<content:encoded><![CDATA[<p>To be able to accomplish some of the things I want to do with cftextmate, I&#8217;ve had to make where the code lives, and how it gets pushed out a bit more complicated.  In doing so, however, I&#8217;ve accidentally  made &#8220;how to I get cftextmate&#8221; and &#8220;which version do I use&#8221; more complicated.  Hopefully this should clear it up.  This is from most fun to most stable.</p>
<p><b>I am an &#252;ber nut bag and I want the raw code as it is committed / I want to help write cftextmate.</b></p>
<p>You can checkout the code from <a href="http://github.com/robrohan/coldfusion.tmbundle/tree/master">GitHub</a>.  You&#8217;ll have to be a bit of a self starter for that at present.  The readme is still in flux, but should get you started.</p>
<p>If you have any questions, you can post them on the <a href="http://groups.google.com/group/cftextmate">CFTextMate Google Group</a></p>
<p><b>I too am an &#252;ber nut bag, but I don&#8217;t want to checkout the code; however, I want the very latest, possibly unstable, code.</b></p>
<p>You can use the <i>Alpha</i> version which is kind of like a nightly, but I only build it when something interesting has been added.   This is more or less what I run on my computer day to day, but has the potential of having bugs.  You can download the <a href="http://s3.amazonaws.com/software.robrohan.com/CFTextMate/Alpha/ColdFusion.tmbundle.zip">CFTextMate Alpha</a> there.</p>
<p>This too is based on the latest Adobe ColdFusion release.</p>
<p><b>I want the newest features, but something that has been, at least, slightly tested. I want a version specific to Railo, BlueDragon, etc</b></p>
<p>Use the <i>Beta</i> version (currently 3.0).  The beta versions can be downloaded from this site on the download section (currently on the right side of the <a href="http://cftextmate.com">home page</a>).</p>
<p>(see <i>Which version of ColdFusion do I use</i> below)</p>
<p><b>I want the super stable version</b></p>
<p>This version will have less features, but will have been around the longest.  This is also for the latest public Adobe distribution of Coldfusion (it will work with Railo and BlueDragon, but the tags and items are specifically for Adobe Coldfusion).</p>
<p>You can grab this version (currently version 2.0) on this site as well - <a href="http://cftextmate.com">on the right on the home page</a>.</p>
<p>Or you can get this version by using the <a href="http://macromates.com/svn/Bundles/trunk/Bundles/">Macromates SVN</a> and checking out the code to your ~/Library/Application\ Support/TextMate/Bundles directory.</p>
<p><b>Which version of ColdFusion do I use / what is the difference between <i>ColdFusion</i> and <i>ColdFusion 8</i> bundles - do I need both?</b></p>
<p>No, you don&#8217;t need both.  The <i>ColdFusion</i> bundle is probably what you are after.  That is the bundle for the latest Coldfusion server from Adobe.  The reason there is an 8 version is because it&#8217;s part of the distribution machinery, and ColdFusion 9 is in the works - kind of planning ahead.</p>
<p>If you want a specifically built bundle - say Railo for example, you just download the Railo version of the bundle and that&#8217;s it.</p>
<p>If you code for both Railo and Adobe Coldfusion, and you want the editor to be somewhat smart about help files and what not, you can download and install both bundles.</p>
<p>I hope that cleared up any confusion, and if you have any questions / comments / suggestions the <a href="http://groups.google.com/group/cftextmate">CFTextMate Google Group</a> is always open.</p>
<p>Go <a href="http://daemon.com.au">Daemon.com.au</a> <img src='http://www.cftextmate.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2008/12/17/cftextmate-which-version-do-i-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFTextmate 3.0 Beta</title>
		<link>http://www.cftextmate.com/2008/11/29/cftextmate-30-beta/</link>
		<comments>http://www.cftextmate.com/2008/11/29/cftextmate-30-beta/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 08:45:20 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=20</guid>
		<description><![CDATA[Hi there.
My name is Rob Rohan, and Bill Duenskie has let me borrow the reigns on the CFTextmate project.  Since I have more or less abandoned Eclipse, I&#8217;ve started doing all my development in Textmate.
The latest stable version of CFTextmate is 2.0.  2.0 was released before I started working on the project, so [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there.</p>
<p>My name is <a href="http://robrohan.com">Rob Rohan</a>, and Bill Duenskie has let me borrow the reigns on the CFTextmate project.  Since I have more or less abandoned Eclipse, I&#8217;ve started doing all my development in Textmate.</p>
<p>The latest stable version of CFTextmate is 2.0.  2.0 was released before I started working on the project, so I am marking my stuff as 3.0 Beta.  I still have a lot of things I want to add, but I&#8217;ve got most of my personal day to day needs taken care of in 3.0.</p>
<p>The major changes in 3.0, I think, are the inclusion of other CF engines and versions (<a href="http://www.railo-technologies.com/en/index.cfm">Railo</a> (which is awesome), BlueDragon, CF5, etc).  Also thing like cffunction folding, function names in the symbol list, and cfscript colouring.  Thanks to everyone on the mailing list.</p>
<p>Here is a movie to show it off a bit.</p>
<div class="movie">
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/KcP_juB-o14&#38;hl=en&#38;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KcP_juB-o14&#38;hl=en&#38;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</div>
<p>You can download the plugin(s) from the side bar.  If you are into source code, you can get the code on <a href="http://github.com/robrohan/coldfusion.tmbundle/tree/master">github</a> (releases will still be published to the textmate trunk).  And, as usual, you can join the <a href="http://groups.google.com/group/cftextmate">mailing list</a>.</p>
<p>(Thanks to <a href="http://blog.daemon.com.au/">Geoff</a> from <a href="http://www.daemon.com.au/">Daemon</a> (where I work) for egging me to take this on)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2008/11/29/cftextmate-30-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>For the latest information</title>
		<link>http://www.cftextmate.com/2007/12/10/for-the-latest-information/</link>
		<comments>http://www.cftextmate.com/2007/12/10/for-the-latest-information/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:26:22 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=19</guid>
		<description><![CDATA[For the latest information on the development of the bundle, or if you any specific questions you should visit:
http://groups.google.com/group/cftextmate
]]></description>
			<content:encoded><![CDATA[<p>For the latest information on the development of the bundle, or if you any specific questions you should visit:</p>
<p><a target="_blank" href="http://groups.google.com/group/cftextmate">http://groups.google.com/group/cftextmate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2007/12/10/for-the-latest-information/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support for CF8 coming soon</title>
		<link>http://www.cftextmate.com/2007/06/02/support-for-cf8-coming-soon/</link>
		<comments>http://www.cftextmate.com/2007/06/02/support-for-cf8-coming-soon/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 22:55:56 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=18</guid>
		<description><![CDATA[Hey Everyone,
I was able to find all the new tags for scorpio as well as the updated attributes for existing tags.Â  I will begin working on the updates to the bundle this week.Â  I&#8217;m hoping to release the update by next Saturday, so stay tuned.
Thanks
]]></description>
			<content:encoded><![CDATA[<p>Hey Everyone,</p>
<p>I was able to find all the new tags for scorpio as well as the updated attributes for existing tags.Â  I will begin working on the updates to the bundle this week.Â  I&#8217;m hoping to release the update by next Saturday, so stay tuned.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2007/06/02/support-for-cf8-coming-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>B I N G O</title>
		<link>http://www.cftextmate.com/2007/06/01/b-i-n-g-o/</link>
		<comments>http://www.cftextmate.com/2007/06/01/b-i-n-g-o/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 18:48:12 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=17</guid>
		<description><![CDATA[And Bingo was his name OH:
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_cfmlreference_052907.pdf
]]></description>
			<content:encoded><![CDATA[<p>And Bingo was his name OH:</p>
<p><a target="_blank" href="http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_cfmlreference_052907.pdf">http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_cfmlreference_052907.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2007/06/01/b-i-n-g-o/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking for Scorpio tag list</title>
		<link>http://www.cftextmate.com/2007/06/01/looking-for-scorpio-tag-list/</link>
		<comments>http://www.cftextmate.com/2007/06/01/looking-for-scorpio-tag-list/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 17:42:26 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=16</guid>
		<description><![CDATA[Ello Ello,
I&#8217;m looking to update the bundle but I can&#8217;t for the life of me find a list of new tags/attributes for Scorpio.Â  If anyone has a list or knows where to find them, please send them to me!
Thanks
]]></description>
			<content:encoded><![CDATA[<p>Ello Ello,</p>
<p>I&#8217;m looking to update the bundle but I can&#8217;t for the life of me find a list of new tags/attributes for Scorpio.Â  If anyone has a list or knows where to find them, please send them to me!</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2007/06/01/looking-for-scorpio-tag-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version 2.0 available</title>
		<link>http://www.cftextmate.com/2006/11/02/version-20-available/</link>
		<comments>http://www.cftextmate.com/2006/11/02/version-20-available/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 15:17:58 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=15</guid>
		<description><![CDATA[Hey everyone,
I&#8217;m happy to announce that version 2.0 of CFTextMate is now available.  In this release we&#8217;ve:

Added in support for all CF functions (this is limited though, see below)
SQL syntax highlighting (thanks to Adam and Nathan)
Trimmed down the language file to get rid of everything uneeded (thanks Adam)

Unfortunately though functions cannot be activated via [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>I&#8217;m happy to announce that version 2.0 of CFTextMate is now available.  In this release we&#8217;ve:</p>
<ol>
<li>Added in support for all CF functions (this is limited though, see below)</li>
<li>SQL syntax highlighting (thanks to Adam and Nathan)</li>
<li>Trimmed down the language file to get rid of everything uneeded (thanks Adam)</li>
</ol>
<p>Unfortunately though functions cannot be activated via the tab trigger when you&#8217;re inside a CF tag that has already been activiated via a tab trigger.  This is a limitation with TextMate itself, so it&#8217;s something that can&#8217;t be changed.  You can always setup a key binding to activate the functions for the time being.</p>
<p>I&#8217;d also like to thank Adam and Nathan for the help they&#8217;ve given on this project!  You can always find the latest development information by visiting the <a title="CFTextMate mailing list" target="_blank" href="http://groups-beta.google.com/group/cftextmate">CFTextMate Google Group</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2006/11/02/version-20-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great response</title>
		<link>http://www.cftextmate.com/2006/10/27/great-response/</link>
		<comments>http://www.cftextmate.com/2006/10/27/great-response/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 18:11:03 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[cftextmate]]></category>

		<guid isPermaLink="false">http://www.cftextmate.com/?p=14</guid>
		<description><![CDATA[I&#8217;ve been receiving a great response for help with the CFTextMate project, and I would like to thank everyone who&#8217;s getting involved.  With multiple people offering up their support we&#8217;ve started a mailing list to help keep track of the bundles development.
Check out the mailing list.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been receiving a great response for help with the CFTextMate project, and I would like to thank everyone who&#8217;s getting involved.  With multiple people offering up their support we&#8217;ve started a mailing list to help keep track of the bundles development.</p>
<p><a target="_blank" title="CFTextMate mailing list" href="http://groups-beta.google.com/group/cftextmate">Check out the mailing list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cftextmate.com/2006/10/27/great-response/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
