#6168
joymonkey
Member

example :

echo ‘aaaabbbbcccc’;
echo ‘aaaabbbbcccc’;
echo ‘aaaabbbbcccc’;

in alpha 8 ——
When I press “Alt + left of mouse”
I can selected begin of lines or between ‘aaaa’ and ‘bbbb’ in “column mode”, and edit it

it’s like:

//echo ‘aaaabbbbcccc’;
//echo ‘aaaabbbbcccc’;
//echo ‘aaaabbbbcccc’;

or

echo ‘aaaa//bbbbcccc’;
echo ‘aaaa//bbbbcccc’;
echo ‘aaaa//bbbbcccc’;

I can selected and edited “Null Column”.

But :

in alpha 9 ——
it’s can’t! I wish to holding this function, it’s very convenient!
please try it, thank you! :-D