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

Writing an extension

New Here ,
Feb 23, 2009 Feb 23, 2009

Copy link to clipboard

Copied

Dear Friends,

I want to write an extension for Adobe Dreamweaver CS3 and also add an autocompletion-feature.

Is there a good tutorial for adding autocompletion?
I only want to know how to create a popup with custom listed textual content
when the user begins typing an unfinished function name.

I know that I can add custom function names and keywords manually to Dreamweaver.
But in this case the extension I want to write should handle that, because those function names are dynamic.

Thank you for your help and support!
With best regards
TOPICS
Extensions

Views

935
Translate

Report

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

correct answers 1 Correct answer

LEGEND , Feb 23, 2009 Feb 23, 2009
InnoRex,

There are API calls for you to dynamically add functions to the ones
recognized by the Code Hints engine. Take a look here:
http://help.adobe.com/en_US/Dreamweaver/10.0_API_Ref/WS5b3ccc516d4fbf351e63e3d117f9e09bcf-7ed2.html

This reference is for DW CS4, but (I think) those calls are supported
back to DW MX.

HTH,
Randy


> I want to write an extension for Adobe Dreamweaver CS3 and also add an
> autocompletion-feature.
>
> Is there a good tutorial for adding autocompletion?
> I on...

Votes

Translate
LEGEND ,
Feb 23, 2009 Feb 23, 2009

Copy link to clipboard

Copied

InnoRex,

There are API calls for you to dynamically add functions to the ones
recognized by the Code Hints engine. Take a look here:
http://help.adobe.com/en_US/Dreamweaver/10.0_API_Ref/WS5b3ccc516d4fbf351e63e3d117f9e09bcf-7ed2.html

This reference is for DW CS4, but (I think) those calls are supported
back to DW MX.

HTH,
Randy


> I want to write an extension for Adobe Dreamweaver CS3 and also add an
> autocompletion-feature.
>
> Is there a good tutorial for adding autocompletion?
> I only want to know how to create a popup with custom listed textual content
> when the user begins typing an unfinished function name.
>
> I know that I can add custom function names and keywords manually to
> Dreamweaver.
> But in this case the extension I want to write should handle that, because
> those function names are dynamic.

Votes

Translate

Report

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
New Here ,
Feb 24, 2009 Feb 24, 2009

Copy link to clipboard

Copied

LATEST
This is exactly what I have been looking for.

Thank you!
With best regards

Votes

Translate

Report

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