views:

37

answers:

2

the title says it all, does anyone know a way to remove for example charater 10 to 20 in every new line?

For example:

original line:

<div id="dot"><a id="69149d5ac2-3"  href="

Must look like:

<div id="dot"><a href="
+1  A: 

Hold down Alt and drag with mouse. Then hit Delete. Done!

alt text

This works in a handful of apps: Visual Studio 2010, Word, and more.

p.campbell
A: 

You could also use Macros. but p.campbell's method is awesome.

Auxiliary