| XChickenJunior Member
 
   
 
                China11 Posts
 | 
                    
                      |  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? ^_^
 |  |