M
Michael G. Scott
In VC6, I used Ctrl+Shift+F8 (Table.ColumnSelect) all the time, to
select the characters in the same column locations in multiple rows all
the time. This doesn't work in .NET, and I haven't found the
replacement. Anyone know what that is?
As an example, lets say I have the following lines :
foo.bar.strYes = _T("Yes");
foo.bar.strNo = _T("No");
foo.bar.numEntries = 25;
If I want to remove the "bar." part, I could go to the first "bar.", and
press Ctrl+Shift+F8. I can then press my Right-Arrow key 4 times, then
the Down-Arrow key 2 times, to select all the instances, then press
<Delete> to remove them.
I sorely miss this abililty. Anyone know the replacement?
Michael
select the characters in the same column locations in multiple rows all
the time. This doesn't work in .NET, and I haven't found the
replacement. Anyone know what that is?
As an example, lets say I have the following lines :
foo.bar.strYes = _T("Yes");
foo.bar.strNo = _T("No");
foo.bar.numEntries = 25;
If I want to remove the "bar." part, I could go to the first "bar.", and
press Ctrl+Shift+F8. I can then press my Right-Arrow key 4 times, then
the Down-Arrow key 2 times, to select all the instances, then press
<Delete> to remove them.
I sorely miss this abililty. Anyone know the replacement?
Michael