<?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: GExperts and DDevExtensions available for Delphi 2009</title>
	<atom:link href="http://www.monien.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/</link>
	<description>Delphi Programming, .NET Philosophy, Web development and more ...</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Andreas Hausladen</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-88</link>
		<dc:creator>Andreas Hausladen</dc:creator>
		<pubDate>Fri, 21 Nov 2008 01:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-88</guid>
		<description>To be honest, I had this fix since the end of October but I forgot to release the new version.</description>
		<content:encoded><![CDATA[<p>To be honest, I had this fix since the end of October but I forgot to release the new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-87</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Thu, 20 Nov 2008 23:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-87</guid>
		<description>Thanks - that was a quick fix :)</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; that was a quick fix <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Hausladen</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-86</link>
		<dc:creator>Andreas Hausladen</dc:creator>
		<pubDate>Thu, 20 Nov 2008 23:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-86</guid>
		<description>It&#039;s a bug in DDevExtensions.&lt;br&gt;The new version 1.9.2 fixes the bug.&lt;br&gt;&lt;a href=&quot;http://andy.jgknet.de/blog/?page_id=10&quot;&gt;http://andy.jgknet.de/blog/?page_id=10&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It&#39;s a bug in DDevExtensions.<br />The new version 1.9.2 fixes the bug.<br /><a href="http://andy.jgknet.de/blog/?page_id=10">http://andy.jgknet.de/blog/?page_id=10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-85</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Thu, 20 Nov 2008 19:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-85</guid>
		<description>Interesting. Imo this means that there is a unicode bug either in the editor or in DDevExtensions. I will send Andreas a note.</description>
		<content:encoded><![CDATA[<p>Interesting. Imo this means that there is a unicode bug either in the editor or in DDevExtensions. I will send Andreas a note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciej Pyszka</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-84</link>
		<dc:creator>Maciej Pyszka</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-84</guid>
		<description>Example:&lt;br&gt;My unit before using Use unit:&lt;br&gt;unit MPUnitTypes;&lt;br&gt;&lt;br&gt;interface&lt;br&gt;&lt;br&gt;type&lt;br&gt;&lt;br&gt;  {: poziomy uprawnień }&lt;br&gt;  TMPuPodatkiPrivLevel = ( lpl_None, lpl_Connected, lpl_User );&lt;br&gt;&lt;br&gt;implementation&lt;br&gt;&lt;br&gt;end.&lt;br&gt;&lt;br&gt;I put cursor in line between implementation and end. After making Use Unit and choosing Match unit I get:&lt;br&gt;&lt;br&gt;implementatio&lt;br&gt;&lt;br&gt;uses&lt;br&gt;  Math;n&lt;br&gt;&lt;br&gt;I have found the reason, it&#039;s using not ansi chars in a comment. If I replaced uprawnień with uprawnien it started to work correctly. &lt;br&gt;So the conclusion is it doesn&#039;t work correctly with not ansi characters in text.</description>
		<content:encoded><![CDATA[<p>Example:<br />My unit before using Use unit:<br />unit MPUnitTypes;</p>
<p>interface</p>
<p>type</p>
<p>  {: poziomy uprawnień }<br />  TMPuPodatkiPrivLevel = ( lpl_None, lpl_Connected, lpl_User );</p>
<p>implementation</p>
<p>end.</p>
<p>I put cursor in line between implementation and end. After making Use Unit and choosing Match unit I get:</p>
<p>implementatio</p>
<p>uses<br />  Math;n</p>
<p>I have found the reason, it&#39;s using not ansi chars in a comment. If I replaced uprawnień with uprawnien it started to work correctly. <br />So the conclusion is it doesn&#39;t work correctly with not ansi characters in text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-83</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-83</guid>
		<description>I am using 1.9.1 with D2009 here, but I cannot reproduce your error. It inserts units in interface and implementation fine. Can you provide more details?</description>
		<content:encoded><![CDATA[<p>I am using 1.9.1 with D2009 here, but I cannot reproduce your error. It inserts units in interface and implementation fine. Can you provide more details?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciej Pyszka</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-82</link>
		<dc:creator>Maciej Pyszka</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-82</guid>
		<description>DDevExtensions 1.9.1 has a bug in Use Unit module, it doesn&#039;t insert module name into uses implementation section correctly, it breaks it. It works correctly with interface uses section. I can&#039;t contact the author, so I write it here. If You know, where I could report this bug, let me know.&lt;br&gt;&lt;br&gt;Maciek Pyszka, REKORD</description>
		<content:encoded><![CDATA[<p>DDevExtensions 1.9.1 has a bug in Use Unit module, it doesn&#39;t insert module name into uses implementation section correctly, it breaks it. It works correctly with interface uses section. I can&#39;t contact the author, so I write it here. If You know, where I could report this bug, let me know.</p>
<p>Maciek Pyszka, REKORD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: debose</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-21</link>
		<dc:creator>debose</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-21</guid>
		<description>Thank you, Erik.</description>
		<content:encoded><![CDATA[<p>Thank you, Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volvox</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-16</link>
		<dc:creator>volvox</dc:creator>
		<pubDate>Thu, 02 Oct 2008 02:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-16</guid>
		<description>OK - i believe CNWizard is a gem - as much as GExpert (we can add any of the interesting GExpert function on the CN editor bar) - it also has tab ident. I have no idea how much burden it adds to the IDE. &lt;br&gt;&lt;br&gt;Question: what is this nice commenting system (disqus?)</description>
		<content:encoded><![CDATA[<p>OK &#8211; i believe CNWizard is a gem &#8211; as much as GExpert (we can add any of the interesting GExpert function on the CN editor bar) &#8211; it also has tab ident. I have no idea how much burden it adds to the IDE. </p>
<p>Question: what is this nice commenting system (disqus?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/comment-page-1/#comment-20</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/#comment-20</guid>
		<description>Thanks Erik - that was fast :-)&lt;br&gt;I&#039;ll update my blog post to mention that beta. Looks fine so far!</description>
		<content:encoded><![CDATA[<p>Thanks Erik &#8211; that was fast <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br />I&#39;ll update my blog post to mention that beta. Looks fine so far!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

