<?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>Skypher &#187; function list</title>
	<atom:link href="http://skypher.com/index.php/tag/function-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Function list for PHP</title>
		<link>http://skypher.com/index.php/2008/07/28/function-list-for-php/</link>
		<comments>http://skypher.com/index.php/2008/07/28/function-list-for-php/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:18:36 +0000</pubDate>
		<dc:creator>Cipher</dc:creator>
				<category><![CDATA[notepad++]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[function list]]></category>
		<category><![CDATA[n++]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=28</guid>
		<description><![CDATA[<p>Jens Lorenz&#8217; function list plugin is a very handy tool!</p>
<p>After installation, there are a few things you need to customize...]]></description>
			<content:encoded><![CDATA[<p>Jens Lorenz&#8217; function list plugin is a very handy tool!</p>
<p>After installation, there are a few things you need to customize. For php this is what I did:</p>
<ol>
<li>Open a php file with some functions</li>
<li>Go to Plugins-&gt;Function List-&gt;Language Parsing Rules</li>
<li>Click PHP and the &#8216;add group&#8217; button</li>
<li>Under group rules add the following (without the quotes):
<ol>
<li>function start: &#8220;[\t]*function &#8220;</li>
<li>function name: &#8220;[\w]*&#8221;</li>
<li>function end: &#8220;\(&#8220;</li>
</ol>
</li>
<li> and click &#8216;Try&#8217; and view your list being created.</li>
<li>If you like what you see, click ok if not, you can fiddle with the regex.</li>
</ol>
<p>Keep in mind that this might be different with your code convention, in that case, you&#8217;ll have to adjust the second (function name) regex.</p>
<p>At my current job we don&#8217;t have that much objects and classes, so I&#8217;ll see if i can whiff up a class based regex later.</p>
<p><strong>[edit]</strong><br />
More posts about Notepad++ can be found here: <a title="Notepad++ tag on Skypher.com" href="http://skypher.com/index.php/tag/notepad/">Notepad++  customization</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2008/07/28/function-list-for-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
