<?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 Sam&#039;s Blog</title>
	<atom:link href="http://blog.280z28.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.280z28.org</link>
	<description>Because it&#039;s easier than editing the HTML by hand.</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:49:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a WPF Tool Window for Visual Studio 2010 by Andrew Davey</title>
		<link>http://blog.280z28.org/archives/2010/01/95/comment-page-1/#comment-13507</link>
		<dc:creator>Andrew Davey</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/?p=95#comment-13507</guid>
		<description>&lt;p&gt;Many thanks for this great post!
I&#039;m having a hard time getting the correct versions of assemblies referenced to make this to compile. Can you please tell me what assemblies you have used? Or even better provide the source code?
Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Many thanks for this great post!
I&#8217;m having a hard time getting the correct versions of assemblies referenced to make this to compile. Can you please tell me what assemblies you have used? Or even better provide the source code?
Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commentary on Parsing Languages for IDEs by CapitalR</title>
		<link>http://blog.280z28.org/archives/2010/01/92/comment-page-1/#comment-12652</link>
		<dc:creator>CapitalR</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2010/01/92/#comment-12652</guid>
		<description>&lt;p&gt;Thanks for yet another great article Sam.  Do you have any suggestions or advice for someone looking to design a code model for a new VS language (as a 3rd party extension)?  I&#039;m using ANTLR to do lexing and parsing, but I&#039;m still trying to figure out the best way to design the AST such that I can perform reparses quickly when the text in the editor is changed (and only reparse what I need to).  I&#039;m only just now digging into the VS2010 documentation to see if they have automated tools and services that can help keep my AST up to date as the text changes.  Thanks in advance for any comments you might have, and I look forward to more of your great articles on Visual Studio extensibility and ANTLR.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for yet another great article Sam.  Do you have any suggestions or advice for someone looking to design a code model for a new VS language (as a 3rd party extension)?  I&#8217;m using ANTLR to do lexing and parsing, but I&#8217;m still trying to figure out the best way to design the AST such that I can perform reparses quickly when the text in the editor is changed (and only reparse what I need to).  I&#8217;m only just now digging into the VS2010 documentation to see if they have automated tools and services that can help keep my AST up to date as the text changes.  Thanks in advance for any comments you might have, and I look forward to more of your great articles on Visual Studio extensibility and ANTLR.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a simple Launchy clone in WPF (Part 1/3: Blend) by cad</title>
		<link>http://blog.280z28.org/archives/2007/03/13/comment-page-1/#comment-11382</link>
		<dc:creator>cad</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2007/03/13/#comment-11382</guid>
		<description>&lt;p&gt;Any chance of posting the XAML?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Any chance of posting the XAML?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on ManagedMyC: Type and member dropdown bars by Amandeep</title>
		<link>http://blog.280z28.org/archives/2008/10/24/comment-page-1/#comment-10851</link>
		<dc:creator>Amandeep</dc:creator>
		<pubDate>Thu, 15 Oct 2009 07:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/24/#comment-10851</guid>
		<description>&lt;p&gt;I really want to thank you for the effort that you put in in making Antlr useful for C# from c# developers prespective.Thou i am just a hobbyist and would be using antlr soon your article is the only drop of water i could find for the thirst as to how to do it in c#.&lt;/p&gt;

&lt;p&gt;while ( true )
{
   Many thanks 
   and May God Bless You&lt;/p&gt;

&lt;p&gt;System.Windows.Application.DoEvents(); //in case you  wanna get a glass of water&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I really want to thank you for the effort that you put in in making Antlr useful for C# from c# developers prespective.Thou i am just a hobbyist and would be using antlr soon your article is the only drop of water i could find for the thirst as to how to do it in c#.</p>

<p>while ( true )
{
   Many thanks 
   and May God Bless You</p>

<p>System.Windows.Application.DoEvents(); //in case you  wanna get a glass of water</p>

<p>}</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Visual Studio language services: ManagedMyC meets ANTLR by pumR</title>
		<link>http://blog.280z28.org/archives/2008/10/21/comment-page-1/#comment-7837</link>
		<dc:creator>pumR</dc:creator>
		<pubDate>Thu, 14 May 2009 14:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/21/#comment-7837</guid>
		<description>&lt;p&gt;Hi Guys!
The real problem for me is to get the language service running on my custom editor not on the core editor.
I hope that somebody can help me. How can I set a specific language service to e.g. a textfield?
Any links or snippets would help a lot!
Thx!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Guys!
The real problem for me is to get the language service running on my custom editor not on the core editor.
I hope that somebody can help me. How can I set a specific language service to e.g. a textfield?
Any links or snippets would help a lot!
Thx!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on ANTLR integration in Visual Studio by MrData</title>
		<link>http://blog.280z28.org/archives/2008/10/25/comment-page-1/#comment-7147</link>
		<dc:creator>MrData</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/25/#comment-7147</guid>
		<description>&lt;p&gt;I noticed two problems with the ANTLR integration:
- I am using (Antlr 2.7) .g files, and the type and method combos stay empty
- I cannot set a breakpoint in an embedded code section anymore.
Are these known issues ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I noticed two problems with the ANTLR integration:
- I am using (Antlr 2.7) .g files, and the type and method combos stay empty
- I cannot set a breakpoint in an embedded code section anymore.
Are these known issues ?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-processor building in Visual Studio 2005 by Andy</title>
		<link>http://blog.280z28.org/archives/2007/10/17/comment-page-1/#comment-6973</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2007/10/17/#comment-6973</guid>
		<description>&lt;p&gt;Unfortunately, the &quot;/MPx&quot; switch is beta or &quot;texhnology preview&quot; in VS2005.&lt;/p&gt;

&lt;p&gt;There are a host of undefined issues surrounding its use.&lt;/p&gt;

&lt;p&gt;For instance, if you build with Compile and Continue or fast (not full) Rebuild then the compilations might be invalid.&lt;/p&gt;

&lt;p&gt;We used the switch on our production build server for a while but noticed that every once in a while it would cause the build process to hang indefinitely (needing a reboot)&lt;/p&gt;

&lt;p&gt;In VS2008 Microsoft fixed a few issues and worked around some others by enforcing that you can no longer set invalid combinations of compiler switches.  For instance, since compile-and-continue was causing problems with &quot;/MPx&quot;, they made it an error to have those two configured at the same time.&lt;/p&gt;

&lt;p&gt;Because of the &quot;undefined behavior&quot; in VS2005, I&#039;m dropping &quot;/MP4&quot; from all our projects until we upgrade to VS2008 or VS2010.&lt;/p&gt;

&lt;p&gt;THe syntax is to say &quot;/MP&quot; followed by the number of processors you want to use, so &quot;/MP2&quot; is 2-processors and &quot;/MP4&quot; spreads over four processor.&lt;/p&gt;

&lt;p&gt;Sadly I cannot test if &quot;/MP64&quot; works, but I salivate thinking about it :-)&lt;/p&gt;

&lt;p&gt;Andy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Unfortunately, the &#8220;/MPx&#8221; switch is beta or &#8220;texhnology preview&#8221; in VS2005.</p>

<p>There are a host of undefined issues surrounding its use.</p>

<p>For instance, if you build with Compile and Continue or fast (not full) Rebuild then the compilations might be invalid.</p>

<p>We used the switch on our production build server for a while but noticed that every once in a while it would cause the build process to hang indefinitely (needing a reboot)</p>

<p>In VS2008 Microsoft fixed a few issues and worked around some others by enforcing that you can no longer set invalid combinations of compiler switches.  For instance, since compile-and-continue was causing problems with &#8220;/MPx&#8221;, they made it an error to have those two configured at the same time.</p>

<p>Because of the &#8220;undefined behavior&#8221; in VS2005, I&#8217;m dropping &#8220;/MP4&#8243; from all our projects until we upgrade to VS2008 or VS2010.</p>

<p>THe syntax is to say &#8220;/MP&#8221; followed by the number of processors you want to use, so &#8220;/MP2&#8243; is 2-processors and &#8220;/MP4&#8243; spreads over four processor.</p>

<p>Sadly I cannot test if &#8220;/MP64&#8243; works, but I salivate thinking about it <img src='http://blog.280z28.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>Andy</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on ManagedMyC: Type and member dropdown bars by Alex Ra</title>
		<link>http://blog.280z28.org/archives/2008/10/24/comment-page-1/#comment-6037</link>
		<dc:creator>Alex Ra</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/24/#comment-6037</guid>
		<description>&lt;p&gt;Really helpful article. Thanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Really helpful article. Thanks a lot!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Visual Studio language services: ManagedMyC meets ANTLR by James N</title>
		<link>http://blog.280z28.org/archives/2008/10/21/comment-page-1/#comment-6000</link>
		<dc:creator>James N</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/21/#comment-6000</guid>
		<description>&lt;p&gt;Almost.  The asterisk keeps getting interpreted as special character by wordpress.  That was supposed to be &quot;When you encounter /[asterisk]&quot; and &quot;when you later encounter &quot;[asterisk]/&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Almost.  The asterisk keeps getting interpreted as special character by wordpress.  That was supposed to be &#8220;When you encounter /[asterisk]&#8221; and &#8220;when you later encounter &#8220;[asterisk]/&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Visual Studio language services: ManagedMyC meets ANTLR by James N</title>
		<link>http://blog.280z28.org/archives/2008/10/21/comment-page-1/#comment-5999</link>
		<dc:creator>James N</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/archives/2008/10/21/#comment-5999</guid>
		<description>&lt;p&gt;Urgh, that got mangled.  Let me try again.&lt;/p&gt;

&lt;p&gt;I use MPLex&#039;s start conditions just like the ManagedMyC example does, e.g. you provide a different set of patterns that only apply when you are inside a comment, and prefix them with &lt;COMMENT&gt;.  When you encounter /&lt;strong&gt;, you put &quot;BEGIN&lt;COMMENT&gt;&quot; in your rule to enter the COMMENT start condition; when you later encounter &quot;&lt;/strong&gt;/&quot;, you use &quot;BEGIN&lt;INITIAL&gt;&quot; to end it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Urgh, that got mangled.  Let me try again.</p>

<p>I use MPLex&#8217;s start conditions just like the ManagedMyC example does, e.g. you provide a different set of patterns that only apply when you are inside a comment, and prefix them with &lt;COMMENT&gt;.  When you encounter /<strong>, you put &#8220;BEGIN&lt;COMMENT&gt;&#8221; in your rule to enter the COMMENT start condition; when you later encounter &#8220;</strong>/&#8221;, you use &#8220;BEGIN&lt;INITIAL&gt;&#8221; to end it.</p>]]></content:encoded>
	</item>
</channel>
</rss>
