Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1534 - Create Implementation bad inserts

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
swinefeaster Posted - Sep 08 2006 : 5:22:53 PM
Seems lately, when I write a new function in the header, and then I go Create Implementation, the stub is placed *inside* another function in my cpp.

Are you guys working on this issue?

:(
2   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 09 2006 : 4:29:42 PM
there was a case about this effect, but it was fixed in a recent build. from memory the problem was with "Encapsulate Field" when there was a line like:

void EmptyFunction()   { }


in the same class. the newly created accessor functions would be placed into the empty function. does this help pin down why this is going wrong for you?

does your cpp file have un-matched curly brackets that might be confusing VA?

can you try adding a couple of blank lines to the bottom of the file, so it does not end with } followed by EOF, and see if that makes a difference.

i use Create Implementation a lot in VS2005, C++, and i have not seen this problem since the early beta's.
jpizzi Posted - Sep 09 2006 : 12:47:24 AM
This is not happening for me. Which IDE? Is there anything the least bit unusual in the file where this happens? Is this repeatable? Is it happening for more than one header/cpp pair? More than one project?

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