<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx</link><description>I wasn’t aware of box selection which has been in Visual Studio for some time now until I viewed this video for what is coming up with Visual Studio 2010.&amp;#160; The video shows off some additional multiline editing functions added in 2010. All I have</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9797245</link><pubDate>Mon, 22 Jun 2009 11:11:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9797245</guid><dc:creator>Stefan</dc:creator><description>&lt;p&gt;I can't get this to work, using VS2010 Beta 1 Version 10.0.20506.1&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9797613</link><pubDate>Mon, 22 Jun 2009 16:13:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9797613</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;I can think of any number of times where that would have saved me a great deal of time on a project. I'm definitely looking forward to it.&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9799052</link><pubDate>Tue, 23 Jun 2009 11:44:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9799052</guid><dc:creator>george</dc:creator><description>&lt;p&gt;awesome, I never realized i could box delete in 2008!!&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9800014</link><pubDate>Tue, 23 Jun 2009 21:49:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9800014</guid><dc:creator>ram</dc:creator><description>&lt;P&gt;I have one comment from the box selection video. I saw in the end when printing all the pens after the copy &amp;amp; paste of all the pen variable we had to manually delete all the semi colons. Because I love the fact that we now have box editing, box inserting, box pasting but we still have to do some tasks manually if the content is not similar or rectangular.&lt;/P&gt;
&lt;P&gt;My request is why don't the Visual studio team has a search &amp;amp; replace on the box selections. This would cover most of the scenarios and better end to end editing without any manual work. This would be even batter in cases where we are editing huge documents&lt;/P&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9800449</link><pubDate>Wed, 24 Jun 2009 02:10:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9800449</guid><dc:creator>VSEditor</dc:creator><description>&lt;p&gt;@Stefan:&lt;/p&gt;
&lt;p&gt;As you've noticed, this feature isn't in VS 2010 Beta1. &amp;nbsp;We implemented it after Beta1 was released, largely because of customer feedback from people who used box selection in previous versions and missed it in VS 2010. &amp;nbsp;You'll be able to play with this feature and everything you see in the video in the next release of VS 2010.&lt;/p&gt;
&lt;p&gt;@ram:&lt;/p&gt;
&lt;p&gt;It's true that some tasks still need to be done manually or with a macro if the content isn't rectangular. &amp;nbsp;But we actually do have the ability to search and replace in selections, including box selections. &amp;nbsp;Another user commented on this when I posted this video on the VS Editor team blog (link below), and I wish I had thought to use it to delete the semicolons. &amp;nbsp;To use this feature in VS 2008 or 2010, you can just make a selection, box or otherwise, then press Ctrl+F to bring up Find. &amp;nbsp;The &amp;quot;Look in:&amp;quot; dropdown will default to &amp;quot;Selection&amp;quot;, and you can do a find or find/replace just in your selection.&lt;/p&gt;
&lt;p&gt;Thanks for the comments, everyone! &amp;nbsp;I designed this feature, so if you have more feedback on it, I'd love to hear it :-)&lt;/p&gt;
&lt;p&gt;Brittany Behrens&lt;/p&gt;
&lt;p&gt;Program Manager, VS Platform&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vseditor"&gt;http://blogs.msdn.com/vseditor&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9804673</link><pubDate>Fri, 26 Jun 2009 06:05:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9804673</guid><dc:creator>VSEditor</dc:creator><description>&lt;p&gt;@Stefan -&lt;/p&gt;
&lt;p&gt;This post doesn't mention it, but this feature was implemented after Beta1 shipped, largely in response to feedback from people who used box selection in VS 2008 and missed it in VS 2010 Beta1. &amp;nbsp;You'll be able to play with it and do everything shown in the video in the next release of VS 2010.&lt;/p&gt;
&lt;p&gt;@ram -&lt;/p&gt;
&lt;p&gt;You're right that there will still be some tasks that require manual editing or a macro, especially when text doesn't quite line up. &amp;nbsp;However, we actually do have the ability to use find and replace in a selection, including box selection, and I wish I had thought to use it in this demo. &amp;nbsp;To see it in action in VS 2008 or 2010, just make a selection (box or otherwise) and press Ctrl+F or Ctrl+H to bring up the Find or Replace dialog. &amp;nbsp;The &amp;quot;Look in:&amp;quot; box will default to &amp;quot;Selection,&amp;quot; and you can then search and/or replace in the selection you've made.&lt;/p&gt;
&lt;p&gt;Thanks to everyone for the feedback - I designed this feature for VS 2010, so I'd love to hear any other thoughts you have. &amp;nbsp;Comments are welcome here or on the VS Editor blog at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vseditor"&gt;http://blogs.msdn.com/vseditor&lt;/a&gt;, where this demo video was first posted.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;p&gt;Brittany Behrens&lt;/p&gt;
&lt;p&gt;Program Manager, VS Editor&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vseditor"&gt;http://blogs.msdn.com/vseditor&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9805990</link><pubDate>Sat, 27 Jun 2009 00:20:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9805990</guid><dc:creator>Adam</dc:creator><description>&lt;p&gt;This is straight from UltraEdit's Column Mode.... nice. Finally I don't have to copy and paste between UE and VS.&lt;/p&gt;</description></item><item><title>re: Box Selections and Multi-Edit in Visual Studio 2010</title><link>http://blogs.msdn.com/coding4fun/archive/2009/06/21/9797162.aspx#9838328</link><pubDate>Sat, 18 Jul 2009 08:20:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9838328</guid><dc:creator>Cron</dc:creator><description>&lt;p&gt;Nice. Box selection will surely save me a lot of time.&lt;/p&gt;</description></item></channel></rss>