Update: Coldfusion Help in Textmate livedocs
January 21st, 2008
I noticed that there was a bug in the code. If you had a function ie: <cfset Request.something = “something”> and you put your cursor on the “Request” it would send you to the docs for <cfset> I fixed it so that it correctly sends you to whatever your cursor is on. Here is the text file for the bundle and instructions on installing it.
You don’t need to get the CFTextmate Bundle for this to work in Textmate. Hopefully the command will be included in the next release.
How to add this command to Textmate:
- Copy the contents of this text file
- Load textmate and then select bunde > bundle editor > show bundle editor (ctrl option cmd B)
- Create a new command (you can just click on your bundle name and add it there) settings for the new command: Save: Nothing, command(s): Paste code here, Input: None, Output: Show as HTML, Key Equivilent (I chose option, cmd L), scope selector: text, html, cfm
- Open Bundles > Bundle Editor > Reload Bundles
Sorry, comments are closed for this article.