<?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>Do Know Evil - A Blog by Tyler Mulligan &#187; Notepad++</title> <atom:link href="http://www.doknowevil.net/category/computers/software/notepad/feed/" rel="self" type="application/rss+xml" /><link>http://www.doknowevil.net</link> <description>Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like</description> <lastBuildDate>Sat, 16 Jul 2011 01:25:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.5</generator> <item><title>Geany, the Almost Notepad++, Improved gedit with a Few Extras That Make You Smile</title><link>http://www.doknowevil.net/2008/07/21/geany-the-almost-notepad-improved-gedit-with-a-few-extras-that-make-you-smile/</link> <comments>http://www.doknowevil.net/2008/07/21/geany-the-almost-notepad-improved-gedit-with-a-few-extras-that-make-you-smile/#comments</comments> <pubDate>Tue, 22 Jul 2008 02:21:44 +0000</pubDate> <dc:creator>Tyler Mulligan</dc:creator> <category><![CDATA[Freeware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Notepad++]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[geany]]></category> <category><![CDATA[ide]]></category><guid isPermaLink="false">http://www.doknowevil.net/2008/07/21/geany-the-almost-notepad-improved-gedit-with-a-few-extras-that-make-you-smile/</guid> <description><![CDATA[I was browsing around linuxappfinder.com today and came across Geany, which I&#8217;ve already gotten quite comfortable with. Some features I found that make it similar to notepad++ - The hotkeys are very similar if not identical to notepad++ (gedit has different ones) - It supports regex find/replace - It supports &#8216;find in files&#8217; &#8211; by]]></description> <content:encoded><![CDATA[<p>I was browsing around <a href="http://www.linuxappfinder.com" target="_blank" title="Linux App Finder - Find Linux Applications">linuxappfinder.com</a> today and came across <a href="http://geany.uvena.de/" target="_blank" title="Geany - Almost notepad++">Geany</a>, which I&#8217;ve already gotten quite comfortable with.</p><p><a href='http://www.doknowevil.net/wp-content/uploads/2008/07/text_editorys.png' title='Notepad++ and Geany'><img src='http://www.doknowevil.net/wp-content/uploads/2008/07/text_editorys-150x150.png' alt='Notepad++ and Geany'  /></a></p><h3>Some features I found that make it similar to notepad++</h3><p>- The hotkeys are very similar if not identical to notepad++ (gedit has different ones)<br /> - It supports regex find/replace<br /> - It supports &#8216;find in files&#8217; &#8211; by using grep<br /> - It&#8217;s a lightweight and efficient IDE</p><h3>Some features Geany has that notepad++ doesn&#8217;t</h3><p>- Status window with a history<br /> - Scribble pad<br /> - Built in terminal<br /> - Color picker<br /> - Support for projects<br /> - Tight integration with my window manager<br /> - The functions menu is expanded to contain all sorts of clever information that I can fold in a non buggy tree</p><h3>Some features notepad++ has that geany doesn&#8217;t</h3><p>- TextFX (neat macros that help you with string related pattern updates)<br /> - GUI for changing theme colors<br /> - Tabbed find/replace and find in all (nit pick)</p><h3>Why I&#8217;m quickly choosing Geany over Notepad++</h3><p>With tight integration with gnome (as opposed to notepad++ which I have to run through <a href="http://www.winehq.org" target="_blank" title="Wine for Linux">wine</a>) and a <a href="http://snitko.ru/geany-dark-scheme/" target="_blank" title="Dark themes for Geany">package of dark themes</a> which I was able to find quickly through the <a href="http://geany.uvena.de/Documentation/FAQ#QQuestions7" target="_blank" title="Geany's FAQ">Geany&#8217;s FAQ</a>.</p><p>I haven&#8217;t tried it on Windows yet but I&#8217;d imagine it&#8217;d run pretty well.. though you are missing out on a lot of things you can take advantage of in linux.  If you&#8217;re a windows user and would like to give it a whirl, <a href="http://geany.uvena.de/Support/RunningOnWindows" target="_blank">this will help you</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.doknowevil.net/2008/07/21/geany-the-almost-notepad-improved-gedit-with-a-few-extras-that-make-you-smile/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Notepad++ and the Beauty of Regex</title><link>http://www.doknowevil.net/2007/06/05/notepad-and-the-beauty-of-regex/</link> <comments>http://www.doknowevil.net/2007/06/05/notepad-and-the-beauty-of-regex/#comments</comments> <pubDate>Wed, 06 Jun 2007 01:43:01 +0000</pubDate> <dc:creator>Tyler Mulligan</dc:creator> <category><![CDATA[Data Manipulation]]></category> <category><![CDATA[Notepad++]]></category> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.doknowevil.net/2007/06/05/notepad-and-the-beauty-of-regex/</guid> <description><![CDATA[For those of you familiar with regular expressions, you&#8217;re going to love this little feature in Notepad++, Regex find and replace. If you haven&#8217;t used it yet, you&#8217;ve been wasting your time doing things the hard way. Lets say I have a text file with a List of websites in the format as such: URL,]]></description> <content:encoded><![CDATA[<p>For those of you familiar with regular expressions, you&#8217;re going to love this little feature in <a href="http://notepad-plus.sf.net" target="_blank">Notepad++</a>, Regex find and replace.  If you haven&#8217;t used it yet, you&#8217;ve been wasting your time doing things the hard way.</p><p>Lets say I have a text file with a List of websites in the format as such: <b>URL</b>, <b>Description</b>, <b>Name</b> and I want to turn this list into a bunch of links.</p><p><img src='http://www.doknowevil.net/wp-content/uploads/2007/06/regex-1.png' alt='regex-1.png' title='Tyler Mulligan Uses Regex Find and Replace' /></p><p>I would look for the following string:</p><pre class="brush:regex">(http://[a-z.]+), ([A-z &#039;]+), ([A-z ]+)</pre><p>By using parenthesis, I&#8217;m defining variables I&#8217;d like to call back in my replace string.  I have created three, the <b>URL</b>(\1), the <b>Descriptiption</b>(\2) and the <b>Name</b>(\3).  Then I call them in my replace string and rearrange them as such:</p><pre class="brush:regex">&lt;a href=&quot;\1&quot;&gt;\3&lt;/a&gt;: \2</pre><p><img src='http://www.doknowevil.net/wp-content/uploads/2007/06/regex-2.png' alt='regex-2.png' title='Tyler Mulligan Uses Regex Find and Replace' /></p><p>Now I just click replace, and like magic they are all transformed into pastable links:</p><p><img src='http://www.doknowevil.net/wp-content/uploads/2007/06/regex-3.png' alt='regex-3.png' title='Tyler Mulligan Uses Regex Find and Replace' /></p><p><a href="http://www.doknowevil.net">Do Know Evil</a>: Tyler Mulligan&#8217;s Blog<br /> <a href="http://www.detrition.net">detrition</a>: Tyler Mulligan&#8217;s Portfolio<br /> <a href="http://www.google.com">Google</a>: Tyler&#8217;s Search Engine of Choice</p><p>But the fun doesn&#8217;t stop there, no no no.  Say I had multiple files with the same structure, I would just open said files and click, &#8220;Replace in all open documents&#8221;.</p><p><img src='http://www.doknowevil.net/wp-content/uploads/2007/06/regex-4.png' alt='regex-4.png' title='Tyler Mulligan Uses Regex Find and Replace' /></p><p>So there you have your crash course in regex find and replace compliments of Notepad++.  It&#8217;s it bit limited in some respects, it doesn&#8217;t fully support regular expressions but it certainly makes a difference.  You can read the details about it&#8217;s abilities <a href="http://notepad-plus.sourceforge.net/uk/regExpList.php" target="_blank">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.doknowevil.net/2007/06/05/notepad-and-the-beauty-of-regex/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 443/462 objects using disk

Served from: www.doknowevil.net @ 2012-02-04 03:45:30 -->
