<?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>delusionworld blog &#187; PHP</title>
	<atom:link href="http://www.delusionworld.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delusionworld.com</link>
	<description>my MooTools, TYPO3 and FLOW3 experiences</description>
	<lastBuildDate>Fri, 24 Jun 2011 21:22:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>NetBeans PHP ignore folder</title>
		<link>http://www.delusionworld.com/webdev/netbeans-php-ignore-folder/</link>
		<comments>http://www.delusionworld.com/webdev/netbeans-php-ignore-folder/#comments</comments>
		<pubDate>Tue, 26 May 2009 12:17:53 +0000</pubDate>
		<dc:creator>daKmoR</dc:creator>
				<category><![CDATA[WebDev]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.delusionworld.com/?p=109</guid>
		<description><![CDATA[As I&#8217;m currently write a little more PHP code than usually I may need a &#8220;better&#8221; IDE for development. I&#8217;m not sure if you know NetBeans but it looks pretty promising. One thing that bugged me from the beginning was that I have a folder &#8220;Data&#8221; where I write temporary files and NetBeans kept complaining [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m currently write a little more PHP code than usually I may need a &#8220;better&#8221; IDE for development. I&#8217;m not sure if you know <a href="http://www.netbeans.org/">NetBeans</a> but it looks pretty promising.</p>
<p>One thing that bugged me from the beginning was that I have a folder &#8220;Data&#8221; where I write temporary files and NetBeans kept complaining about those files. I though it would be an easy rightlick->ignore folder. Well yeah it wasn&#8217;t. It took me about half an hour to find a way to <strong>ignore folders in NetBeans PHP.</strong></p>
<p><strong>Here is my solution:</strong><br />
Goto: <em>Tools</em>-><em>Options</em>-><em>Miscellaneous</em>-><em>Files</em><br />
Edit the <em>Ignore Files Pattern</em>: </p>
<pre class="brush: jscript; title: ;">^(##INSERT_FOLDER_HERE##|CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!htaccess$).*$</pre>
<p>(replace the <em>##INSERT_FOLDER_HERE##</em> with your folder name [example.: "Data"])<br />
it&#8217;s a <strong>regular expression</strong> so if you know how to handle it -> your lucky; if not try it and/or ask for help</p>
<p>Here is a picture how it could look:<br />
<a href="http://www.delusionworld.com/wp-content/uploads/2009/05/netbeansignorefolder.png"><img src="http://www.delusionworld.com/wp-content/uploads/2009/05/netbeansignorefolder.png" alt="NetBeans ignore folder" title="NetBeans ignore folder" width="585" height="335" class="alignleft size-full wp-image-110" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.delusionworld.com/webdev/netbeans-php-ignore-folder/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

