At my old job we used TextPad as a text editor and it had a really nice feature
where the cursor would move to the same 'x' position when you moved up or down a
line.  This was good if you were trying to change:

class.member1();
class.member2();

with

class->member1();
class->member1();

or something similar.  You would move the cursor to the '.', press '-', '>', and
del then arrow down one line and type the same thing.

In PSPad the x position doesn't change when moving lines so you would have to
edit the first line, move down, move back and edit again.

Does anyone know what this feature is called and if PSPad supports it?

-- 
<http://forum.pspad.com/read.php?2,47649,47649>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem