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
 1534:Maybe A little problem with VA Comment
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

XChicken
Junior Member

China
11 Posts

Posted - Sep 03 2006 :  11:40:27 PM  Show Profile  Reply with Quote
IDE:VS2005
when I choose VA:<<Surround selection on / * ( { and #>>
and I comment the code like this:

m_list.DeleteAllItems();
while(m_list.DeleteColumn(0));
m_list.ModifyStyle(0,LVS_REPORT);
m_list.InsertColumn(0,_T("ProcessID"),LVCFMT_LEFT,80);

when I select all the code section from m_list.DeleteAllItems() to ...LVCFMT_LEFT, 80); and I press hotkey "/"
the comment always comments the line above the m_list.DeleteAllItems();

Is it an odd thing? ^_^

jpizzi
Tomato Guru

USA
642 Posts

Posted - Sep 04 2006 :  12:08:14 AM  Show Profile  Reply with Quote
How are you making the selection? If I past this code into one of my files and use the mouse to select the entire lines (by dragging in the left margin), it works just fine.

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