quick way to un-comment code?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default quick way to un-comment code?

    Hi,
    I'm use the code view to write coldfusion pages. I figured out how to quickly
    comment out a selected block of coldfusion code (created a snippet for CF
    comment tags and double-click on the snippet to insert the comment tags around
    the selected code), but is there a quick way to un-comment the code?
    (I'm using DWMX, not 2004 if it makes a difference).
    Thanks,
    Bel



    Belumptuous Guest

  2. Similar Questions and Discussions

    1. Comment Code
      Is there a better way to auto create the application comment headers. I have the below header information but have to manually update the creation...
    2. Quick self-intro/comment II (WebObjects)
      Oops, I meant to include this in the other message: While browsing the massive initial download of the ng, I thought I saw a post go by which...
    3. How can I comment out a large block of perl code?
      $ perldoc -q 'How can I comment out a large block of perl code?' says to use =begin comment text, =end comment text, but I find the =end comment...
    4. How to comment out chunk of html/php mixed code?
      hi, This may sound very newbie. But since html comment uses <!-- --> which doesn't comment out the php code. And the php comment /**/ //...
    5. [PHP] How to comment out chunk of html/php mixed code?
      This won't work is your PHP code has comments using /* */ syntax in it already. I always just through an if(false){ } around huge portions of...
  3. #2

    Default Re: quick way to un-comment code?

    If you go into Edit / Keyboard Shortcuts and select Code Editing from the commands list, you can assign Remove Comment to a keyboard shortcut sequence. I assigned it to ctrl-shift-u.

    I also assigned Apply Server Comment to ctrl-shift-i. Works perfectly.

    In both cases I had to override the commands that were already assigned to these key strokes, but I was not using them, so I did not care.
    James Steubing is offline Junior Member
    Join Date
    Sep 2011
    Posts
    1

  4. #3

    Default Re: quick way to un-comment code?

    DS Detective Agency has built a sound reputation among our clients.
    We provide best services with the utmost of confidentiality and in an expeditious manner.
    we have more than 16 years experiance.
    fiza 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