Results 1 to 4 of 4

Thread: commenting whole blocks

  1. #1

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    commenting whole blocks

    how come microsoft didnt include a way to comments whole code blocks, ya know like c has */ and /*....

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: commenting whole blocks

    Quote Originally Posted by Grunt
    how come microsoft didnt include a way to comments whole code blocks, ya know like c has */ and /*....
    You can (in a way)

    Highlight what you want to comment and click "Comment out selected lines" in the Text Editor toolbar.

  3. #3
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: commenting whole blocks

    Or highligh the text and use the key commands:
    Ctrl+K Ctrl+C (comments)
    Ctrl+K Ctrl+U (uncomments)

  4. #4

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    Re: commenting whole blocks

    thanks, I wasnt even aware of these methods, and I've been doing this for a while now...

Posting Permissions

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



Click Here to Expand Forum to Full Width