Dreamweaver Extention Development Environment

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

  1. #1

    Default Dreamweaver Extention Development Environment

    I am developing a dreamweaver (MX 2004) extension. Every time I change the
    content in a javascript file under the Configuration folder, I have to restart
    the dreamweaver to be able to see the effect of my change. But re-starting
    dreamweaver is not a good way for developing an extension as it is very tedious
    and time-consuming. Could anybody tell me what's the best way to set up a
    develop environment (i.e., without re-starting dreamweaver often times)?

    Thanks in advance,
    bobby

    bobbyli Guest

  2. Similar Questions and Discussions

    1. Using Acrobat SDK for Unix development environment
      No, out of the question for many reasons. However, Adobe do produce the "PDF Library". This can be licensed for many platforms including some...
    2. Proper Development Environment
      I have worked with coldFusion for quite a while but it has always been on small projects. what i have always done in the past is to keep a copy of...
    3. Choice of CFMX development environment
      For those new to CFMX development, could someone advise on best choice of a graphical development tool/enviornment for ColdFusion 7.0, particularly...
    4. Setting up a Development Environment
      Hello, I am trying to setup a development environment between two machines in a "workgroup" network configuration. Both machines have IIS...
    5. Help me improve INETPUB development environment
      ....What if my new server web host - maximumASP - allows me to easily create new sites in the remote /wwwroot/ ....I am now using virtual includes...
  3. #2

    Default Re: Dreamweaver Extention Development Environment

    bobbyli wrote:
    > I am developing a dreamweaver (MX 2004) extension. Every time I change the
    > content in a javascript file under the Configuration folder, I have to restart
    > the dreamweaver to be able to see the effect of my change. But re-starting
    > dreamweaver is not a good way for developing an extension as it is very tedious
    > and time-consuming. Could anybody tell me what's the best way to set up a
    > develop environment (i.e., without re-starting dreamweaver often times)?
    Set your insert bar to show tabs. Ctrl+Click on the options menu on the upper right of the panel, and choose Reload Extensions. Some extensions don't relaod with this method though, I think translators don't, but could be wrong.

    This also resets your toolbars, so will turn off any toolbar that by default DW doens't show, and will place the toolbars attached to the document window if you had moved them off of the document window. Also, if you have any third party toolbars installed, they will stack up vertically.

    In my experience, the time that it takes to relaod isn't much longer that the time it takes to restart DW,a nd you don't have any of the drawbacks of some extensions not relaoding, and your toolbars getting thrown off wack.


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* Guest

  4. #3

    Default Re: Dreamweaver Extention Development Environment

    Adding to what Danilo said if you are working on Behaviors or Commands
    normally all you need to do after a change is launch your extension
    interface and then close it. The second time you open it the changes should
    have taken effect.


    --
    Regards,
    ...Trent Pastrana
    [url]www.fourlevel.com[/url]

    Dreamweaver Designer Tools
    iFrameSuite | MiniMenus | Scroller Packages | More...
    -----------------------------





    "bobbyli" <webforumsuser@macromedia.com> wrote in message
    news:d0ag55$3bq$1@forums.macromedia.com...
    > I am developing a dreamweaver (MX 2004) extension. Every time I change the
    > content in a javascript file under the Configuration folder, I have to
    restart
    > the dreamweaver to be able to see the effect of my change. But
    re-starting
    > dreamweaver is not a good way for developing an extension as it is very
    tedious
    > and time-consuming. Could anybody tell me what's the best way to set up a
    > develop environment (i.e., without re-starting dreamweaver often times)?
    >
    > Thanks in advance,
    > bobby
    >

    T.Pastrana - 4Level 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