Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
InnoRex #1
Writing an extension
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
InnoRex Guest
-
Writing a Dreamweaver Extension, where to start?
Hello, I want to learn how to write a dreamweaver CS4 extension, but the only material I can seem to find that provides step by step instructions... -
DM6.0 Extension Manager v1.2.107 not d/l newer extension
Hi Folks, I have not been on line due to back surgery and recovery (ouch, yes it still hurts) I have tried to down load some newer navigation aids... -
Detecting if a template is applied in extension writing
Hello, I have been working on an extension which inserts code into my page at the selection point, but also inserts a link to an external... -
#26240 [Opn->Bgs]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
ID: 26240 Updated by: chregu@php.net Reported By: igor_udintsev at mail dot ru -Status: Open +Status: ... -
Is .dcr extension = Director file extension ?
I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the... -
Randy Edmunds #2
Re: Writing an extension
InnoRex,
There are API calls for you to dynamically add functions to the ones
recognized by the Code Hints engine. Take a look here:
[url]http://help.adobe.com/en_US/Dreamweaver/10.0_API_Ref/WS5b3ccc516d4fbf351e63e3d117f9e09bcf-7ed2.html[/url]
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.Randy Edmunds Guest
-
InnoRex #3
Re: Writing an extension
This is exactly what I have been looking for.
Thank you!
With best regards
InnoRex Guest



Reply With Quote

