Extension template/skeleton

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Extension template/skeleton

    Hi

    Does anyone/adobe have an extension template/skeleton to get newbies started
    with?
    Best practice file management with useful things like outputting to a new
    file, saving to a new file, saving preferences. May help saving the community
    doing the same things over and over again.

    all the best
    Dave

    Baron Von Smit Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Skeleton problems
      We are trying to export an animated character from Maya, but when we select export selection, export all and force export, the skeleton gets a...
    3. perl template tool kit extension development
      Greetings, I would like to develop an extension to dreamweaver to allow DW to visually display the perl Template Toolkit .wld files. For those...
    4. Boo! Flash skeleton!
      http://www.rhgrafix.com/skeledance.htm
    5. check out a dancing skeleton!
      check out a dancing skeleton! http://www.rhgrafix.com/skeledance.htm
  3. #2

    Default Re: Extension template/skeleton

    Dave,

    There are many types of extensions, but the easiest way to get started
    is to open the History Panel (Window > History), select 1 or more steps,
    right-click and select "Save as Command…". This creates a Command in the
    *User* Configuration folder which is usually something like: on WinXP

    C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver
    CS4\en_US\Configuration\Commands

    Note that the "Application Data" folder is hidden by default, so you may
    need to enable displaying of hidden folders in the Folder Options of the
    File Explorer.

    Poke around in the *Application* Configuration folder here for lots of
    code that is delivered with DW:

    C:\Program Files\Adobe\Adobe Dreamweaver CS4\en_US\Configuration

    There are online Extension and API docs here:
    [url]http://help.adobe.com/en_US/Dreamweaver/10.0_Extending/index.html[/url]
    [url]http://help.adobe.com/en_US/Dreamweaver/10.0_API_Ref/index.html[/url]

    Hope this helps,
    Randy

    > Does anyone/adobe have an extension template/skeleton to get newbies started
    > with?
    > Best practice file management with useful things like outputting to a new
    > file, saving to a new file, saving preferences. May help saving the community
    > doing the same things over and over again.
    Randy Edmunds Guest

  4. #3

    Default Re: Extension template/skeleton

    Thanks Randy, I'll sure check that shortcut out and the links.
    Baron Von Smit Guest

  5. #4

    Default Re: Extension template/skeleton

    This topic inspired my blog post for the week:
    [url]http://blogs.adobe.com/dreamweaver/2009/02/extending_dreamweaver_getting.html[/url]

    A spiced it up with a few more details!

    Randy


    Baron Von Smit wrote:
    > Thanks Randy, I'll sure check that shortcut out and the links.
    Randy Edmunds Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139