| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/help/eu/gedit/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-code-comment" xml:lang="gedit-eu">
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<revision version="3.4" date="2013-02-24" status="review"/>
<revision pkgversion="3.34" date="2020-02-09" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email its:translate="no">jwcampbell@gmail.com</email>
</credit>
<desc>Comment-out or uncomment a block of code.</desc>
</info>
<title>Code comment</title>
<p>Code comments are portions of text that make it easier for people to
understand a program's code, but they don't affect how a program works.
Comments are separated from other parts of a program by special
characters.</p>
<p>The <app>code comment</app> plugin makes it easier to quickly create or
remove code comments.</p>
<steps>
<title>To enable the plugin:</title>
<item>
<p>Press the menu button in the top-right corner of the window and select
<guiseq><gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
<p>Select <gui style="menuitem">Code comment</gui> to enable the plugin.</p>
</item>
</steps>
<steps>
<title>To create or remove a comment:</title>
<item>
<p>Highlight the portion of text where you want to add or remove a
comment.</p>
</item>
<item>
<p>To add a comment, right click and select <gui style="menuitem">Comment
Code</gui>, or press <keyseq><key>Ctrl</key><key>M</key></keyseq>.</p>
</item>
<item>
<p>To remove a comment, right click and select
<gui style="menuitem">Uncomment Code</gui>, or press
<keyseq><key>Shift</key> <key>Ctrl</key><key>M</key></keyseq>.</p>
</item>
</steps>
<note style="tip">
<p><app>gedit</app> will automatically use the correct style of comment
based on the language or syntax of the file. If <app>gedit</app> doesn't
identify your language or syntax, you can select it from the language list
in the bottom <gui>Status bar</gui>.</p>
</note>
</page>