<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Notepad++ Function List plugin tip2</title>
	<atom:link href="http://www.wlscripting.com/tutorial/54/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wlscripting.com/tutorial/54</link>
	<description>PHP coding tutorials</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:43:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Kassner dot com &#187; Blog Archive &#187; Using Notepad++&#8217;s Function List plugin for PHP development</title>
		<link>http://www.wlscripting.com/tutorial/54/comment-page-1#comment-190459</link>
		<dc:creator>Daniel Kassner dot com &#187; Blog Archive &#187; Using Notepad++&#8217;s Function List plugin for PHP development</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/54#comment-190459</guid>
		<description>[...] into an easy to see pane on the right side of my screen. I had previously posted tutorials here and here but now I have made the process for &#8220;installing&#8221; these new rules easier by posting the [...]</description>
		<content:encoded><![CDATA[<p>[...] into an easy to see pane on the right side of my screen. I had previously posted tutorials here and here but now I have made the process for &#8220;installing&#8221; these new rules easier by posting the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aron</title>
		<link>http://www.wlscripting.com/tutorial/54/comment-page-1#comment-185166</link>
		<dc:creator>Aron</dc:creator>
		<pubDate>Sat, 25 Jul 2009 02:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/54#comment-185166</guid>
		<description>one way to do this is to create following groups:
   * include
   * include_once
   * require
   * require_once

then you add the following to each group

Group: include
--------------------
function start: include\(\&#039;
function list name: *.*[\w]

Group: include_once
--------------------
function start: include_once\(\&#039;
function list name: *.*[\w]

Group: require
--------------------
function start: require\(\&#039;
function list name: *.*[\w]

Group: require_once
--------------------
function start: require_once\(\&#039;
function list name: *.*[\w]

this will give the output

include
- file.php
- folder/file.php

include_once
- file2.php
- folder/file2.php


In my opinion this gives you a better overview and the abilitie  to separate require_once, require, include_once and include from eachother.
and you also filter out the &quot;(&quot;, &quot;)&quot; and singel dots(&#039;) from the output

This works great on Functionlist 2.0 BETA.

sorry for my bad english :)</description>
		<content:encoded><![CDATA[<p>one way to do this is to create following groups:<br />
   * include<br />
   * include_once<br />
   * require<br />
   * require_once</p>
<p>then you add the following to each group</p>
<p>Group: include<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
function start: include\(\&#8217;<br />
function list name: *.*[\w]</p>
<p>Group: include_once<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
function start: include_once\(\&#8217;<br />
function list name: *.*[\w]</p>
<p>Group: require<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
function start: require\(\&#8217;<br />
function list name: *.*[\w]</p>
<p>Group: require_once<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
function start: require_once\(\&#8217;<br />
function list name: *.*[\w]</p>
<p>this will give the output</p>
<p>include<br />
- file.php<br />
- folder/file.php</p>
<p>include_once<br />
- file2.php<br />
- folder/file2.php</p>
<p>In my opinion this gives you a better overview and the abilitie  to separate require_once, require, include_once and include from eachother.<br />
and you also filter out the &#8220;(&#8220;, &#8220;)&#8221; and singel dots(&#8216;) from the output</p>
<p>This works great on Functionlist 2.0 BETA.</p>
<p>sorry for my bad english <img src='http://www.wlscripting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navigare tra le funzioni con Notepad++? Si può fare, con un po&#8217; di fantasia &#124; Upyou.it The Blog</title>
		<link>http://www.wlscripting.com/tutorial/54/comment-page-1#comment-184382</link>
		<dc:creator>Navigare tra le funzioni con Notepad++? Si può fare, con un po&#8217; di fantasia &#124; Upyou.it The Blog</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/54#comment-184382</guid>
		<description>[...] più facilmente con un numero elevato di funzioni. Porto alla vostra attenzione anche questo e quest&#8217;altro post che contengono due ottimi consigli per utilizzare quest plugin. A destra il pannello con la [...]</description>
		<content:encoded><![CDATA[<p>[...] più facilmente con un numero elevato di funzioni. Porto alla vostra attenzione anche questo e quest&#8217;altro post che contengono due ottimi consigli per utilizzare quest plugin. A destra il pannello con la [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Baker</title>
		<link>http://www.wlscripting.com/tutorial/54/comment-page-1#comment-166414</link>
		<dc:creator>Chris Baker</dc:creator>
		<pubDate>Tue, 13 Jan 2009 22:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/54#comment-166414</guid>
		<description>I am looking for Instructors/ Tutors in these fields:
HTML, CSS, PHP, XML, ASP, JAVA SCRIPT, FLASH, DREAMWEAVER, FIREWORKS, PHOTOSHOP, and more.
I need them for online classes and tutorials.
I need to populate my Web Design Classes section.
You can offer Free classes or PAID classes.
Just sign up and login, then request to be an Instructor.
Thank you
Chris</description>
		<content:encoded><![CDATA[<p>I am looking for Instructors/ Tutors in these fields:<br />
HTML, CSS, PHP, XML, ASP, JAVA SCRIPT, FLASH, DREAMWEAVER, FIREWORKS, PHOTOSHOP, and more.<br />
I need them for online classes and tutorials.<br />
I need to populate my Web Design Classes section.<br />
You can offer Free classes or PAID classes.<br />
Just sign up and login, then request to be an Instructor.<br />
Thank you<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
