<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>.Net Thoughts and Ideas - Visual Studio</title>
    <link>http://xealcom.co.uk/</link>
    <description>Place to share and reflect ...</description>
    <language>en-us</language>
    <copyright>Alex B. Clarke</copyright>
    <lastBuildDate>Sat, 08 Sep 2007 05:54:29 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>alexclarke@xealcom.net</managingEditor>
    <webMaster>alexclarke@xealcom.net</webMaster>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=374934cf-a37e-4eab-9e1d-4085382bbc9d</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,374934cf-a37e-4eab-9e1d-4085382bbc9d.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,374934cf-a37e-4eab-9e1d-4085382bbc9d.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=374934cf-a37e-4eab-9e1d-4085382bbc9d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've been searching on-and-off for a Visual Studio add-in that would allow to highligh
a current line in IDE text editor, like so 
</p>
        <p style="background-color: yellow;">
this line is highlighted
</p>
        <p>
Here's a small collection of Visual Studio 2005 add-ins that includes the highlighter:<br /></p>
        <b>
          <a href="http://www.slickedit.com/content/view/441">Free SlickEdit Gadgets</a>
        </b>  
<p>
Thanks to <span class="small"><a href="http://vidmar.net/weblog/archive/2006/11/08/3335.aspx">David
Vidmar's posting</a> that I googled accross when looking for this tool.<br /></span></p><p>
Here's some more Visual Studio utilities:<br /></p><p><b><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CD7C6E48-E41B-48E3-881E-A0E6E97F9534&amp;displaylang=en">Microsoft
Visual Studio 2005 IDE Enhancements</a></b> that include:<br /></p><p><span><b>Source Code Outliner </b>: The Source Outliner tool is a Visual Studio extension
that provides a tree view of your source code's types and members and lets you quickly
navigate to them inside the editor.<br /><br /><b>Visual C++ Code Snippets</b>:The Visual C++ Code Snippets tool lets you insert
snippets in your code by using a pop-up menu that contains programming keywords. VB.NET
and C# languages have this functionality in Visual Studio 2005. 
<br /><br /><b>Indexed Find </b>: The Indexed Find tool is a Visual Studio extension that uses
the Microsoft Indexing Service to provide improved Search capabilities to the integrated
development environment (IDE). It sends the results of a search to the Output Window.<br /><br /><b>Super Diff Utility</b>: The Super Diff Find tool is a Visual Studio extension that
compares text files. It uses color coding and graphics to show the difference between
the files in deleted text (red), changed text (blue), inserted text (green). 
<br /><br /><b>Event Toaster Utility</b>: The Event Toaster tool is a Visual Studio extension
that notifies users about specific events within the Visual Studio IDE</span></p><p><span><br /></span></p><p><a href="http://msdn2.microsoft.com/en-us/vstudio/aa718340.aspx"><b>Power Toys for
Visual Studio Pack Installer</b><br /></a></p><p><img src="http://xealcom.co.uk/content/binary/PackInstaller.png" border="0" /><br /><br />
That's for now<br /></p></body>
      <title>Highlight Current Line in Visual Studio</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,374934cf-a37e-4eab-9e1d-4085382bbc9d.aspx</guid>
      <link>http://xealcom.co.uk/2007/09/08/HighlightCurrentLineInVisualStudio.aspx</link>
      <pubDate>Sat, 08 Sep 2007 05:54:29 GMT</pubDate>
      <description>&lt;p&gt;
I've been searching on-and-off for a Visual Studio add-in that would allow to highligh
a current line in IDE text editor, like so 
&lt;/p&gt;
&lt;p style="background-color: yellow;"&gt;
this line is highlighted
&lt;/p&gt;
&lt;p&gt;
Here's a small collection of Visual Studio 2005 add-ins that includes the highlighter:&lt;br&gt;
&lt;/p&gt;
&lt;b&gt;&lt;a href="http://www.slickedit.com/content/view/441"&gt;Free SlickEdit Gadgets&lt;/a&gt;&lt;/b&gt;&amp;nbsp; 
&lt;p&gt;
Thanks to &lt;span class="small"&gt;&lt;a href="http://vidmar.net/weblog/archive/2006/11/08/3335.aspx"&gt;David
Vidmar's posting&lt;/a&gt; that I googled accross when looking for this tool.&lt;br&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Here's some more Visual Studio utilities:&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CD7C6E48-E41B-48E3-881E-A0E6E97F9534&amp;amp;displaylang=en"&gt;Microsoft
Visual Studio 2005 IDE Enhancements&lt;/a&gt;&lt;/b&gt; that include:&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;&lt;b&gt;Source Code Outliner &lt;/b&gt;: The Source Outliner tool is a Visual Studio extension
that provides a tree view of your source code's types and members and lets you quickly
navigate to them inside the editor.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Visual C++ Code Snippets&lt;/b&gt;:The Visual C++ Code Snippets tool lets you insert
snippets in your code by using a pop-up menu that contains programming keywords. VB.NET
and C# languages have this functionality in Visual Studio 2005. 
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Indexed Find &lt;/b&gt;: The Indexed Find tool is a Visual Studio extension that uses
the Microsoft Indexing Service to provide improved Search capabilities to the integrated
development environment (IDE). It sends the results of a search to the Output Window.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Super Diff Utility&lt;/b&gt;: The Super Diff Find tool is a Visual Studio extension that
compares text files. It uses color coding and graphics to show the difference between
the files in deleted text (red), changed text (blue), inserted text (green). 
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Event Toaster Utility&lt;/b&gt;: The Event Toaster tool is a Visual Studio extension
that notifies users about specific events within the Visual Studio IDE&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;
&lt;br&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa718340.aspx"&gt;&lt;b&gt;Power Toys for
Visual Studio Pack Installer&lt;/b&gt;
&lt;br&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://xealcom.co.uk/content/binary/PackInstaller.png" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
That's for now&lt;br&gt;
&lt;/p&gt;</description>
      <comments>http://xealcom.co.uk/CommentView,guid,374934cf-a37e-4eab-9e1d-4085382bbc9d.aspx</comments>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=3aecbc27-3e08-4df9-87fc-b856b187a3c9</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,3aecbc27-3e08-4df9-87fc-b856b187a3c9.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,3aecbc27-3e08-4df9-87fc-b856b187a3c9.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=3aecbc27-3e08-4df9-87fc-b856b187a3c9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Like many other developers I came across
this problem when running projects from network shares. Unfortunately following <a href="http://msdn2.microsoft.com/en-us/library/bs2bkwxc%28vs.80%29.aspx">MSDN
solution</a> did not solve the problem for me :(<br /><br />
However, <a href="http://forums.microsoft.com/MSDN/User/Profile.aspx?UserID=2777&amp;SiteID=1">Chris
Dunaway</a> (a member of MSDN Forums), posted this <a href="http://msdn2.microsoft.com/en-us/library/cb6t8dtz%28VS.80%29.aspx">caspol</a> line
that worked just fine<br /><p><font size="5"><span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;">caspol
-m -ag All_Code -url file://server/share/* FullTrust -n SecurityGroupName</span></font></p>
MSDN solution adds a new code group as a child of LocalIntranet_Zone, so this didn't
work for me. However, the line above adds a new code group to <b>All_Code </b>node
and this I believe fixed the problem.<br /><br />
Now, whether I open a solution from a UNC path or a mapped network drive of the added <span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;">file://server/share/* </span>path,
I have no  "The Project Location Is Not Trusted" warning.<br /><br />
PS<br />
I was using VS2005 SP1 running on Vista Bussines Edition<br /></body>
      <title>The Project Location Is Not Trusted</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,3aecbc27-3e08-4df9-87fc-b856b187a3c9.aspx</guid>
      <link>http://xealcom.co.uk/2007/09/08/TheProjectLocationIsNotTrusted.aspx</link>
      <pubDate>Sat, 08 Sep 2007 05:30:25 GMT</pubDate>
      <description>Like many other developers I came across this problem when running projects from network shares. Unfortunately following &lt;a href="http://msdn2.microsoft.com/en-us/library/bs2bkwxc%28vs.80%29.aspx"&gt;MSDN
solution&lt;/a&gt; did not solve the problem for me :(&lt;br&gt;
&lt;br&gt;
However, &lt;a href="http://forums.microsoft.com/MSDN/User/Profile.aspx?UserID=2777&amp;amp;SiteID=1"&gt;Chris
Dunaway&lt;/a&gt; (a member of MSDN Forums), posted this &lt;a href="http://msdn2.microsoft.com/en-us/library/cb6t8dtz%28VS.80%29.aspx"&gt;caspol&lt;/a&gt; line
that worked just fine&lt;br&gt;
&lt;p&gt;
&lt;font size="5"&gt;&lt;span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;"&gt;caspol
-m -ag All_Code -url file://server/share/* FullTrust -n SecurityGroupName&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
MSDN solution adds a new code group as a child of LocalIntranet_Zone, so this didn't
work for me. However, the line above adds a new code group to &lt;b&gt;All_Code &lt;/b&gt;node
and this I believe fixed the problem.&lt;br&gt;
&lt;br&gt;
Now, whether I open a solution from a UNC path or a mapped network drive of the added &lt;span style="color: Black; background-color: transparent; font-family: Courier New; font-size: 11px;"&gt;file://server/share/* &lt;/span&gt;path,
I have no&amp;nbsp; "The Project Location Is Not Trusted" warning.&lt;br&gt;
&lt;br&gt;
PS&lt;br&gt;
I was using VS2005 SP1 running on Vista Bussines Edition&lt;br&gt;</description>
      <comments>http://xealcom.co.uk/CommentView,guid,3aecbc27-3e08-4df9-87fc-b856b187a3c9.aspx</comments>
      <category>Visual Studio</category>
    </item>
  </channel>
</rss>