Feb 21st, 2009
CFTextmate 3.0 Beta 2
Yeah, I am holding on to that beta status…
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 / 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.
The code completion now uses “<cf” as the trigger to show you CFML completions. There are two reasons for this:
1) It will separate cf tags from html tags (when they can live together)
2) It allows you to filter the suggestions without having to first type “cf” first.
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 “<cf” ctrl+space and you get a list of HTML tags, you’ll need to rebuild the plugin. I am trying to get that sorted.
If you are just downloading from the pre-made bundles on the right of the page you should be good… hopefully. For the curious this is what it looks like:
The completion suggestions are controlled by pressing ctrl+space after typing <cf and then, after a space pressing ctrl+space for the attributes.