Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF9 Dreamweaver extensions

Participant ,
Jan 18, 2010 Jan 18, 2010

Just wondering if anyone else has had issues installing the CF9 extensions for dreamweaver?

The installer runs fine but when I go into Dreamweaver CS4 it doesn't recognise any of the new tags.

Tried uninstalling and reinstalling the extension but still don't have any of the new CF9 tags in dreamweaver.

Any help would be great.

Kind regards,

Richard

2.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 18, 2010 Jan 18, 2010

Hi Richard,

Few good practices,

Just close your DW, before installing any extension.

Go here and download one,

http://download.macromedia.com/pub/coldfusion/9/dreamweaverupdate/CF9_Tags_for_DW.mxp

After downloading goto the extentions manager and install the mxp file,

Then check out if you are able find CF9 tags in DW.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 18, 2010 Jan 18, 2010

Hi Daverms,

Thanks for the reply. That's exactly what I did after I downloaded the .mxp but still no joy even after reinstalling it a few times.

The only thing I've noticed when installing, is that it asks if it should overwrite 3 files CodeHints.xml, CodeColoring.xml and a png (which i forget the name of) anyway I said yes overwrite it and it completes the installation.

Richard

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 18, 2010 Jan 18, 2010

OK latest update.

I have it working after reluctantly reinstalling creative suite then installing the extension before doing anything else it works.

Though 1 other thing I have noticed is the lack of cfcontinue both in the tags in dreamweaver and in the cf9 docs I know there's a page about it in the docs but where is the tag in the example. On the other hand CF Builder does have the cfcontinue tag in its library.

But I guess that's off topic.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 18, 2010 Jan 18, 2010

Richard,

The CF9 livedocs says,

"You can update Dreamweaver to include all the new and updated tag and function hints and Help for ColdFusion 9."

Refer here,

http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSc3ff6d0ea77859461172e0811cdec18969-7fff.html

I hope somewhere in DW you need to tweak on some setting. Unfortunately, I don't have DW @ office here. Will check and get back to you once I reach home.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 18, 2010 Jan 18, 2010

Hi Richard,

I tried installing the extension, and after installation the new CF9 tags are getting listed without any issues.

Please go and verify here  "Insert -> Tag -> CFML Tags" menu (to see if you are able to view all the CF9 tags.)

HTH

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 19, 2010 Jan 19, 2010

Hi Daverms,

Thanks for your continued efforts. Did you see my last post? I did do everything you've suggested but was still having no luck. So I reinstalled Creative Suite which solved the issue so they are working now.

Thanks again,

Richard

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 01, 2010 Mar 01, 2010
LATEST

Hi all,

I don't know if I'm the only one around to notice a bug in the CF9 taglib with the cfquery tag.  The taglib says that cfquery has no closing tag which is quite annoying, but fortunately quite easy to fix.

Locate the xml file named 'cfquery.vtm' somewhere in '/Application Data/Adobe/Dreamweaver 9/Configuration/TagLibraries/cfml' and replace the line that reads '<tag endtag="NO" name="CFQUERY">' by '<tag endtag="YES" name="CFQUERY">'

You don't even need to reload DW for this fix to work.

Strangely enough, I was able to locate & fix the file on windows, but not on mac...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources