Hi all.
In modify menu, there are those item:
- Block Toggle Comment Ctrl+Q
- Block comment Ctrl+K
- Block Uncomment Ctrl+Shift+K
- Stream Comment Ctrl+Shift+Q
What's the difference between this items? :D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all.
In modify menu, there are those item:
- Block Toggle Comment Ctrl+Q
- Block comment Ctrl+K
- Block Uncomment Ctrl+Shift+K
- Stream Comment Ctrl+Shift+Q
What's the difference between this items? :D
// this is a block comment
/* this is a
stream comment */
Ok, understand now...Either if the differences in my opinion don't need 4 different commands... :P