Textmate Bundle - Go to File and ColdFusion Help Docs
July 23rd, 2009
Coldfusion Help ⌥⌘L
This command is bound to option-command-L (lookup). Simply click on a coldfusion method (function) ie: StructAppend or a tag and you will be taken to the help documentation for that tag or method.
There are support files required for this command which includes all of the html help for Coldfusion (the same html files that are part of the Homesite Help files for CF 8Download). You can download just the part that is needed from my website at http://blog.stevensross.com/assets/html.zip Once they are downloaded you just need to extract them to the html folder in your Downloads Folder as it is looking for the files in ”~/Downloads/html”
Go to File ⌥⌘G
This command is bound to option-command-G (goto) Simply click on a line that has a cfinclude, a javascript script src tag or a css link rel tag and whether it is a relative link ”../somefile.css” or if it is a link off of the root of your project (a project must be defined for this to work) the file will open after you execute the command.
You can grab the files here Steven Ross Bundle and The Help documents for ColdFusion 8