<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VS.NET AddIn Competition: More Suggestions</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx</link><description>Some suggestions for Roy's competition. 
 [via Mike Gunderloy ] 
 Given my lack of available cycles, here are some more suggestions for anyone looking for ideas: 
 
 Upgrade the existing XML designer to allow visualization of XPath results. 
 Create</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>A New XML Designer for Visual Studio .NET Perhaps?</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx#135324</link><pubDate>Wed, 19 May 2004 23:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:135324</guid><dc:creator>Kirk Allen Evans' Blog</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=135324" width="1" height="1"&gt;</description></item><item><title>re: VS.NET AddIn Competition: More Suggestions</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx#129470</link><pubDate>Tue, 11 May 2004 04:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:129470</guid><dc:creator>Kirk Allen Evans</dc:creator><description>Copy as HTML - Wrap the whole thing in a DIV and use CSS classes for styling instead of inline styles or font tags.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=129470" width="1" height="1"&gt;</description></item><item><title>re: VS.NET AddIn Competition: More Suggestions</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx#125277</link><pubDate>Mon, 03 May 2004 23:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:125277</guid><dc:creator>Eric</dc:creator><description>How would you like to see the &amp;quot;copy as HTML&amp;quot; work?  Wrap in &amp;lt;p&amp;gt; tags, create a fragment for insertion into an existing document/create a complete HTML page?, etc.?&lt;br&gt;&lt;br&gt;I have finished a very simple program that will let you test XPath statements and see there results (it is not an add-in yet).  Let me know if you would like to see/test it.&lt;br&gt;&lt;br&gt;Later,&lt;br&gt;&lt;br&gt;Eric&lt;br&gt;&lt;br&gt;eric_brunsen@msn.com&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=125277" width="1" height="1"&gt;</description></item><item><title>re: VS.NET AddIn Competition: More Suggestions</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx#125073</link><pubDate>Mon, 03 May 2004 18:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:125073</guid><dc:creator>Gokhan Altinoren</dc:creator><description>Here's a quick and ugly macro to close all open documents that have not been modified. Fairly tested, though.&lt;br&gt;&lt;br&gt;    Sub CloseUnmodified()&lt;br&gt;        Dim document As EnvDTE.Document&lt;br&gt;        For Each document In DTE.Documents&lt;br&gt;            Try&lt;br&gt;                If Not document.ActiveWindow Is Nothing AndAlso _&lt;br&gt;                    Not document.ProjectItem.IsDirty Then&lt;br&gt;                    document.Close()&lt;br&gt;                End If&lt;br&gt;            Catch&lt;br&gt;            End Try&lt;br&gt;        Next&lt;br&gt;    End Sub&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=125073" width="1" height="1"&gt;</description></item><item><title>re: VS.NET AddIn Competition: More Suggestions</title><link>http://blogs.msdn.com/b/kaevans/archive/2004/04/30/124060.aspx#124666</link><pubDate>Sun, 02 May 2004 11:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:124666</guid><dc:creator>Oleg Tkachenko</dc:creator><description>Hmm, I'm working on that (silently :).&lt;br&gt;Though it won't be add-in (but package) and I don't think I can meet May deadline.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=124666" width="1" height="1"&gt;</description></item></channel></rss>