Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1522: Minor bug in "Add member"

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
o2a Posted - Jun 12 2006 : 07:00:18 AM
First I want to say: "Yay! C++ refactoring finally! So much to play with :)" Ahem.
Second, a minor bug:

I have a class with a #ifdef-conditional part at it's end:

class Test
{
#ifdef _DEBUG
   int x;
#endif 
}


If I use the "Add member" refactoring on this class, the new member
is added inside the #ifdef-section instead of behind it.


class Test
{
#ifdef _DEBUG
   int x;
   int new_member;
#endif 
}

1   L A T E S T    R E P L I E S    (Newest First)
rhummer Posted - Jun 12 2006 : 09:45:45 AM
I'm seeing the same results.

case=1275

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