<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>HyperAddin: A Visual Studio Addin which adds hyperlinking in your source code</title><link>http://www.codeplex.com/hyperAddin/Project/ProjectRss.aspx</link><description>Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of ref...</description><item><title>Created Issue: Partially working on Visual Basic projects.</title><link>http://www.codeplex.com/hyperAddin/WorkItem/View.aspx?WorkItemId=5550</link><description>For some reason on my machine code&amp;#58;ClassName only works on C&amp;#35; projects, on VB Projects it gives a &amp;#34;Could not find symbol xxxx&amp;#34;.&lt;br /&gt;code&amp;#58;&amp;#35;segment works fine on both types of project.&lt;br /&gt;I tried stepping thru the source code, and GetList2 always give result with count &amp;#61; 0.&lt;br /&gt;</description><author>jackdoh</author><pubDate>Thu, 10 Jul 2008 10:01:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Partially working on Visual Basic projects. 20080710100136A</guid></item><item><title>NEW POST: Now if only &lt;see&gt; and &lt;seealso&gt; were supported.</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=25822</link><description>&lt;div class="wikidoc"&gt;
This add-in is great for 'regular' comments, but if one uses XML doc comments or doxyen comments, one would normally refer to other code elements using syntax like&lt;br /&gt; &lt;br /&gt;/// XML style&lt;br /&gt;/// Bla blah blah &amp;lt;see cref=&amp;quot;IEnumerable{T}&amp;quot;/&amp;gt; blah blah.&lt;br /&gt;/// &amp;lt;seealso cref=&amp;quot;System.String.Length&amp;quot;/&amp;gt;&lt;br /&gt; &lt;br /&gt;/// JavaDoc style&lt;br /&gt;/// @see MyMethod()&lt;br /&gt; &lt;br /&gt;Would it be hard to make HyperAddin support these links?&lt;br /&gt; &lt;br /&gt;Another thing that would be really helpful, although farther from HyperAddin's core purpose, would be if it could convert xml doc comments from that nice natural style that HyperAddin supports:&lt;br /&gt; &lt;br /&gt;/// &amp;lt;remarks&amp;gt;&lt;br /&gt;/// Call this function when:&lt;br /&gt;/// * You're lonely&lt;br /&gt;/// * You need a friend&lt;br /&gt;/// &lt;br /&gt;/// Note: This method is intended to create genuine friendships, not one-night stands.&lt;br /&gt;/// &amp;lt;/remarks&amp;gt;&lt;br /&gt;void Meet(PersonType person)&lt;br /&gt;...&lt;br /&gt; &lt;br /&gt;To the amazingly horrible cumbersome monster Microsoft seems to require:&lt;br /&gt; &lt;br /&gt;/// &amp;lt;remarks&amp;gt;&lt;br /&gt;/// &amp;lt;para&amp;gt;Call this function when:&amp;lt;/para&amp;gt;&lt;br /&gt;/// &amp;lt;list type=&amp;quot;bullet&amp;quot;&amp;gt;&lt;br /&gt;/// &amp;lt;item&amp;gt;&amp;lt;description&amp;gt;You're lonely&amp;lt;/item&amp;gt;&amp;lt;/description&amp;gt;&lt;br /&gt;/// &amp;lt;item&amp;gt;&amp;lt;description&amp;gt;You need a friend&amp;lt;/item&amp;gt;&amp;lt;/description&amp;gt;&lt;br /&gt;/// &amp;lt;/list&amp;gt;&lt;br /&gt;/// &lt;br /&gt;/// &amp;lt;para&amp;gt;Note: This method is intended to create genuine friendships, not one-night &lt;br /&gt;/// stands.&amp;lt;/para&amp;gt;&lt;br /&gt;/// &amp;lt;remarks&amp;gt;&lt;br /&gt;void Meet(PersonType person)&lt;br /&gt;...&lt;br /&gt; &lt;br /&gt;Yikes!&lt;br /&gt; &lt;br /&gt;On second thought, anybody know if I can get a doc generator for the JavaDoc style?&lt;br /&gt;
&lt;/div&gt;</description><author>Qwertie</author><pubDate>Sat, 12 Apr 2008 16:25:45 GMT</pubDate><guid isPermaLink="false">NEW POST: Now if only &lt;see&gt; and &lt;seealso&gt; were supported. 20080412042545P</guid></item><item><title>CREATED ISSUE: Snippet comment problem</title><link>http://www.codeplex.com/hyperAddin/WorkItem/View.aspx?WorkItemId=4192</link><description>We have noticed a problem when Hyperaddin is enabled in VS2008.&lt;br /&gt;We have some code snippets that have placeholders not only in code but also inside comments when a snippet of this kind is used, the Tab key that inside snippets moves the cursor from a placeholder to the followin does not work correctly inside comments. Where instead it simply writes a tab.&lt;br /&gt;&lt;br /&gt;We enclose the snippet on which we noticed this issue first so that you can try it on your system.&lt;br /&gt;</description><author>Raudi</author><pubDate>Mon, 31 Mar 2008 08:40:14 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Snippet comment problem 20080331084014A</guid></item><item><title>UPDATED RELEASE: Release 1 (Aug 31, 2007)</title><link>http://www.codeplex.com/hyperAddin/Release/ProjectReleases.aspx?ReleaseId=6808</link><description>HyperAddin is only useful if you have Visual Studio 2005 &amp;#40;or 2008&amp;#41; installed. To install HyperAddin, you need only copy the contents of the HyperAddin.zip file to your &amp;#34;&amp;#37;HOMEPATH&amp;#37;&amp;#92;My Documents&amp;#92;Visual Studio 2005&amp;#92;Addins directory. A simple procedure for doing this is&lt;br /&gt;&lt;br /&gt;&amp;#42; Open on the HyperAddin.zip file by clicking on the link below &amp;#40;and confirming all security dialogs&amp;#41;.&lt;br /&gt;&amp;#42; Type Ctrl-A, Ctrl-C to select all files and copy them into the paste buffer.&lt;br /&gt;&amp;#42; Open an explorer window &amp;#40;Start -&amp;#62; Documents&amp;#41; and navigate to &amp;#34;Visual Studio 2005&amp;#92;Addins&amp;#34;. If the &amp;#39;Addins&amp;#39; directory does not exist create it &amp;#40;it should already exist however&amp;#41;.  For VS 2008 the directory is &amp;#34;Visual Studio 2008&amp;#92;Addins&amp;#34;. &lt;br /&gt;&amp;#42; Type Ctrl-V to paste the files. &lt;br /&gt;&lt;br /&gt;Launch Visual Studio, and you will notices a &amp;#39;HyperAddin&amp;#39; Menu entry in the top menu bar. For documentation on use of the addin, simply use the &amp;#39;HyperAddin Help&amp;#39; menu item. &lt;br /&gt;&lt;br /&gt;For Visual Studio 2008 users, the path to the addins directory is Visual Studio 2008&amp;#92;Addins.&lt;br /&gt;&lt;br /&gt;Deleting the copied files will uninstall the addin. See the HyperAddin Help for complete details. &lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Alternatively, you might consider simply building hyperAddin from the source code, which has the added advantage that you get to immediately try out the hyperlinks in the hyperAddin solution.  To do so, &lt;br /&gt;&amp;#42; go to the &amp;#39;sources&amp;#39; tab for hyperaddin&lt;br /&gt;&amp;#42; open the ZIP and copy the contents to a local folder&lt;br /&gt;&amp;#42; goto the local directory and type &amp;#39;build.bat&amp;#39; which builds and installs the hyperaddin &amp;#40;doing this before you launch Visual Studio so that VS sees the new addin&amp;#41;. &lt;br /&gt;&amp;#42; open Hyperaddin.sln &amp;#40;or HyperAddin_VS2008.sln&amp;#41; in Visual Studio and start browsing &amp;#40;good place to start is _readme.cs&amp;#41;&lt;br /&gt;&amp;#42; Check out the Help in HyperAddin -&amp;#62; HyperAddin Help&lt;br /&gt;</description><author></author><pubDate>Mon, 04 Feb 2008 19:44:59 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Release 1 (Aug 31, 2007) 20080204074459P</guid></item><item><title>NEW POST: Suggested Improvement</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=19985</link><description>&lt;div class="wikidoc"&gt;
I loved the HyperAddin.  I use it all the time.  One feature I wish was there though would be a way of creating a list of  the various &amp;quot;bookmarks&amp;quot; at the top of a source file or even just a list of the various bookmarks I've added to source file.  A sort of &amp;quot;table of contents&amp;quot; that allows one to quickly and easily navigate to a particular piece of code.  It could simply read through a source file finding all the bookmarks and build the commented &amp;quot;table of contents&amp;quot; for that file automatically right at the top of that source file (only needs to happen on demand).&lt;br /&gt; &lt;br /&gt;Perhaps even a GUI tool that would also show the links Visual Studio  as well (but that's probably a lot of work).&lt;br /&gt;
&lt;/div&gt;</description><author>dellboy</author><pubDate>Sat, 05 Jan 2008 19:06:33 GMT</pubDate><guid isPermaLink="false">NEW POST: Suggested Improvement 20080105070633P</guid></item><item><title>CREATED ISSUE: Format Comment formats beyond selected text.</title><link>http://www.codeplex.com/hyperAddin/WorkItem/View.aspx?WorkItemId=1491</link><description>C&amp;#43;&amp;#43; code in VS2005sp1. &lt;br /&gt;&lt;br /&gt;A simple repro case is the follwing code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; Use lowest 7 bits of the byte.&lt;br /&gt;int b &amp;#61; u30&amp;#91;i&amp;#93; &amp;#38; 0x7f&amp;#59;&lt;br /&gt;&lt;br /&gt;Highlight in the first line then trigger FormatComment &amp;#40;Alt&amp;#43;C, Alt&amp;#43;F&amp;#41;.  The following results&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; Use lowest 7 bits of the byte. int b &amp;#61; u30&amp;#91;i&amp;#93; &amp;#38; 0x7f&amp;#59;&lt;br /&gt;&lt;br /&gt;I did not expect the code to be pulled into the comment.&lt;br /&gt;&lt;br /&gt;From the Help&amp;#58; &amp;#34;However if a block of text is selected, it will only format lines in that selection&amp;#34;&lt;br/&gt;</description><author>jschroedl</author><pubDate>Wed, 19 Sep 2007 17:38:40 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Format Comment formats beyond selected text. 20070919053840P</guid></item><item><title>UPDATED RELEASE: Release 1 (Aug 31, 2007)</title><link>http://www.codeplex.com/hyperAddin/Release/ProjectReleases.aspx?ReleaseId=6808</link><description>HyperAddin is only useful if you have Visual Studio 2005 (or 2008) installed. To install HyperAddin, you need only copy the contents of the HyperAddin.zip file to your "%HOMEPATH%\My Documents\Visual Studio 2005\Addins directory. A simple procedure for doing this is&lt;br /&gt;&lt;br /&gt;* Open on the HyperAddin.zip file by clicking on the link below (and confirming all security dialogs).&lt;br /&gt;* Type Ctrl-A, Ctrl-C to select all files and copy them into the paste buffer.&lt;br /&gt;* Open an explorer window (Start -&gt; Documents) and navigate to "Visual Studio 2005\Addins". If the 'Addins' directory does not exist create it (it should already exist however). &lt;br /&gt;* Type Ctrl-V to paste the files. &lt;br /&gt;&lt;br /&gt;Launch Visual Studio, and you will notices a 'HyperAddin' Menu entry in the top menu bar. For documentation on use of the addin, simply use the 'HyperAddin Help' menu item. &lt;br /&gt;&lt;br /&gt;For Visual Studio 2008 users, the path to the addins directory is Visual Studio 2008\Addins.&lt;br /&gt;&lt;br /&gt;Deleting the copied files will uninstall the addin. See the HyperAddin Help for complete details. &lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Alternatively, you might consider simply building hyperAddin from the source code, which has the added advantage that you get to immediately try out the hyperlinks in the hyperAddin solution.  To do so, &lt;br /&gt;* go to the 'sources' tab for hyperaddin&lt;br /&gt;* open the ZIP and copy the contents to a local folder&lt;br /&gt;* goto the local directory and type 'build.bat' which builds and installs the hyperaddin (doing this before you launch Visual Studio so that VS sees the new addin). &lt;br /&gt;* open Hyperaddin.sln (or HyperAddin_VS2008.sln) in Visual Studio and start browsing (good place to start is _readme.cs)&lt;br /&gt;* Check out the Help in HyperAddin -&gt; HyperAddin Help&lt;br /&gt;</description><author></author><pubDate>Fri, 07 Sep 2007 15:08:25 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Release 1 (Aug 31, 2007) 20070907030825P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Vote for adding to Visual Studio&lt;/b&gt;&lt;br /&gt;If you like the features of HyperAddin, vote to get it into the next release of Visual Studio &lt;a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=296795" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  To vote click the 'sign in to rate' link and then simply click on the number of stars that indicate its value to you.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there.  Works on VS2005 and VS2008.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;br /&gt;A reasonable way to demonstrate the power of hyperlinks is to browse the source code of HyperAddin itself.  Just download the sources from the 'sources' tab and open the HyperAddin.sln (or HyperAddin_VS2008.sln if you are using VS2008) and open the _Readme.cs file.  You can start clicking on links from there.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt; file.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 07 Sep 2007 15:01:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070907030115P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Vote for adding to Visual Studio&lt;/b&gt;&lt;br /&gt;If you like the features of HyperAddin, vote to get it into the next release of Visual Studio &lt;a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=296795" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  To vote click the 'sign in to rate' link and then simply click on the number of stars that indicate its value to you.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;br /&gt;A reasonable way to demonstrate the power of hyperlinks is to browse the source code of HyperAddin itself.  Just download the sources from the 'sources' tab and open the HyperAddin.sln (or HyperAddin_VS2008.sln if you are using VS2008) and open the _Readme.cs file.  You can start clicking on links from there.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt; file.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 07 Sep 2007 15:00:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070907030024P</guid></item><item><title>NEW POST: Source code anyone?</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=14560</link><description>&lt;div class="wikidoc"&gt;
Well, there seems to be interest, so I have uploaded the source code.   It is available via the 'sources' tab.   &lt;br /&gt; &lt;br /&gt;Note that this addin works on VS2005 and VS2008 just fine.  &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 07 Sep 2007 14:57:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Source code anyone? 20070907025701P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/hyperAddin/SourceControl/ListDownloadableCommits.aspx</link><description>First version of the source code.  Build by launching solution &amp;#40;ether the HyperAddin.sln &amp;#40;for VS2005&amp;#41; or HyperAddin_VS2008.sln &amp;#40;for VS 2008&amp;#41;.  Build.bat will also build the addin even without visual studio installed.   Building will also run install.bat, which installs the addin in your Visual Studio &amp;#42;&amp;#92;Addins directory. </description><author>vancem</author><pubDate>Fri, 07 Sep 2007 14:51:23 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070907025123P</guid></item><item><title>NEW POST: Source code anyone?</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=14560</link><description>&lt;div class="wikidoc"&gt;
I would like to see how you implemented this.  Source code would prove very educational.  Thanks in advance for all your work!&lt;br /&gt;
&lt;/div&gt;</description><author>genowaldo</author><pubDate>Fri, 07 Sep 2007 04:21:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Source code anyone? 20070907042100A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Vote for adding to Visual Studio&lt;/b&gt;&lt;br /&gt;If you like the features of HyperAddin, vote to get it into the next release of Visual Studio &lt;a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=296795" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  To vote click the 'sign in to rate' link and then simply click on the number of stars that indicate its value to you.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt; file.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Wed, 05 Sep 2007 17:08:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070905050804P</guid></item><item><title>NEW POST: Source code anyone?</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=14560</link><description>&lt;div class="wikidoc"&gt;
I too would like to be able to have access to the source.  I would like to get support for VS2008 up and running. &lt;br /&gt;
&lt;/div&gt;</description><author>mwatts42</author><pubDate>Wed, 05 Sep 2007 11:37:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Source code anyone? 20070905113724A</guid></item><item><title>NEW POST: Users with My Documents on a network share</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=14579</link><description>&lt;div class="wikidoc"&gt;
If your network admin has your My Documents folder linked to a network share, HyperAddin (as would any addin) will not load properly when you follow the deployment instructions.  (Likely a 80131417 error).&lt;br /&gt; &lt;br /&gt;In order to get the add-in to work for the directory the add-in was copied to, you need to grant full trust to that directory.  In order to do that you need to be running as an administrator and run the following from a Visual Studio 2005 Command Prompt&lt;br /&gt; &lt;br /&gt;caspol -m -ag LocalIntranet_Zone -url &amp;quot;\\servername\sharename\username\Visual Studio 2005\Addins\*&amp;quot; FullTrust -n &amp;quot;Visual Studio 2005 Add-ins&amp;quot; -d &amp;quot;Visual Studio 2005 Add-ins&amp;quot;&lt;br /&gt; &lt;br /&gt;Replace &lt;i&gt;servername&lt;/i&gt; and &lt;i&gt;sharename&lt;/i&gt; with appropriate names.  replace &lt;i&gt;username&lt;/i&gt; with an appropriate folder name or folder hierarchy.&lt;br /&gt;
&lt;/div&gt;</description><author>ritchiep</author><pubDate>Fri, 31 Aug 2007 18:47:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Users with My Documents on a network share 20070831064743P</guid></item><item><title>NEW POST: Source code anyone?</title><link>http://www.codeplex.com/hyperAddin/Thread/View.aspx?ThreadId=14560</link><description>&lt;div class="wikidoc"&gt;
I would love the source code, thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>ritchiep</author><pubDate>Fri, 31 Aug 2007 15:57:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Source code anyone? 20070831035754P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt; file.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 31 Aug 2007 14:37:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070831023753P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt;.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 31 Aug 2007 14:37:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070831023732P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="javascript:window.location.href='http://www.codeplex.com/hyperAddin/Project/FileDownload.aspx?DownloadId=18139';"&gt;help.htm&lt;/a&gt;.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 31 Aug 2007 14:37:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070831023700P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/hyperAddin/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Visual Studio already had the ability to recognize and quickly navigate &amp;#40;with Ctrl LeftClick&amp;#41; to URLs embedded in the comments of the code.  This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code &amp;#40;or to architectural documents checked in with the code&amp;#41;.   That is exactly what the HyperAddin does&amp;#58;  It makes creating and following hyper-links in your code trivial.   Now you only have to explain something once in a comment and refer to it many times &amp;#40;got lots of overloaded methods&amp;#63;  They should all refer to the &amp;#39;master&amp;#39; that does the real work&amp;#41;.   &lt;br /&gt;&lt;br /&gt;Hyperlinks in your source code are one of those features that once you have used it, you wonder how you ever got by without it.   If you use Visual Studio, you really should try it.   Anyone reading your source code &amp;#40;including yourself&amp;#33;&amp;#41; will thank you for it.  &lt;br /&gt;
&lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install, click on the 'Releases' tab above and follow the detailed instructions there. &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt; &lt;br /&gt;For you convinience I have copied the &lt;a href="file:./help.htm" class="externalLink"&gt;HyperAddin Help&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  This is a copy of what you would get on the HyperAddin -&amp;gt; HyperAddin Help menu entry. &lt;br /&gt;
&lt;/div&gt;</description><author>vancem</author><pubDate>Fri, 31 Aug 2007 14:36:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070831023638P</guid></item></channel></rss>