Jim Spriggs
New Member
Germany
3 Posts |
Posted - Jun 30 2004 : 09:11:03 AM
|
Hi Guys,
Problem: working in Brief-Emulation mode, the original selection is left in-place, followed by the surrounded-selection.
E.g., start with:
strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl;
Select both lines (HOME, ALT-A, DOWN_ARROW, DOWN_ARROW), then press '*',result is:
strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl; /* strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl; */
Now select just the 4-line comment-block as shown above, the (total) result is:
strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl; /* strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl; */ strHello.LoadString(IDS_HELLO); cout << (LPCTSTR)strHello << endl;
The problem does not occur if the editor is in "Developer Studio" mode.
Any work-around / fix on the horizon (other than not using Brief mode, ho, ho ho ;-)?
VA_X.dll file version 10.0.1237.0 VAOpsWin.dll version 1.0.0.44 MSDev.exe version 6.0.9782.2 Devshl.dll version 6.0.9782.0 Devedit.pkg version 6.0.9782.0 Font: Lucida Console 13(Pixels) Comctl32.dll version 5.82.2800.1106 WindowsNT 5.1 Build 2600 Service Pack 1 Single processor
|
jim |
|