<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.codesmithtools.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>Addins</title><link>http://community.codesmithtools.com/files/folders/addins/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>SQL2005NewSequentialID.zip</title><link>http://community.codesmithtools.com/files/folders/addins/entry29098.aspx</link><pubDate>Tue, 11 Dec 2007 15:46:02 GMT</pubDate><guid isPermaLink="false">829aebef-9208-4531-832e-1f916c1e97cb:29098</guid><dc:creator>Andrewiski</dc:creator><slash:comments>1</slash:comments><description /><enclosure url="http://community.codesmithtools.com/files/folders/29098/download.aspx" length="3340" type="application/x-zip-compressed" /></item><item><title>SQL 2005 CE Provider 1 Beta Release - Upgrade</title><link>http://community.codesmithtools.com/files/folders/addins/entry27715.aspx</link><pubDate>Tue, 18 Sep 2007 20:07:10 GMT</pubDate><guid isPermaLink="false">829aebef-9208-4531-832e-1f916c1e97cb:27715</guid><dc:creator>christopherglasater</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This post is an enhancement from the code by JHEIDT:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.codesmithtools.com/forums/p/5921/23086.aspx#23086"&gt;http://community.codesmithtools.com/forums/p/5921/23086.aspx#23086&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically I found the code that was provided was not recognized by the CodeSmith 4.1 Provider Schema API. I made modifications to the code..here are the results...&lt;/p&gt;
&lt;p&gt;I had to change the namespace to allow the CodeSmith API to recognize the provider.&lt;/p&gt;</description><enclosure url="http://community.codesmithtools.com/files/folders/27715/download.aspx" length="97682" type="application/x-zip-compressed" /></item><item><title>AutoCodeSmith 1.5.5</title><link>http://community.codesmithtools.com/files/folders/addins/entry8649.aspx</link><pubDate>Tue, 20 Dec 2005 05:54:52 GMT</pubDate><guid isPermaLink="false">829aebef-9208-4531-832e-1f916c1e97cb:8649</guid><dc:creator>ejsmith</dc:creator><slash:comments>4</slash:comments><description>&lt;DIV&gt;
&lt;DIV&gt;Here is my contribution to the CodeSmith Community.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;It's an add-in to VS.NET to generate code, base on CodeSmith template,&amp;nbsp;to the active window.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;After the installation, you will find in the Tools menu, two new items: "AutoCodeSmith" and "AutoCodeSmith Settings".&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You use the settings form to to give an alias to a template file (.cst).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Example&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alias=a,&amp;nbsp; template= c:\codesmithtemplate\templateA.cst&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the active Window, you can enter this line&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; parm1 parm2 parm3 a &amp;lt;ctrl-enter&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This will replace that line with the result of the codesmith template where&amp;nbsp;property1 to property3 of the template are replace, in that order, by parm1 to parm3.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I'll give you, with the installation, two simple templates: Property.cst and RegionTemplate.cst, respectivly with p and r alias (see in the settings form).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Look at the RegionTemplate.cst template. The [@] indicate the position of the cursor after the insertion of the template output in the active window.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The two example tempate installed with AutoCodeSmith can be used like that&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For the property template&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Username String p &amp;lt;ctrl-enter&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For the region template&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Properties r &amp;lt;ctrl-enter&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please give me your feedback and if you find bugs, let me know.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope it's clear enough and my english is not too bad.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Luc&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2005-06-09- New version: 1.5&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;1. AutoCodeSmith settings form redesign&lt;/DIV&gt;
&lt;DIV&gt;2. Default template values&lt;/DIV&gt;
&lt;DIV&gt;3. Parameters reorder&lt;/DIV&gt;
&lt;DIV&gt;4. CodeSmith 3.0 compatible&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2005-06-10- New version: 1.5.1&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;1. No output problem fixed&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2005-06-21 - New version: 1.5.2&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;FONT size=2&gt;Fixed a bug: Alias not correctly update in AutoCodeSmith Settings form when it change. &lt;BR&gt;Fixed a bug: Settings form close when up or down arrow in Parameters Order is click with no selected parmeters&lt;BR&gt;Improvement: In Settings form, remove command button is only available if a command is selected&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;FONT size=2&gt;2005-07-01 New Version 1.5.3&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Fixed a bug: Unable to give a string with space. Surround the string with double quote Ex: "Foo bar". &lt;BR&gt;Improvement: Add docking capability to the Settings form&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;2005-07-29 Version 1.5.4&lt;BR&gt;Improvement: Output is indented properly according to the indentation level of the the command string.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;2006-05-08 Version 1.5.5&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;
&lt;P&gt;Fixed a bug: Doesn't work with Codesmith 3.1&lt;BR&gt;Fixed a bug: Bug introduce in earlier version: Default values not always apply when using CodeSmith V2.6&lt;BR&gt;Improvement: Add an option to precompile templates on startup to eliminate first time render delay. Default value = true&lt;BR&gt;Improvement: Add an option to Automaticly detect changes in template file without restarting the addin. Default value = true&lt;BR&gt;Removed docking capability&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2&gt;Here is the original thread for this addin:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="/forums/thread/5641.aspx"&gt;http://community.codesmithtools.com/forums/thread/5641.aspx&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description><enclosure url="http://community.codesmithtools.com/files/folders/8649/download.aspx" length="478208" type="application/octet-stream" /></item></channel></rss>