Anyone know how long until it is available on the partner portal for partners to download?
-----Original Message----- From: charlie arehart [mailto:[email protected]] Sent: Thursday, 5 May 2011 4:27 AM To: [email protected] Subject: RE: [cfaussie] Re: Coldfusion Builder 2 is now available to buy or try Zac, that answer is yes. But it's not like HS or DW where you could right-click on the file and open it. Instead, in both CFB1 and CFB2, you can do it by holding the control (or mac key) and hovering your mouse over the filename. That should change to a link, which when you click should open the file. This works not just with CFMODULE but any other tags/functions that refer to files or CFCs, like CFINCLUDE, CFINVOKE, CFOBJECT, createobject, and indeed HTML tags like a href, script src, and so on. Now, all that said, if you have not defined a server and connected your project to that server, then this feature will only work for files that can be found locally, relative to the current file. For it to find a CFC in an entirely other directory, for instance, then obviously CFB needs to ask CFC to tell it where to find CFCs, which would include the webroot, mappings, and custom tag paths. Hope that helps. (This is one of many hidden gems in CFB that I have covered in a talk I did on the topic, available at www.carehart.org/presentations/ and which I will reprise and update for CFB 2 at cfobjective, and eventually to be recorded as a CFMeetup talk.) /charlie > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Zac Spitzer > Sent: Wednesday, May 04, 2011 1:26 AM > To: [email protected] > Subject: Re: [cfaussie] Re: Coldfusion Builder 2 is now available to > buy or try > > is there a way like in homesite to open the file referenced by a > cfmodule tag? > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
