mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 559020: [docs] Clarify where comment characters are inserted
Change-Id: Iab0458279e28a5b187df1d9248bb0ea25718b1b5
This commit is contained in:
parent
d1a15ef473
commit
7a0634e8ab
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ described above.</p>
|
|||
<p>To toggle <samp>//</samp> comments on code:</p>
|
||||
|
||||
<ol>
|
||||
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the current cursor position.</li>
|
||||
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the start of the lines containing the cursor.</li>
|
||||
<li>Right-click and select <strong>Source > Toggle Comment</strong>. (<samp>CTRL+/</samp>)</li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
|
|
@ -25,7 +25,7 @@ described above.</p>
|
|||
<p>To toggle <samp>//</samp> comments on code:</p>
|
||||
|
||||
<ol>
|
||||
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the current cursor position.</li>
|
||||
<li>In the C/C++ editor, select the line(s) of code that you want to comment out. If no lines are selected comments will be added (or removed) at the start of the lines containing the cursor.</li>
|
||||
<li>Right-click and select <strong>Source > Toggle Comment</strong>. (<samp>CTRL+/</samp>)</li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Reference in a new issue