<?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++ Plugin To Run Python Scripts</title>
	<atom:link href="http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/</link>
	<description>My Technical Blog</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:08:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dave Brotherstone</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1061</link>
		<dc:creator>Dave Brotherstone</dc:creator>
		<pubDate>Mon, 09 Aug 2010 05:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1061</guid>
		<description>It can do that too - a script like

reload(notepad.getCurrentFilename())

will do it, won&#039;t it?

Anywho - as your plugin is not, as far as i know, on the list - I&#039;ll add it to the plugin manager for you, and the wiki.  You might want to post an announcement on the Plugin Development forum on the Notepad++ project page too... :)

Cheers!</description>
		<content:encoded><![CDATA[<p>It can do that too &#8211; a script like</p>
<p>reload(notepad.getCurrentFilename())</p>
<p>will do it, won&#8217;t it?</p>
<p>Anywho &#8211; as your plugin is not, as far as i know, on the list &#8211; I&#8217;ll add it to the plugin manager for you, and the wiki.  You might want to post an announcement on the Plugin Development forum on the Notepad++ project page too&#8230; <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1054</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Sun, 08 Aug 2010 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1054</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-1034&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Dave Brotherstone:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;Just FYI, there’s now a full plugin for running Python scripts that integrates closely with Notepad++ – allowing you full access to modify the text and so on.  &lt;a href=&quot;http://npppythonscript.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;http://npppythonscript.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
Thanks Dave, but are you sure it has the same functionality here? Because as far as I understood the plugin you&#039;re maintaining is to manipulate Notepad++ from inside Python, while my plugin is too simple, it just executes the current file in an external Python shell.
Anyway nice plugin ;)</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-1034" rel="nofollow"><br />
<strong><em>Dave Brotherstone:</em></strong><br />
</a></p>
<p>Just FYI, there’s now a full plugin for running Python scripts that integrates closely with Notepad++ – allowing you full access to modify the text and so on.  <a href="http://npppythonscript.sourceforge.net/" rel="nofollow">http://npppythonscript.sourceforge.net/</a></p>
</blockquote>
<p>Thanks Dave, but are you sure it has the same functionality here? Because as far as I understood the plugin you&#8217;re maintaining is to manipulate Notepad++ from inside Python, while my plugin is too simple, it just executes the current file in an external Python shell.<br />
Anyway nice plugin <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Brotherstone</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-1034</link>
		<dc:creator>Dave Brotherstone</dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-1034</guid>
		<description>Just FYI, there&#039;s now a full plugin for running Python scripts that integrates closely with Notepad++ - allowing you full access to modify the text and so on.  http://npppythonscript.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Just FYI, there&#8217;s now a full plugin for running Python scripts that integrates closely with Notepad++ &#8211; allowing you full access to modify the text and so on.  <a href="http://npppythonscript.sourceforge.net/" rel="nofollow">http://npppythonscript.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banthrass.de &#187; Blog Archive &#187; Python: Notepad++ mit Python verwenden</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-931</link>
		<dc:creator>Banthrass.de &#187; Blog Archive &#187; Python: Notepad++ mit Python verwenden</dc:creator>
		<pubDate>Wed, 28 Jul 2010 09:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-931</guid>
		<description>[...] Plugin zum Ausführen von [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugin zum Ausführen von [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razec</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-796</link>
		<dc:creator>Razec</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-796</guid>
		<description>Congratulations for the excellent job.
Thanks for your update.  
It&#039;s working here too. ;)</description>
		<content:encoded><![CDATA[<p>Congratulations for the excellent job.<br />
Thanks for your update.<br />
It&#8217;s working here too. <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-729</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Sun, 23 May 2010 03:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-729</guid>
		<description>Thanks for this Abd!!
It is working great!</description>
		<content:encoded><![CDATA[<p>Thanks for this Abd!!<br />
It is working great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-417</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Mon, 19 Apr 2010 18:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-417</guid>
		<description>I&#039;ve updated the plugin to search for Python in default paths first.
Enjoy :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the plugin to search for Python in default paths first.<br />
Enjoy <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abd Allah Diab</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-403</link>
		<dc:creator>Abd Allah Diab</dc:creator>
		<pubDate>Sat, 17 Apr 2010 20:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-403</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-395&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Alex:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;Hi! I’m getting the same error as Razec.  However i do have the registrykey and in the key PythonPath it says the right path.&lt;/p&gt;
&lt;p&gt;Couldn’t you just make a version that doesn’t check for the path and asumes you have the correct path? That would solve this for people like me and it would probably not be very hard for you to do. And the people who dont have the path set can just do so and solve it.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;/blockquote&gt;
I will do it very soon, I promise :)</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-395" rel="nofollow"><br />
<strong><em>Alex:</em></strong><br />
</a></p>
<p>Hi! I’m getting the same error as Razec.  However i do have the registrykey and in the key PythonPath it says the right path.</p>
<p>Couldn’t you just make a version that doesn’t check for the path and asumes you have the correct path? That would solve this for people like me and it would probably not be very hard for you to do. And the people who dont have the path set can just do so and solve it.</p>
<p>Thank you!</p>
</blockquote>
<p>I will do it very soon, I promise <img src='http://mpcabd.igeex.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-395</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 16 Apr 2010 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-395</guid>
		<description>Hi! I&#039;m getting the same error as Razec.  However i do have the registrykey and in the key PythonPath it says the right path.

Couldn&#039;t you just make a version that doesn&#039;t check for the path and asumes you have the correct path? That would solve this for people like me and it would probably not be very hard for you to do. And the people who dont have the path set can just do so and solve it.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m getting the same error as Razec.  However i do have the registrykey and in the key PythonPath it says the right path.</p>
<p>Couldn&#8217;t you just make a version that doesn&#8217;t check for the path and asumes you have the correct path? That would solve this for people like me and it would probably not be very hard for you to do. And the people who dont have the path set can just do so and solve it.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notepad++ Rodando Python Scripts &#171; Razec&#39;s LAB</title>
		<link>http://mpcabd.igeex.biz/notepad-plugin-to-run-python-scripts/comment-page-1/#comment-236</link>
		<dc:creator>Notepad++ Rodando Python Scripts &#171; Razec&#39;s LAB</dc:creator>
		<pubDate>Sat, 20 Mar 2010 14:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://magicpc.wordpress.com/?p=185#comment-236</guid>
		<description>[...] que fiz acima é funcional mas existe uma maneira melhor ainda. A solução foi desenvolvida por Abd Allah Diab que construiu um plugin que roda o script dentro do Notepad++. Solução OpenSource inclusive com [...]</description>
		<content:encoded><![CDATA[<p>[...] que fiz acima é funcional mas existe uma maneira melhor ainda. A solução foi desenvolvida por Abd Allah Diab que construiu um plugin que roda o script dentro do Notepad++. Solução OpenSource inclusive com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
