| Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame^] | 1 | <html> |
| 2 | <head> |
| 3 | <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| 4 | </head> |
| 5 | <body> |
| 6 | |
| 7 | |
| 8 | <p>You can comment or uncomment lines and blocks of code using <span class="shortcut">&shortcut:CommentByLineComment;</span> |
| 9 | and <span class="shortcut">&shortcut:CommentByBlockComment;</span>.</p> |
| 10 | <p><span class="shortcut">&shortcut:CommentByLineComment;</span> comments or uncomments the current line or selected block with single line comments |
| 11 | (<span class="code_emphasis">//...</span>).</p> |
| 12 | <p><span class="shortcut">&shortcut:CommentByBlockComment;</span> encloses the selected block in a block comment |
| 13 | (<span class="code_emphasis">/*...*/</span>).</p> |
| 14 | <p>To uncomment a commented block press <span class="shortcut">&shortcut:CommentByBlockComment;</span> anywhere inside it.</p> |
| 15 | |
| 16 | |
| 17 | |
| 18 | </body> |
| 19 | </html> |