blob: e5cacd7c04e6eb9ec3565c2a2b67479c04be30cb [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<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>