Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX / Surround-Sel-On broken by VC6 Brief emu?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Jim Spriggs
New Member

Germany
3 Posts

Posted - Jun 30 2004 :  09:11:03 AM  Show Profile
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

support
Whole Tomato Software

5566 Posts

Posted - Jun 30 2004 :  1:06:10 PM  Show Profile
Workaround is not use the "Surround with *" feature.

We can reproduce the problem.

case=148

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000