<?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; coding</title>
	<atom:link href="http://skypher.com/index.php/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Sat, 25 Feb 2012 11:27:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Notepad++ &amp; PHP</title>
		<link>http://skypher.com/index.php/2008/04/16/notepad-php/</link>
		<comments>http://skypher.com/index.php/2008/04/16/notepad-php/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:23:18 +0000</pubDate>
		<dc:creator>Cipher</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[suggestion]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=4</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>For my coding I use Notepad++. I really like the personal settings and features of this editor. However, it somewhat lacks in code support. Having worked with Zend Studio, Dreamweaver, Eclipse and the likes, I found that code suggestion is a really nice feature.</p>
<p>For functions you don&#8217;t use all the time, you might forget what the parameters are, or in which sequence they are to be given. At least I do. The editors mentioned above have a feature where it can suggest a function on the go. So does Notepad++. But (afaik) Zend and Dreamweaver also suggest the parameters. Which N++ does not.</p>
<p>The &#8216;api&#8217; for N++ lacks the parameter suggestion. But I wrote a little script which added the parameters to the file.</p>
<p>You can download a copy of php.api <a title="php.api" href="http://www.skypher.com/Cipher/php.api" target="_blank">here</a>.(use &#8216;save target as&#8217;)</p>
<p>Please note that using the suggestion will result in the description text of the parameters to be added as well. So for now, just use the suggestions as guidance.</p>
<p>To use this file i suggest to set the following settings:<br />
auto-completion enabled on function, starting from 2 charatures (or it will drive you insane with spaces and tabs)</p>
<p>Also, as a tip, you can use Ctrl+shift+space to complete variables in your file.</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/04/16/notepad-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

