|
-
Nov 23rd, 2005, 12:24 PM
#1
Thread Starter
Hyperactive Member
commenting whole blocks
how come microsoft didnt include a way to comments whole code blocks, ya know like c has */ and /*....
-
Nov 23rd, 2005, 12:26 PM
#2
Re: commenting whole blocks
 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.
-
Nov 23rd, 2005, 12:29 PM
#3
Frenzied Member
Re: commenting whole blocks
Or highligh the text and use the key commands:
Ctrl+K Ctrl+C (comments)
Ctrl+K Ctrl+U (uncomments)
-
Nov 23rd, 2005, 12:31 PM
#4
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|