Extension request / idea?

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

  1. #1

    Default Extension request / idea?

    Hey all

    Im a PHP Developer who is working with other developers now, which means I
    will have to add comments to my code etc...However, I have a request, I was
    considering making my own extension for this? But im not sure if I have the
    capabilities...

    I noticed the 'Insert' key does not work in DW, as in to overtype...The reason
    I want this, is because sometimes I put my comments in boxes like this:

    #---------------------#
    # comment #
    #---------------------#

    Now when i go to edit that comment, it does this:

    #---------------------#
    # long comment #
    #---------------------#

    but with overtype on it wouldn't do this which is why I would like it, I
    looked in preferences etc and google'd it, but found nothing. Has one been made
    before or can it be done without making an extension?

    Thanks Guys.


    Villaway Guest

  2. Similar Questions and Discussions

    1. Extension request
      Hello there I think it would be useful to many people if someone could write an extension to use background image for tables, rows, columns and...
    2. #34218 [Com]: Problem with inheritance (by extension) in request (methods argument)
      ID: 34218 Comment by: as at as dot com Reported By: Wojciech dot Szela at gmail dot com Status: No Feedback...
    3. Idea, is it possible ?
      I have no experience in flash, just an idea I wanted developed so I thought I would ask to see if people thought it was possible before seeking a...
    4. [PHP-DEV] advice request on new php extension : phprep
      Hi, internals. I'm working on new php extension. It's called "phprep". It's a glue between php and librep. Why? PHP have a lot of good...
    5. best way to get data: request.form, request.params, controlname.value
      Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to...
  3. #2

    Default Re: Extension request / idea?

    On Sat, 17 Feb 2007 14:23:32 +0000 (UTC), Villaway wrote:
    > Hey all
    >
    > Im a PHP Developer who is working with other developers now, which means I
    > will have to add comments to my code etc...However, I have a request, I was
    > considering making my own extension for this? But im not sure if I have the
    > capabilities...
    >
    > I noticed the 'Insert' key does not work in DW, as in to overtype...The reason
    > I want this, is because sometimes I put my comments in boxes like this:
    >
    > #---------------------#
    > # comment #
    > #---------------------#
    >
    > Now when i go to edit that comment, it does this:
    >
    > #---------------------#
    > # long comment #
    > #---------------------#
    >
    > but with overtype on it wouldn't do this which is why I would like it, I
    > looked in preferences etc and google'd it, but found nothing. Has one been made
    > before or can it be done without making an extension?
    >
    > Thanks Guys.
    I'm a rank beginner with web site design, but a 25 year commercial
    programmer. Just making sure you didn't overlook, in code view, the 12th
    button down on the left (at least on my machine). This will add comments
    around anything you want. FWIW, I would use /* */ as the /* begins the
    comment string and the */ ends it.
    --

    Larry
    email is rapp at lmr dot com
    2/17/2007 9:49:22 AM
    Larry Guest

  4. #3

    Default Re: Extension request / idea?

    Hi Larry,

    I feel quite insulted by your post, of course I know about the /* */
    commenting, but layout and presentation is an important part too...which is why
    putting comments in boxes helps considerably, instead of thinking of
    alternatives, could somebody answer my question? I have exhausted all
    alternatives...

    Villaway Guest

  5. #4

    Default Re: Extension request / idea?

    On Mon, 19 Feb 2007 11:00:40 +0000 (UTC), in
    macromedia.exchange.extensions.dreamweaver you wrote:
    > Hi Larry,
    >
    > I feel quite insulted by your post, of course I know about the /* */
    > commenting, but layout and presentation is an important part too...which is why
    > putting comments in boxes helps considerably, instead of thinking of
    > alternatives, could somebody answer my question? I have exhausted all
    > alternatives...
    It certainly wasn't my intention to insult you. This forum attracts lots
    of beginners (like me) as well as experienced web designers and developers.
    Since writing an extension like this is fairly easy if you know javascript,
    I assumed you were a beginner. My apologies. I only wanted to help.

    You could try "Comment It Out" v1.0.2 available free on the Dreamweaver
    Exchange. I haven't used it, but it's rated 4 stars.
    --

    Larry
    email is rapp at lmr dot com
    2/19/2007 10:32:13 AM
    Larry Guest

  6. #5

    Default Re: Extension request / idea?

    "Larry" <spam@invalid.org> wrote in message
    news:1g2ru7inrl8dg.dlg@lmr.com...
    >> I feel quite insulted by your post, of course I know about the /* */
    >> commenting, but layout and presentation is an important part
    >> too...which is why
    >> putting comments in boxes helps considerably, instead of thinking of
    >> alternatives, could somebody answer my question? I have exhausted all
    >> alternatives...
    >
    > It certainly wasn't my intention to insult you. This forum attracts
    > lots
    > of beginners (like me) as well as experienced web designers and
    > developers.
    > Since writing an extension like this is fairly easy if you know
    > javascript,
    > I assumed you were a beginner. My apologies. I only wanted to help.
    >
    > You could try "Comment It Out" v1.0.2 available free on the
    > Dreamweaver
    > Exchange. I haven't used it, but it's rated 4 stars.
    ----------------------

    The extension might well be good, but it's important to note that the
    rating system on the Exchange is virtually meaningless :-) Finding a
    good extension on the Exchange is still a bit of an adventure. I
    certainly would not overlook extensions with 1 star as that one star
    might well be the result of voting by other extension developers ;-)

    --
    Al

    Al Sparber- PVII 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