<?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 for Inchoate Thoughts</title>
	<atom:link href="http://inchoatethoughts.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://inchoatethoughts.com</link>
	<description>Drums, Computers, and Disjointed Ramblings</description>
	<lastBuildDate>Tue, 12 Mar 2013 16:54:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on XAML Regions: A Visual Studio 2010 Extension by Jacob</title>
		<link>http://inchoatethoughts.com/xamlregions#comment-62117</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 12 Mar 2013 16:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=386#comment-62117</guid>
		<description><![CDATA[Hey spi, thanks for the suggestion. Unfortunately, there are a lot of other plugins out there that expand and collapse all regions that should work with this extension. I know Microsoft&#039;s own Productivity Power Tools is one of them. I feel like if I added that, I would just be duplicating functionality for most people.]]></description>
		<content:encoded><![CDATA[<p>Hey spi, thanks for the suggestion. Unfortunately, there are a lot of other plugins out there that expand and collapse all regions that should work with this extension. I know Microsoft&#8217;s own Productivity Power Tools is one of them. I feel like if I added that, I would just be duplicating functionality for most people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scaling Your User Interface in a WPF Application by vv</title>
		<link>http://inchoatethoughts.com/scaling-your-user-interface-in-a-wpf-application#comment-61796</link>
		<dc:creator>vv</dc:creator>
		<pubDate>Wed, 06 Mar 2013 19:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=426#comment-61796</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAML Regions: A Visual Studio 2010 Extension by spi</title>
		<link>http://inchoatethoughts.com/xamlregions#comment-61788</link>
		<dc:creator>spi</dc:creator>
		<pubDate>Wed, 06 Mar 2013 15:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=386#comment-61788</guid>
		<description><![CDATA[Hi,

Thank you very much for this extensions, it&#039;s very useful !! :)
I have one question : This is possible to add a button to &#039;expand/collapse&#039; all of the regions, please ? It would be very useful !!

Best regards.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you very much for this extensions, it&#8217;s very useful !! <img src='http://inchoatethoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have one question : This is possible to add a button to &#8216;expand/collapse&#8217; all of the regions, please ? It would be very useful !!</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAML Regions: A Visual Studio 2010 Extension by shemesh</title>
		<link>http://inchoatethoughts.com/xamlregions#comment-61563</link>
		<dc:creator>shemesh</dc:creator>
		<pubDate>Sat, 02 Mar 2013 20:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=386#comment-61563</guid>
		<description><![CDATA[hi, GREAT WORK!
i have de-compiled your code and changed the regex expressions to make a &quot;new&quot; extension to allow collapsing xaml comments.
nowadays when commenting xaml it cannot be collapsed, with this small change to your original code, it is now possible!

here is the new regex:
private readonly Regex _startRegionText = new Regex(&quot;&lt;!--\\s*\\s*(.*)\\s*&quot;, RegexOptions.IgnoreCase);
        private readonly Regex _endRegionText = new Regex(&quot;\\s*\\s*(.*)\\s*--&gt;&quot;, RegexOptions.IgnoreCase);

would you please post it?]]></description>
		<content:encoded><![CDATA[<p>hi, GREAT WORK!<br />
i have de-compiled your code and changed the regex expressions to make a &#8220;new&#8221; extension to allow collapsing xaml comments.<br />
nowadays when commenting xaml it cannot be collapsed, with this small change to your original code, it is now possible!</p>
<p>here is the new regex:<br />
private readonly Regex _startRegionText = new Regex(&#8220;<!--\\s*\\s*(.*)\\s*", RegexOptions.IgnoreCase);<br />
        private readonly Regex _endRegionText = new Regex("\\s*\\s*(.*)\\s*-->&#8220;, RegexOptions.IgnoreCase);</p>
<p>would you please post it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Drawing Controls in C# &#8211; Manual Double Buffering by Mike</title>
		<link>http://inchoatethoughts.com/custom-drawing-controls-in-c-manual-double-buffering#comment-59897</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 30 Jan 2013 15:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=168#comment-59897</guid>
		<description><![CDATA[Hi Jackob,
this is a very interesting tutorial. Unfortunatly the project seems to be unstable and VisualC#2010Expres crashes. How come?
This strated to happen when I resized the Dock property control  to &quot;Fill&quot; and this beavior contiued even if I restored the property to None.
I removed also all logic coding just to understand if the reasons was in it. Nothing.
After a debug the program started to run correctly, but I didn&#039;&#039;t do anything, neither corrections, nor adds.
I wonder if you know the reasons.
Cheers
M.]]></description>
		<content:encoded><![CDATA[<p>Hi Jackob,<br />
this is a very interesting tutorial. Unfortunatly the project seems to be unstable and VisualC#2010Expres crashes. How come?<br />
This strated to happen when I resized the Dock property control  to &#8220;Fill&#8221; and this beavior contiued even if I restored the property to None.<br />
I removed also all logic coding just to understand if the reasons was in it. Nothing.<br />
After a debug the program started to run correctly, but I didn&#8221;t do anything, neither corrections, nor adds.<br />
I wonder if you know the reasons.<br />
Cheers<br />
M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching XBMC with a Windows Media Center Remote by ashzero</title>
		<link>http://inchoatethoughts.com/launching-xbmc-with-a-windows-media-center-remote#comment-59430</link>
		<dc:creator>ashzero</dc:creator>
		<pubDate>Fri, 25 Jan 2013 02:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=306#comment-59430</guid>
		<description><![CDATA[worked perfect, now my 3 year old will finally stop opening up wmc all the time.]]></description>
		<content:encoded><![CDATA[<p>worked perfect, now my 3 year old will finally stop opening up wmc all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching XBMC with a Windows Media Center Remote by Stephen</title>
		<link>http://inchoatethoughts.com/launching-xbmc-with-a-windows-media-center-remote#comment-58758</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 15 Jan 2013 21:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=306#comment-58758</guid>
		<description><![CDATA[Thank you!  I was getting fed up with not being able to launch XBMC with my remote!  Now I can!  And it&#039;s such a small program!  6k install!]]></description>
		<content:encoded><![CDATA[<p>Thank you!  I was getting fed up with not being able to launch XBMC with my remote!  Now I can!  And it&#8217;s such a small program!  6k install!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scaling Your User Interface in a WPF Application by Jack</title>
		<link>http://inchoatethoughts.com/scaling-your-user-interface-in-a-wpf-application#comment-57994</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Fri, 28 Dec 2012 19:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=426#comment-57994</guid>
		<description><![CDATA[Nice, this is just what I was looking for. Got a simple demo working. Now to try and incorporate this into our existing application. Kudos !]]></description>
		<content:encoded><![CDATA[<p>Nice, this is just what I was looking for. Got a simple demo working. Now to try and incorporate this into our existing application. Kudos !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching XBMC with a Windows Media Center Remote by Joseph</title>
		<link>http://inchoatethoughts.com/launching-xbmc-with-a-windows-media-center-remote#comment-56426</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Mon, 10 Dec 2012 08:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=306#comment-56426</guid>
		<description><![CDATA[Has it working on Win8 release preview but after the upgrade to windows 8 pro, this stopped working. Hoping for an update soon.]]></description>
		<content:encoded><![CDATA[<p>Has it working on Win8 release preview but after the upgrade to windows 8 pro, this stopped working. Hoping for an update soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching XBMC with a Windows Media Center Remote by Kieran Martin</title>
		<link>http://inchoatethoughts.com/launching-xbmc-with-a-windows-media-center-remote#comment-53115</link>
		<dc:creator>Kieran Martin</dc:creator>
		<pubDate>Sat, 01 Dec 2012 18:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://inchoatethoughts.com/?p=306#comment-53115</guid>
		<description><![CDATA[Couldn&#039;t be simpler and works like a charm, thanks.]]></description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t be simpler and works like a charm, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
