Mike,

Code insight does work on CFC that have been invoked using ColdSpring, you
just need to tell CFB where to find the CFC. Just follow these steps:

1. In the project properties, click on the "CFC Mappings" link.
2. Click on the "New" button in the "CFC Variable Mapping" section.
3. Enter usersDAO for the variable name
4. Enter the dotted path from the website root to the CFC (I keep mine in
model directory so I would enter model.userDAO)
5. Click "Ok" to save and exit the properties dialog.

After you do this, whenever you create a variable named usersDAO, CFB will
present code insight for any methods found in usersDAO CFC. So your example
would work fine.

usersDAO = application.beanfactory.getbean("usersDAO")



On Thu, May 1, 2014 at 1:29 AM, Mike K <[email protected]> wrote:

>
> So to summarise then,   ColdFusion Builder 3 is a great IDE, except that
> the following important features dont work for me,  and no one has been
> able to show me that they can work for me ...
>
> [A] FTP doesnt work, and no one has yet offered me any way to make it work.
>
> [B] Code insight apparently doesnt work if you use ColdSpring to
> instantiate the CFCs
> [C] You can't use the view in browser function - apparently it's been
> removed from ColdFusion Builder 3.    (Unless someone can tell me where to
> find it).
>
> I can't see the point in paying all that cash for something that doesnt
> even do what UltraEdit can do.
>
> Or have it got it all wrong?    Where are the fanboys now that were
> berating me for using Dreamweaver all these years?     All these functions
> worked in Dreamweaver right up till Adobe decided that ColdFusion wasnt
> worthy of being in their product.
>
>
>
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358509
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to