<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LinuxHub &#187; Notepad++</title>
	<atom:link href="http://linuxhub.net/tag/notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Sun, 16 Oct 2011 13:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gedit plugins: Extension and customization guide</title>
		<link>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/</link>
		<comments>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 11:12:53 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[customize gedit]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[plugins gedit]]></category>
		<category><![CDATA[Text editor]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=367</guid>
		<description><![CDATA[Sometime back one of my friend tweeted saying he could install notepad++ using wine on Ubuntu. We had a good discussion on why he doesn&#8217;t prefer using gedit or similar applications which come as native applications for Linux. His argument was because Notepad++ is highly extensible. So, I thought of  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-369 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="gedit5" src="http://linuxhub.net/wp-content/uploads/2009/08/gedit5.png" alt="gedit5" width="198" height="108" />Sometime back one of my friend tweeted saying he could install notepad++ using wine on Ubuntu. We had a good discussion on why he doesn&#8217;t prefer using <a class="zem_slink" title="Gedit" rel="homepage" href="http://www.gnome.org/projects/gedit/">gedit</a> or similar applications which come as native applications for Linux. His argument was because <a class="zem_slink" title="Notepad++" rel="homepage" href="http://notepad-plus.sourceforge.net/">Notepad++</a> is highly extensible. So, I thought of looking at ways to extend gedit and make it gedit++ <img src='http://linuxhub.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Following guide will show how to extend gedit to make it even more powerful <a class="zem_slink" title="Text editor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_editor">text editor</a> that what it already is.</p>
<h3 style="text-align: justify;">Enabling Line Numbers on Gedit</h3>
<p style="text-align: justify;">Line numbers are very important for coders and by default gedit doesn&#8217;t have line numbers enabled. In order to enable line numbers in gedit, go to</p>
<p style="text-align: justify;"><span style="color: #888888;">Edit &gt; Preferences</span></p>
<p style="text-align: justify;">Under the view tab, check the box that says Display line numbers.</p>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit1.png" alt="gedit line number" width="550" height="446" /></p>
<p style="text-align: justify;">You will now have line numbers on your gedit. You can also check &#8220;Highlight current line&#8221; to have a better typing experience.</p>
<h3 style="text-align: justify;">Auto Save Gedit files</h3>
<p style="text-align: justify;">For lazy people like me who repent of not saving the file, there&#8217;s a feature that comes to your rescue. It enables autosave of file.</p>
<p style="text-align: justify;"><span style="color: #888888;">Go to Edit &gt; Preferences &gt; Editor (tab)</span></p>
<p style="text-align: justify;">and select the checkbox that reads &#8220;Autosave files every&#8221;. I have set it to 5 minutes.</p>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit2.png" alt="gedit autosave" width="550" height="446" /></p>
<h3 style="text-align: justify;">Changing the look and feel (Making Gedit colorful)</h3>
<p style="text-align: justify;">Go to the tab on the preferences window which reads Font &amp; Colors and uncheck &#8220;Use system fixed width font&#8221; and choose one of  the color schemes.</p>
<p style="text-align: justify;"><img class="alignnone" src="http://linuxhub.net/wp-content/uploads/2009/08/gedit3.png" alt="gedit color" width="550" height="446" /></p>
<h3 style="text-align: justify;">Use/Install plugins</h3>
<p style="text-align: justify;">This is one of my favorite features. You can extend Gedit by installing plugins. Following is a list of official plugins:</p>
<p style="text-align: justify;">Here follows a list of plugins currently available in gedit-plugins:</p>
<ul style="text-align: justify;">
<li> <strong>Bracket Completion</strong>: Add automatically a closing bracket when you insert one</li>
<li><strong>Charmap</strong>: Select characters from a charactermap</li>
<li><strong>Code Comment</strong>: Comment or uncomment blocks of code</li>
<li><strong>Color picker</strong>: Select and insert a color from a dialog (for html, css, php)</li>
<li><strong>Join lines/ Split lines</strong>: Join or split multiple lines through Ctrl+J and Ctrl+Shift+J</li>
<li><strong>Session Saver</strong>: Allow to bookmark working sessions in order to get them back for further use</li>
<li><strong>Smart Spaces</strong>: Allow to unindent like if you were using tabs while you&#8217;re using spaces</li>
<li><strong>Show tabbar</strong>: A very basic plugin which shows or hides the gedit tabbar</li>
<li><strong>Terminal</strong>: A simple terminal widget accessible from the bottom panel</li>
</ul>
<p style="text-align: justify;">You can install these plugins using the following command by dropping to the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gedit-plugins</pre></div></div>

<h3 style="text-align: justify;">Third Party Plugins</h3>
<p style="text-align: justify;">And if you thought you had enough of extending Gedit, wait there&#8217;s more. You can find and exaggerating list of third party plugins at:</p>
<p style="text-align: justify;"><a href="http://live.gnome.org/Gedit/Plugins#third_party">http://live.gnome.org/Gedit/Plugins#third_party</a></p>
<h3 style="text-align: justify;">Final Result</h3>
<p style="text-align: justify;"><img src="http://linuxhub.net/wp-content/uploads/2009/08/gedit4.png" alt="" width="550" height="727" /></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/08/gedit-plugins-extension-and-customization-guide/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

