<?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>gHacks technology news &#187; notepad++ plugins</title>
	<atom:link href="http://www.ghacks.net/tag/notepad-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 09:43:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Notepad++ Autosave</title>
		<link>http://www.ghacks.net/2009/06/27/notepad-autosave/</link>
		<comments>http://www.ghacks.net/2009/06/27/notepad-autosave/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 08:11:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[notepad autosave]]></category>
		<category><![CDATA[notepad replacement]]></category>
		<category><![CDATA[notepad++ plugins]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13911</guid>
		<description><![CDATA[Notepad++ is one of the most popular Notepad replacements that is constantly developed by its developers. It offers the same performance and comes with a multitude of features that range from syntax highlighting over multi-document support and auto-completion. What makes the text editor stand out a little bit more than comparable Notepad replacements is the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Notepad++ is one of the most popular Notepad replacements that is constantly developed by its developers. It offers the same performance and comes with a multitude of features that range from syntax highlighting over multi-document support and auto-completion. What makes the text editor stand out a little bit more than comparable Notepad replacements is the plugin engine that makes it possible to load plugins in the text editor that extend the functionality further.</p>
<p>We have covered <a href="www.ghacks.net/2008/05/05/extend-notepad-with-plugins/">Notepad++ plugins</a> in the past which can be really helpful under certain circumstances. One of the most useful plugins for users who work with Notepad++ regularly is the Autosave plugin.</p>
<p><span id="more-13911"></span>The <a href="http://fstellari.googlepages.com/npp_plugins#">plugin</a> can be downloaded from the developer&#8217;s website. It needs to be extracted into the plugins folder of the Notepad++ installation (the folder might need to be created if this is the first plugin).</p>
<p>The new autosave option becomes available after the next program start once the two files have been placed in the plugins folders.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/autosave_menu.png" alt="autosave menu" title="autosave menu" width="218" height="141" class="alignnone size-full wp-image-13912" /></p>
<p>Autosave can be configured to automatically save documents if the application loses focus or at time intervals with the default interval set to one minute. It is furthermore possible to only save the current document or only named ones so that these temp documents that some users like to create do not get saved on the computer system.</p>

	Tags: <a href="http://www.ghacks.net/tag/autosave/" title="autosave" rel="tag">autosave</a>, <a href="http://www.ghacks.net/tag/notepad/" title="notepad" rel="tag">notepad</a>, <a href="http://www.ghacks.net/tag/notepad-autosave/" title="notepad autosave" rel="tag">notepad autosave</a>, <a href="http://www.ghacks.net/tag/notepad-replacement/" title="notepad replacement" rel="tag">notepad replacement</a>, <a href="http://www.ghacks.net/tag/notepad-plugins/" title="notepad++ plugins" rel="tag">notepad++ plugins</a>, <a href="http://www.ghacks.net/tag/plugins/" title="plugins" rel="tag">plugins</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/05/extend-notepad-with-plugins/" title="Extend Notepad++ with Plugins (May 5, 2008)">Extend Notepad++ with Plugins</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/" title="Use Notepad++ Without Sessions (September 7, 2008)">Use Notepad++ Without Sessions</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/13/freeware-notepad/" title="Freeware Notepad++ (April 13, 2006)">Freeware Notepad++</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/01/08/akelpad-a-lightweight-notepad-alternative/" title="Akelpad a lightweight Notepad alternative (January 8, 2008)">Akelpad a lightweight Notepad alternative</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/27/notepad-autosave/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Extend Notepad++ with Plugins</title>
		<link>http://www.ghacks.net/2008/05/05/extend-notepad-with-plugins/</link>
		<comments>http://www.ghacks.net/2008/05/05/extend-notepad-with-plugins/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:37:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[notepad replacement]]></category>
		<category><![CDATA[notepad++ plugins]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4015</guid>
		<description><![CDATA[I have never paid much attention to the plugin support of Notepad++ until today when I went to the official download website to notice them for the first time. You all know that I setup my new computer and one of the applications that I cannot live without is Notepad++. Several of the listed plugins [...]]]></description>
			<content:encoded><![CDATA[<p>I have never paid much attention to the plugin support of Notepad++ until today when I went to the official download website to notice them for the first time. You all know that I setup my new computer and one of the applications that I cannot live without is Notepad++. Several of the listed plugins sounded quite useful and I thought it would be great to point other users in the right direction.</p>
<p>Adding plugins is a breeze. <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> comes with a plugin folder that is a subdirectory of the root directory of the installation. Just place all downloaded plugins into that directory and they will automatically be recognized by Notepad++. If the plugin directory is not existing create it. The plugins can be configured from within Notepad++ by clicking on the Plugins menu in the toolbar.</p>
<p>The removal process works the same way, just delete files in the plugin directory to remove a plugin that you do not want to use anymore.</p>
<p><span id="more-4015"></span>The main <a href="http://notepad-plus.sourceforge.net/uk/site.htm">plugin</a> page lists 26 plugins for the latest version of Notepad++. Here are the ones that I found useful and decided to install:</p>
<ul>
<li><a href="https://sourceforge.net/project/showfiles.php?group_id=189927&#038;package_id=264094">XML Tools</a> &#8211; XML Checker. Can auto-close tags and provides other useful features.</li>
<li>Hex Editor &#8211; adds a Hex Editor to Notepad++</li>
<li>Compare Plugin &#8211; compare two text files.</li>
<li>FTP Synchronize &#8211; modify and upload files directly to a ftp server.</li>
<li><a href="https://sourceforge.net/project/showfiles.php?group_id=189927&#038;package_id=260275">Multi Clipboard</a> &#8211; add up to ten text phrases to the clipboard.</li>
<li><a href="https://sourceforge.net/project/showfiles.php?group_id=189927&#038;package_id=254115">Windows Manager</a> &#8211; great if you work with many open windows at once regularly.</li>
</ul>
<p>Those are just five of the 26 available plugins. Most have been written for special purposes and are probably not useful to the majority of users.</p>

	Tags: <a href="http://www.ghacks.net/tag/notepad/" title="notepad" rel="tag">notepad</a>, <a href="http://www.ghacks.net/tag/notepad-replacement/" title="notepad replacement" rel="tag">notepad replacement</a>, <a href="http://www.ghacks.net/tag/notepad-plugins/" title="notepad++ plugins" rel="tag">notepad++ plugins</a>, <a href="http://www.ghacks.net/tag/text-editor/" title="text editor" rel="tag">text editor</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/04/13/freeware-notepad/" title="Freeware Notepad++ (April 13, 2006)">Freeware Notepad++</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/27/notepad-autosave/" title="Notepad++ Autosave (June 27, 2009)">Notepad++ Autosave</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/" title="Use Notepad++ Without Sessions (September 7, 2008)">Use Notepad++ Without Sessions</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/text-xml-editor-intype/" title="Text XML Editor Intype (April 9, 2009)">Text XML Editor Intype</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/13/learn-microsoft-excel-smart-paste/" title="Learn Microsoft Excel: Smart Paste (October 13, 2008)">Learn Microsoft Excel: Smart Paste</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/05/extend-notepad-with-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
