Since upgrading to CFB 3, I am unable to view "ColdFusion Documentation" (Help).  How do I restore this functionality?

Since upgrading to CFB 3, I am unable to view "ColdFusion Documentation" (Help).  How do I restore this functionality?

I found a workaround.
Close Builder
Navigate to:
/Applications/ColdfusionBuilder3/plugins/com.adobe.coldfusion.help_3.0.0/toc.xml
Copy it to
tocOrig.xml
Edit:
/Applications/ColdfusionBuilder3/plugins/com.adobe.coldfusion.help_3.0.0/toc.xml
<?xml version="1.0" encoding="UTF-8"?><toc label="Adobe ColdFusion Documentation"> 
   <topic label="Configuring and Administering ColdFusion" href="docs/Configuring+and+Administering+ColdFusion.html"/>
   <topic label="CFML Reference" href="docs/Adobe+ColdFusion+CFML+Reference.html"/>
   <topic label="Developing Applications with ColdFusion" href="docs/Developing+Adobe+ColdFusion+Applications.html"/>
   <topic label="Installing And Using ColdFusion" href="docs/Installing+Adobe+ColdFusion.html"/>
</toc>
Change to:
<?xml version="1.0" encoding="UTF-8"?><toc label="Adobe ColdFusion Documentation">
   <topic label="Configuring and Administering ColdFusion" href="docs/Configuring_and_Administering_ColdFusion.html"/>
   <topic label="CFML Reference" href="docs/Adobe_ColdFusion_Reference.html"/>
   <topic label="Developing Applications with ColdFusion" href="docs/Developing_Adobe_ColdFusion_Applications.html"/>
   <topic label="Installing And Using ColdFusion" href="docs/Installing_Adobe_ColdFusion.html"/>
</toc>
Next go to folder: 
/Applications/ColdfusionBuilder3/plugins/com.adobe.coldfusion.help_3.0.0/docs
1.  Copy
Adobe+Coldfusion+CFML_Reference.html
and rename the copy to
Adobe_Coldfusion_Reference.html
2. Copy Configuring+and+Administering+ColdFusion.html
and rename the copy to
Configuring_and_Administering_ColdFusion.html
3. Copy
Developing+Adobe+ColdFusion+Applications.html
and rename the copy to
Developing_Adobe_ColdFusion_Applications.html
4.  Copy
Installing+Adobe+ColdFusion.html
and rename the copy to
Installing_Adobe_ColdFusion.html
e.g.  I took the '+' out of the file name and inserted a '_'
NOTE: this worked for all but
Adobe+ColdFusion+CFML+Reference.html
It did not work with:
Adobe_ColdFusion_CFML_Reference.html
but renaming it to this worked:
Adobe_ColdFusion_Reference.html
I don't know why.
You must restart Builder for it to take effect.

Similar Messages

Maybe you are looking for