<?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 &#124; Latest Tech News, Software And Tutorials &#187; notepad++ tips</title> <atom:link href="http://www.ghacks.net/tag/notepad-tips/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Trimming the Fat in Notepad++</title><link>http://www.ghacks.net/2011/06/22/trimming-the-fat-in-notepad/</link> <comments>http://www.ghacks.net/2011/06/22/trimming-the-fat-in-notepad/#comments</comments> <pubDate>Wed, 22 Jun 2011 07:58:04 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[notepad]]></category> <category><![CDATA[notepad++ tips]]></category> <category><![CDATA[text editor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46811</guid> <description><![CDATA[Notepad++ is a great text editor for Windows. It has a lot of features and is very customizable. The downside to the program is that the load times can be noticeable. The default interface, especially the context menu, has several items that not everyone may find useful. Load Times In my experience, the biggest culprit [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.ghacks.net/2006/04/13/freeware-notepad/">Notepad++</a> is a great text editor for Windows.  It has a lot of features and is very customizable.  The downside to the program is that the load times can be noticeable.  The default interface, especially the context menu, has several items that not everyone may find useful.</p><p><strong>Load Times</strong></p><p>In my experience, the biggest culprit in load time problems is the numerous syntax highlighting types.  Paring those down to just what you need should be the first thing you do.  By default, it loads a lot of languages, any of which may be useful to you, but rarely are they all needed.  Others, though handy, you really can live without.  This can even change over time.  For example, I took a C++ class last year and a JavaScript class earlier this year.  I don&#8217;t really need either of those anymore.  I do make and edit batch files often, so while most users will not need that one, I do.  Sometimes a file type may not do what you think.  In Litestep, .rc files are used to configure it, but the settings for Notepad++ does not highlight it as one might expect.</p><p>To trim, you highlighting list, go to Setting > Preferences.  Then click the &#8220;Language Menu/Tab Settings&#8221; tab.  From there, move items from the &#8220;Available&#8221; list to the &#8220;Disabled&#8221; list.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/notepad-load-times.jpg" alt="notepad load times" title="notepad load times" width="346" height="292" class="alignnone size-full wp-image-46812" /></p><p>The next thing to consider reducing is your plug-ins.  If you were testing a few out, but do not use them, get rid of them.  If you don&#8217;t use the FTP module, turn it off.  Just keep what you need.</p><p>To trim your plug-in list, go to Plugins > Plugin Manager > Show Plugin Manager.  Then click on the &#8220;Installed&#8221; tab.  Check anything you do not use (but know what it does) and click the &#8220;Remove&#8221; button.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/notepad-plugins.jpg" alt="notepad plugins" title="notepad plugins" width="345" height="312" class="alignnone size-full wp-image-46813" /></p><p>If you weed out highlighting before plug-ins, then you can keep more functionality.  Remember, all of this is to decrease your load times, so be mindful of that when you go to use the application again.  If you see a difference without sacrificing too much, then you are fine.  You may want to consider adding useful plug-ins once the useless ones are gone.</p><p><strong>Interface</strong></p><p>Notepad++ is designed for you to be able to modify the the context menu.  By default, there are ten items to turn on and off five types of highlighting.  I never used the feature, so I removed it and added ones that I do use.  Editing this menu, however, is not simple.  You would expect a GUI to guide you through it, but there is not one.  Even the help file has limited information.  It does refer you to a <a
href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Context_Menu">guide</a> on how to create a custom file.  I have included my own to give an idea of what can be done.</p><p>The file, named &#8220;contextMenu.xml&#8221;, is in a subfolder of your user folder.<br
/> Windows XP: C:\Documents and Settings\Name\Application Data\Notepad++<br
/> Vista/Win7: C:\Users\Name\Application Data\Notepad++</p><p><code>&lt;NotepadPlus&gt;<br
/> &lt;ScintillaContextMenu&gt;<br
/> &lt;Item MenuEntryName="File" MenuItemName="Save"/&gt;<br
/> &lt;Item id="0"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Cut"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Copy"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Paste"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Delete"/&gt;<br
/> &lt;Item id="0"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Select All"/&gt;<br
/> &lt;Item id="0"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Undo"/&gt;<br
/> &lt;Item MenuEntryName="Edit" MenuItemName="Redo"/&gt;<br
/> &lt;Item id="0"/&gt;<br
/> &lt;Item PluginEntryName="Spell-Checker" pluginCommandItemName="Spell-Checker..."/&gt;<br
/> &lt;Item MenuEntryName="Run" MenuItemName="Google Search"/&gt;<br
/> &lt;Item MenuEntryName="View" MenuItemName="Word Wrap"/&gt;<br
/> &lt;Item id="0"/&gt;<br
/> &lt;Item MenuEntryName="File" MenuItemName="Close"/&gt;<br
/> &lt;/ScintillaContextMenu&gt;<br
/> &lt;/NotepadPlus&gt;</code></p><p>The end result will look like this.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/notepad-context-menu.jpg" alt="notepad context menu" title="notepad context menu" width="202" height="313" class="alignnone size-full wp-image-46814" /></p><p>Be sure to backup your original and custom file someplace safe.  The installer once overwrote the contextMenu.xml in an update.  Make sure you edit the file while Notepad++ is closed, which means using Notepad or <a
href="http://liquidninja.com/metapad/">Metapad</a>.</p><p><strong>Go Minimal</strong></p><p>From here, you can turn off a lot of parts of the interface.  This can save you space or create headaches, but each user is free to decide what they want.  The menu, tool, and tab bars can all be hidden from the &#8220;General&#8221; tab in the preferences.  The menu bar can still be accessed by pressing Alt or F10.  The toolbar can be replaced with a custom context menu.  The tab bar, while seemingly indispensable, can be replaced by holding the right mouse button and scrolling.  This is awkward for a myriad of tabs, but convenient for a few.</p><p><strong>Summary</strong></p><p>If Notepad++ was too bulky for your tastes, I hope you give it a second chance.  Even if it is only to confirm my findings of how trimming the fat can speed things up.  If you are a Notepad++ user, then I hope you decide to customize the application to your liking.  Most of the shortcomings of the application can be solved with a few tweaks.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/22/trimming-the-fat-in-notepad/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Use Notepad++ Without Sessions</title><link>http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/</link> <comments>http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/#comments</comments> <pubDate>Sun, 07 Sep 2008 10:47:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[notepad]]></category> <category><![CDATA[notepad replacement]]></category> <category><![CDATA[notepad++ tips]]></category> <category><![CDATA[text]]></category> <category><![CDATA[text files]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6838</guid> <description><![CDATA[The Notepad replacement Notepad++ is storing sessions by default. This means that a user opening a supported document in Notepad++ is also seeing the documents of the last sessions in the tabs on top. This feature can be handy if a user works with the same documents most of the time; It can on the [...]]]></description> <content:encoded><![CDATA[<p>The Notepad replacement Notepad++ is storing sessions by default. This means that a user opening a supported document in Notepad++ is also seeing the documents of the last sessions in the tabs on top. This feature can be handy if a user works with the same documents most of the time; It can on the other hand be a privacy risk and some users might want to turn of sessions in Notepad++ to eliminate the risk.</p><p>Disabling sessions from Notepad++ should not have any impact on other software features like the tabbed interface. The option to disable sessions in Notepad++ can be found in the options of the software program.</p><p>A user opening Notepad++ can open the program&#8217;s options by selecting Settings from the main menu and Preferences from the submenu. The Preferences window is opening which is displaying several tabs and lots of options.</p><p><span
id="more-6838"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/notepad_session-500x332.jpg" alt="notepad session" title="notepad session" width="500" height="332" class="alignnone size-medium wp-image-6839" /></p><p>Locate the Misc tab of the Preferences menu and uncheck the &#8220;Remember the current session for next launch&#8221; box to disable the session feature in Notepad++.The user will only see the current document the next time Notepad++ is opened. New documents are still added in tabs during a session but once Notepad++ gets closed the information are erased.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
