<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Snippy - Visual Studio Code Snippet Editor</title><link>http://snippy.codeplex.com/project/feeds/rss</link><description>Editor for creating and modifying Visual Studio 2005 Code Snippets.      This version was created from the original posted at GotDotNet Code Gallery by generating code from .NET Reflector.      http&amp;#58;&amp;#47;&amp;#47;www.gotdotnet.com&amp;#47;codegallery&amp;#47;codegallery.aspx&amp;#63;id&amp;#61;b0813ae7-466a-43c2-b2ad-f87e4ee6bc39      This version was modified to allow C&amp;#43;&amp;#43; code snippets, although Visual C&amp;#43;&amp;#43; doesn&amp;#39;t support code snippets as well as C&amp;#35;.   </description><item><title>Source code checked in, #69631</title><link>http://snippy.codeplex.com/SourceControl/changeset/changes/69631</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:13:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69631 20121001091348P</guid></item><item><title>Source code checked in, #69630</title><link>http://snippy.codeplex.com/SourceControl/changeset/changes/69630</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:07:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69630 20121001090703P</guid></item><item><title>Reviewed: Initial revision (May 17, 2011)</title><link>http://snippy.codeplex.com/releases/view/9316#ReviewBy-mtnmark</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Dude, thanks&amp;#33;  Cut a deal with Microsoft and get them to include this in VS...  - Mark</description><author>mtnmark</author><pubDate>Tue, 17 May 2011 16:58:13 GMT</pubDate><guid isPermaLink="false">Reviewed: Initial revision (May 17, 2011) 20110517045813P</guid></item><item><title>Reviewed: Initial revision (Apr 15, 2011)</title><link>http://snippy.codeplex.com/releases/view/9316#ReviewBy-cbilski</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This tool was a great way to write some XML snippets in no time.&amp;#10;&amp;#10;Does what it said.&amp;#10;&amp;#10;Cheers for Snippy&amp;#33;</description><author>cbilski</author><pubDate>Fri, 15 Apr 2011 17:11:27 GMT</pubDate><guid isPermaLink="false">Reviewed: Initial revision (Apr 15, 2011) 20110415051127P</guid></item><item><title>New Post: cpp snippets in VS2008?</title><link>http://snippy.codeplex.com/discussions/28748</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i'd like to know how it works, too :)&lt;/p&gt;&lt;/div&gt;</description><author>calav3ra</author><pubDate>Thu, 07 Apr 2011 21:24:51 GMT</pubDate><guid isPermaLink="false">New Post: cpp snippets in VS2008? 20110407092451P</guid></item><item><title>Source code checked in, #48968</title><link>http://snippy.codeplex.com/SourceControl/changeset/changes/48968</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Thu, 22 Jul 2010 18:55:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #48968 20100722065541P</guid></item><item><title>Patch Uploaded: #5153</title><link>http://snippy.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/Jonas_S'&gt;Jonas_S&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Enables Imports DataGrid&lt;/p&gt;</description><author>Jonas_S</author><pubDate>Tue, 02 Feb 2010 10:05:43 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #5153 20100202100543A</guid></item><item><title>Created Issue: Imports DataGrid is disabled [5905]</title><link>http://snippy.codeplex.com/WorkItem/View.aspx?WorkItemId=5905</link><description>The DataGrid used for adding import statements gets disabled when choosing c&amp;#35; as snippet language. I believe this is an error&lt;br /&gt;</description><author>Jonas_S</author><pubDate>Tue, 02 Feb 2010 10:03:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Imports DataGrid is disabled [5905] 20100202100348A</guid></item><item><title>Created Issue: Pass snippet file as commandline to snippy.exe [5328]</title><link>http://snippy.codeplex.com/WorkItem/View.aspx?WorkItemId=5328</link><description>It would be great if i could pass snippet file as a commandline to snippy.exe.&lt;br /&gt;&lt;br /&gt;I have a created a custom snippy.exe and using that for my purpose.&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47; Methods&lt;br /&gt;        public MainForm&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;        this.InitializeComponent&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        this._app &amp;#61; new App&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        this.languageComboBox.SelectedIndex &amp;#61; 0&amp;#59;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47; New code starts&lt;br /&gt;        string&amp;#91;&amp;#93; args &amp;#61; Environment.GetCommandLineArgs&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;        if &amp;#40;args &amp;#33;&amp;#61; null &lt;br /&gt;        &amp;#38;&amp;#38; args.Length &amp;#61;&amp;#61; 2&lt;br /&gt;        &amp;#38;&amp;#38; File.Exists&amp;#40;args&amp;#91;1&amp;#93;&amp;#41;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;                this._app.LoadFile&amp;#40;args&amp;#91;1&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                this._app.SetCurrentSnippet&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;                this.refreshForm&amp;#40;true&amp;#41;&amp;#59;&lt;br /&gt;                this._dirtySnippet &amp;#61; false&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        &amp;#47;&amp;#47; New code ends&lt;br /&gt;&lt;br /&gt;        this.setFileDirty&amp;#40;false&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;If you feel this could help others too, can you add this functionality to your codebase.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;-Ram&lt;br /&gt;</description><author>ramkrishna</author><pubDate>Fri, 23 Oct 2009 23:14:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Pass snippet file as commandline to snippy.exe [5328] 20091023111438P</guid></item><item><title>Reviewed: Initial revision (Aug 23, 2009)</title><link>http://snippy.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=9316#ReviewBy-Neil_</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Thank you for this wonderful creation. I use dozens of custom snippets today because I discovered Snippy about six months ago. &amp;#10;&amp;#10;Protip&amp;#58; If you add Snippy as an external tool through Tools&amp;#124;External Tools..., you can then place Snippy on a keyboard shortcut such as Ctrl&amp;#43;Alt&amp;#43;Num &amp;#43; &amp;#40;what I use&amp;#41;. Then whenever you sense that you are repeating yourself, productivity is but a keystroke away&amp;#33;</description><author>Neil_</author><pubDate>Sun, 23 Aug 2009 17:07:56 GMT</pubDate><guid isPermaLink="false">Reviewed: Initial revision (Aug 23, 2009) 20090823050756P</guid></item><item><title>Created Issue: SurroundsWith get toggled off when switching between snippets in single file</title><link>http://www.codeplex.com/snippy/WorkItem/View.aspx?WorkItemId=2643</link><description>I&amp;#39;ve got a snippet-file with Multiple snippets. When I switch between these snippets, the SurroundsWith gets toggled of after the second switch.&lt;br /&gt;</description><author>sbrozius</author><pubDate>Thu, 03 Jul 2008 09:07:38 GMT</pubDate><guid isPermaLink="false">Created Issue: SurroundsWith get toggled off when switching between snippets in single file 20080703090738A</guid></item><item><title>NEW POST: cpp snippets in VS2008?</title><link>http://www.codeplex.com/snippy/Thread/View.aspx?ThreadId=28748</link><description>&lt;div style="line-height: normal;"&gt;since VS2008 doesn't support snippets in c++, how can i use a snippet in a .h file in VS2008? i created one with Snippy and set its language to CPP. &lt;br&gt;
&lt;/div&gt;</description><author>nhbill</author><pubDate>Fri, 30 May 2008 19:08:58 GMT</pubDate><guid isPermaLink="false">NEW POST: cpp snippets in VS2008? 20080530070858P</guid></item><item><title>NEW POST: VS 2008 and WS 2008?</title><link>http://www.codeplex.com/snippy/Thread/View.aspx?ThreadId=23423</link><description>&lt;div class="wikidoc"&gt;
Does the snippet editor support VS2008 running under Windows Server 2008?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>awalt</author><pubDate>Wed, 05 Mar 2008 17:14:43 GMT</pubDate><guid isPermaLink="false">NEW POST: VS 2008 and WS 2008? 20080305051443P</guid></item><item><title>UPDATED RELEASE: Initial revision (Dec 20, 2007)</title><link>http://www.codeplex.com/snippy/Release/ProjectReleases.aspx?ReleaseId=9316</link><description>Added C&amp;#43;&amp;#43; &amp;#40;CPP&amp;#41; option for code snippets.&lt;br /&gt;Visual Studio 2005 project with source code.&lt;br /&gt;No binaries included.&lt;br /&gt;</description><author></author><pubDate>Thu, 20 Dec 2007 18:42:21 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Initial revision (Dec 20, 2007) 20071220064221P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/snippy/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Editor for creating and modifying Visual Studio 2005 Code Snippets.&lt;br /&gt;&lt;br /&gt;This version was created from the original posted at GotDotNet Code Gallery by generating code from .NET Reflector.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.gotdotnet.com&amp;#47;codegallery&amp;#47;codegallery.aspx&amp;#63;id&amp;#61;b0813ae7-466a-43c2-b2ad-f87e4ee6bc39&lt;br /&gt;&lt;br /&gt;This version was modified to allow C&amp;#43;&amp;#43; code snippets, although Visual C&amp;#43;&amp;#43; doesn&amp;#39;t support code snippets as well as C&amp;#35;.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description><author>dmccuaig</author><pubDate>Thu, 20 Dec 2007 18:41:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071220064110P</guid></item></channel></rss>