<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.sharpdevelop.net/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>Christian Hornung - All Comments</title><link>http://community.sharpdevelop.net/blogs/christianhornung/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Interesting Finds: 2008.07.30~2008.08.01</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2008/07/27/reflector-addin-released.aspx#22891</link><pubDate>Thu, 31 Jul 2008 23:56:25 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:22891</guid><dc:creator>gOODiDEA.NET</dc:creator><description>&lt;p&gt;Web Top scalability mistakes Ajax-Alexa-Thumbnails: API to get site thumbnails Javascript Event onJSReady&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=22891" width="1" height="1"&gt;</description></item><item><title>Reflective Perspective - Chris Alcock  &amp;raquo; The Morning Brew #148</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2008/07/27/reflector-addin-released.aspx#22876</link><pubDate>Thu, 31 Jul 2008 07:28:11 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:22876</guid><dc:creator>Reflective Perspective - Chris Alcock  » The Morning Brew #148</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Reflective Perspective - Chris Alcock &amp;nbsp;&amp;amp;raquo; The Morning Brew #148&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=22876" width="1" height="1"&gt;</description></item><item><title>vioxx celebrex pennsylvania</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#19136</link><pubDate>Thu, 04 Oct 2007 05:01:43 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:19136</guid><dc:creator>vioxx celebrex pennsylvania</dc:creator><description>&lt;p&gt;vioxx celebrex pennsylvania&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=19136" width="1" height="1"&gt;</description></item><item><title>New Features in SharpDevelop 2.1</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#15591</link><pubDate>Mon, 05 Mar 2007 18:28:56 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:15591</guid><dc:creator>Matt Ward</dc:creator><description>&lt;p&gt;Here is the list of features that have been added to SharpDevelop 2.1. Feature Description Code Analysis&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=15591" width="1" height="1"&gt;</description></item><item><title>re: ResourceToolkit addin</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#12633</link><pubDate>Mon, 23 Oct 2006 15:56:05 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:12633</guid><dc:creator>Blue Ninja</dc:creator><description>&lt;p&gt;You, sir, are a scholar and a gentleman! That worked perfectly, thank you. I'll play around with the ICSharpCode.Core methods and see what I can dig up there as well.&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=12633" width="1" height="1"&gt;</description></item><item><title>re: ResourceToolkit addin</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#12629</link><pubDate>Mon, 23 Oct 2006 09:38:53 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:12629</guid><dc:creator>Christian Hornung</dc:creator><description>&lt;p&gt;First, &amp;quot;${res:&amp;quot; is not specific to any programming language, but to the ICSharpCode.Core framework. If you are using the ICSharpCode.Core resource access methods (like StringParser.Parse), you can use &amp;quot;${res&amp;quot; in all languages.&lt;/p&gt;
&lt;p&gt;I think I see the problem now. The name of the resources in the ResourceManager constructor must be specified as a single string literal because the addin cannot evaluate expressions. So it should work as expected if you replaced&lt;/p&gt;
&lt;p&gt;My.Application.Info.AssemblyName &amp;amp; &amp;quot;.StringResources&amp;quot;&lt;/p&gt;
&lt;p&gt;with&lt;/p&gt;
&lt;p&gt;&amp;quot;YourAssemblyNameHere.StringResources&amp;quot;.&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=12629" width="1" height="1"&gt;</description></item><item><title>re: ResourceToolkit addin</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#12622</link><pubDate>Mon, 23 Oct 2006 05:21:31 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:12622</guid><dc:creator>Blue Ninja</dc:creator><description>&lt;p&gt;I think the &amp;quot;${res:&amp;quot; thing is C# only, as I don't know of an equivalent in VB (if there is one, let me know!)&lt;/p&gt;
&lt;p&gt;In my project, I have a StringResources.resx file and I have declared:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Public StringResources As New Resources.ResourceManager(My.Application.Info.AssemblyName &amp;amp; &amp;quot;.StringResources&amp;quot;, My.Application.GetType().Assembly)&lt;/p&gt;
&lt;p&gt;I expected that when I typed &amp;quot;StringResources.GetString(&amp;quot; that I'd get the auto-completion list of values, but I don't. I had not created an indexed accessor to see if that would work by allowing &amp;quot;StringResources[&amp;quot; to bring up the list.&lt;/p&gt;
&lt;p&gt;Thanks for the info so far - this looks like an extremely handy tool, I just hope I can make good use of it in VB as well as C#!&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=12622" width="1" height="1"&gt;</description></item><item><title>re: ResourceToolkit addin</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#12615</link><pubDate>Sun, 22 Oct 2006 18:51:22 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:12615</guid><dc:creator>Christian Hornung</dc:creator><description>&lt;p&gt;It should be possible, but there may well be cases where the references are not detected correctly.&lt;/p&gt;
&lt;p&gt;Could you show some code that makes clear what you are actually trying to do?&lt;/p&gt;
&lt;p&gt;I'm only guessing here, but are you perhaps referring to a GetString method you have written yourself? The addin cannot detect user-defined GetString methods, only the predefined ones (ICSharpCode.Core.ResourceService.GetString and System.Resources.ResourceManager.GetString).&lt;/p&gt;
&lt;p&gt;&amp;quot;${res:&amp;quot; works independently of that because it is not tied to a specific method call.&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=12615" width="1" height="1"&gt;</description></item><item><title>re: ResourceToolkit addin</title><link>http://community.sharpdevelop.net/blogs/christianhornung/archive/2006/10/04/ResourceToolkit-addin.aspx#12614</link><pubDate>Sun, 22 Oct 2006 17:25:46 GMT</pubDate><guid isPermaLink="false">1b90d1c1-04e6-45b0-b51d-b665527d49b9:12614</guid><dc:creator>Blue Ninja</dc:creator><description>&lt;p&gt;It seems that the code completion and tooltips are triggered by &amp;quot;GetString(&amp;quot;${res:&amp;quot;, but not simply by &amp;quot;GetString(&amp;quot;. So, I am having trouble figuring out how to make use of this handy functionality from VB.NET. Is it possible, and if so, any tips on how to do it? Thanks!&lt;/p&gt;
&lt;img src="http://community.sharpdevelop.net/aggbug.aspx?PostID=12614" width="1" height="1"&gt;</description></item></channel></rss>