Rob
Apr 12th, 2009
Apr 12th, 2009
CFTextmate 3.0 Beta 3
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)
Nice work! I see there are separate bundles for each dialect of CFML - can you install multiple bundles at the same time?
You can - the work flow is a bit odd at present but it will work. For example, if you do help on a tag with both, say, Railo and ColdFusion installed, you’ll then have to pick which dialect you want help from. It works alright, but adds an extra step.
Cool. I installed the Railo bundle - I’d forgotten how easy it is to install a TM bundle! - and I found that if I type either:
<c{ctl+space}
or
<cf{ctl+space}
and select a tag from the list, e.g., argument name=”", I get this:
<c fargument name=”"
or
<cf argument name=”"
Known bug or am I doing something wrong?
Sounds like a bug. Do you have both ColdFusion and Railo installed? (I don’t get that locally, but I am only running the ColdFusion one a the moment)
I get the same problem as Sean. I have several of them installed right now. However, I don’t recall this happening before the Beta 3 update.
It’s working ok for me so I am not sure what’s going on there. If you want to roll back you can grab the older one here:
http://s3.amazonaws.com/software.robrohan.com/CFTextMate/3.0-Beta/ColdFusion.tmbundle.zip
I downloaded the latest ZIP again and now I’m only getting it in this situation:
<c{ctl+space}
select ferror showerror=”" and you get:
<c ferror showerror=”"
However, in this situation:
<cf{ctl+space}
it works flawlessly so I’m good to go now!
I tried using TM + this bundle for a few weeks but I ran into the issue a lot of others have noted: variables within cfquery calls are being rendered as comments. Is there a fix for this? There seem to be a few commenting-related issues with formatting. I would really prefer TM and this bundle vs. DW (no comparison) and Coda.
Thanks for hard work!
Thought I’d post this here, I made some updates to my CF Help command and added a Go To File command that lets you open includes, stylesheets and javascripts with one command instead of having to navigate to them. You can grab it here (feel free to incorporate into the bundle as well).
http://blog.stevensross.com/2009/7/24/textmate-bundle-go-to-file-and-coldfusion-help-docs
Great work, thanks! Having the same problem as db… variables within cfquery calls are being rendered as comments.
The Railo help files are quite poor with bad formatting (no spaces). Any way to improve that? I imagine it comes from Railo, but maybe the spacing?
Also, do you know why we get this double help option when installing Railo and a framework bundle which doesn’t even reference the tag and have help for it? I guess this is a bug in e editor?
If anyone can help, in e editor how do you wrap words in cfml comments or pound signs or entity quotes and such?
Also, the bundle says Alt+space for codecompletion tags or attributes, but all it does is open the restore/minimize menu for me. How/when exactly is this used?
Is there any way to enter an existing tag and get a dropdown of attributes to choose from like in homesite?