This is the twenty-second in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. I’ve already covered some of the code editor improvements in the VS 2010 release. In particular, I’ve blogged about the Code Intellisense Improvements Read More......(read more)
This is the twenty-second in a series of blog posts Im doing on the VS 2010 and .NET 4 release. Ive already covered some of the code editor improvements in the VS 2010 release. In particular, Ive blogged about the Code Intellisense Improvements, new Code Searching and Navigating Features, HTML, ASP.NET and JavaScript Snippet Support, and improved JavaScript Intellisense. Todays blog post covers a small, but nice, editor improvement with VS 2010 the ability to use Box Selection...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]
Box Selection
Box selection is a feature that has been in Visual Studio for awhile (although not many people knew about it). It allows you to select a rectangular region of text within the code editor by holding down the Alt key while selecting the text region with the mouse. With VS 2008 you could then copy or delete the selected text.
VS 2010 now enables several more capabilities with box selection including:
Text Insertion: Typing with box selection now allows you to insert new text into every selected line
Paste/Replace: You can now paste the contents of one box selection into another and have the content flow correctly
Zero-Length Boxes: You can now make a vertical selection zero characters wide to create a multi-line insert point for new or copied text
These capabilities can be very useful in a variety of scenarios. Some example scenarios: change access modifiers (private->public), adding comments to multiple lines, setting fields, or grouping multiple statements together.
Great 3 Minute Box-Selection Video Demo
Brittany Behrens from the Visual Studio Editor Team has an excellent 3 minute video that shows off a few cool VS 2010 multi-line code editing scenarios with box selection:
Watch it to learn a few ways you can use this new box selection capability to optimize your typing in VS 2010 even further:
as seen on Dot net Slackers
- Search for 'Dot net Slackers' 983279 ... The VisualStudio development environment crashes when you open VisualStudio 2005, VisualStudio 2008, or VisualStudio 2010This RSS feed provided by kbAlerz.com.Visit kbAlertz.com to
subscribe. It's 100% free and you'll be able to recieve e-mail or RSS updates for the technologies…
>>> More
as seen on Dot net Slackers
- Search for 'Dot net Slackers' 983279 ... The VisualStudio development environment crashes when you open VisualStudio 2005, VisualStudio 2008, or VisualStudio 2010This RSS feed provided by kbAlerz.com.Visit kbAlertz.com to
subscribe. It's 100% free and you'll be able to recieve e-mail or RSS updates for the technologies…
>>> More
as seen on Stack Overflow
- Search for 'Stack Overflow' Hi,
At work I just started using subversion with ankhsvn instead of visual source safe. I managed to integrate it well enough but it doesn't seem the same.
Using VSS the following would happen:
A user check out a file by right clicking and selecting "check out" or by editing it. If another user…
>>> More
as seen on Internet.com
- Search for 'Internet.com' With Tabs Studio the user is able to better manage all open documents in VisualStudio, grouped and organized most efficiently. This VisualStudio add-in supports the latest VS versions and will especially come handy when you open many tabs at once.
>>> More
as seen on Developer IT
- Search for 'Developer IT' In the past two years, I have been developing .NET from my MacBook by running Windows XP into VM Ware and more recently into Virtual Box from OS X. This way, I could install VisualStudio and be able to work seamlessly.
But, this way of working has a major down side: it kills the battery of my laptop……
>>> More
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu' I realize there are dozens of "apt-get update: failure to fetch" questions (I read through all I could find), but my present circumstance is unique to 12.04 and it affects all sources; not just launchpad. Additionally, I've tried several different servers in Europe and the U.S. as well as the "main…
>>> More
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu' I realize there are dozens of "apt-get update: failure to fetch" questions (I read through all I could find), but my present circumstance is unique to 12.04 and it affects all sources; not just launchpad. Additionally, I've tried several different servers in Europe and the U.S. as well as the "main…
>>> More
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs' The .NET Framework version 4 includes enhancements for ASP.NET 4 in targeted areas. Visual Studio 2010 and Microsoft Visual Web Developer Express also include enhancements and new features for improved Web development. This document provides an overview of many of the new features that are included…
>>> More
as seen on Simple Talk
- Search for 'Simple Talk' By now you may well have noticed that .NET Reflector 6 and .NET Reflector Pro are out in the wild. The official launch happened today, although we actually put the software out last Thursday as part of a phased release plan to ensure that everything went smoothly today which, so far, it seems to have…
>>> More
as seen on Server Fault
- Search for 'Server Fault' I installed Redmine and run it in Apache2 with the Passenger module.
Apache2 boots, Passenger module gets loaded and the Redmine welcome page is shown, however when trying to login or navigate to other parts of the Redmine site, the browser keeps loading and loading and loading forever, although the…
>>> More