Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1534:Maybe A little problem with VA Comment

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
XChicken Posted - Sep 03 2006 : 11:40:27 PM
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? ^_^
1   L A T E S T    R E P L I E S    (Newest First)
jpizzi Posted - Sep 04 2006 : 12:08:14 AM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000