<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Getting &#8220;Find in Files&#8221; Search Results programmatically</title>
	<link>http://www.helixoft.com/blog/archives/23</link>
	<description>Peter Macej - lead developer of VSdocman - talks about Visual Studio tips and automation</description>
	<pubDate>Tue, 13 May 2008 07:12:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on Getting &#8220;Find in Files&#8221; Search Results programmatically by: Jacky</title>
		<link>http://www.helixoft.com/blog/archives/23#comment-47</link>
		<pubDate>Tue, 20 Mar 2007 06:40:56 +0000</pubDate>
		<guid>http://www.helixoft.com/blog/archives/23#comment-47</guid>
					<description>Sometimes, the codes work well, but sometimes it doesn't work.And I found the sel is null after call TextSelection sel = winFind.Selection as TextSelection; if it doesn't work.I don't know why</description>
		<content:encoded><![CDATA[	<p>Sometimes, the codes work well, but sometimes it doesn&#8217;t work.And I found the sel is null after call TextSelection sel = winFind.Selection as TextSelection; if it doesn&#8217;t work.I don&#8217;t know why
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Getting &#8220;Find in Files&#8221; Search Results programmatically by: Peter Macej</title>
		<link>http://www.helixoft.com/blog/archives/23#comment-31</link>
		<pubDate>Mon, 08 May 2006 08:29:46 +0000</pubDate>
		<guid>http://www.helixoft.com/blog/archives/23#comment-31</guid>
					<description>It is surely possible using VSIP but I've never used it so I cannot help here. Try to ask on http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&amp;#38;SiteID=1 MS forum or even better in http://groups.yahoo.com/group/vsnetaddin/ mailgroup. You can search this mailgroup, maybe this question was answered before.</description>
		<content:encoded><![CDATA[	<p>It is surely possible using VSIP but I&#8217;ve never used it so I cannot help here. Try to ask on <a href='http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&amp;SiteID=1' rel='nofollow'>http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&amp;SiteID=1</a> MS forum or even better in <a href='http://groups.yahoo.com/group/vsnetaddin/' rel='nofollow'>http://groups.yahoo.com/group/vsnetaddin/</a> mailgroup. You can search this mailgroup, maybe this question was answered before.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Getting &#8220;Find in Files&#8221; Search Results programmatically by: Avi</title>
		<link>http://www.helixoft.com/blog/archives/23#comment-30</link>
		<pubDate>Mon, 08 May 2006 08:23:05 +0000</pubDate>
		<guid>http://www.helixoft.com/blog/archives/23#comment-30</guid>
					<description>The serach results is the window I need . I would like to edit the results and to short up the path. 
If my path is c:\projects\xxx\yyy\zzz\ppp\class.cs I would like to display  ppp\class.cs.
There is a way to modify the results from the registry but It can either display full path or not. Can't edit the results.
That's on my wish list.  Not possible in reasonable effort  ?</description>
		<content:encoded><![CDATA[	<p>The serach results is the window I need . I would like to edit the results and to short up the path.<br />
If my path is c:\projects\xxx\yyy\zzz\ppp\class.cs I would like to display  ppp\class.cs.<br />
There is a way to modify the results from the registry but It can either display full path or not. Can&#8217;t edit the results.<br />
That&#8217;s on my wish list.  Not possible in reasonable effort  ?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Getting &#8220;Find in Files&#8221; Search Results programmatically by: Peter Macej</title>
		<link>http://www.helixoft.com/blog/archives/23#comment-29</link>
		<pubDate>Mon, 08 May 2006 07:35:47 +0000</pubDate>
		<guid>http://www.helixoft.com/blog/archives/23#comment-29</guid>
					<description>It depends on which window you want to update. Once you have TextSelection object (in sel variable), you can use its methods to modify the text, e.g. sel.Insert(&quot;MY TEXT&quot;). However, many windows are read only, including Search Results. Insert method throws an exception for them. I don't believe it's possible to modify them with DTE methods. On the other hand, you can easily write to Output window, see http://www.knowdotnet.com/articles/outputwindow.html .</description>
		<content:encoded><![CDATA[	<p>It depends on which window you want to update. Once you have TextSelection object (in sel variable), you can use its methods to modify the text, e.g. sel.Insert(&#8221;MY TEXT&#8221;). However, many windows are read only, including Search Results. Insert method throws an exception for them. I don&#8217;t believe it&#8217;s possible to modify them with DTE methods. On the other hand, you can easily write to Output window, see <a href='http://www.knowdotnet.com/articles/outputwindow.html' rel='nofollow'>http://www.knowdotnet.com/articles/outputwindow.html</a> .
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Getting &#8220;Find in Files&#8221; Search Results programmatically by: Avi</title>
		<link>http://www.helixoft.com/blog/archives/23#comment-28</link>
		<pubDate>Mon, 08 May 2006 05:14:38 +0000</pubDate>
		<guid>http://www.helixoft.com/blog/archives/23#comment-28</guid>
					<description>Is it possible to update the text in the window ?</description>
		<content:encoded><![CDATA[	<p>Is it possible to update the text in the window ?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
