Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1561 create declaration issue

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
Maximus Posted - Nov 13 2007 : 10:53:28 AM
I have a problem that wasn't there some build before. When using refactor-create declaration from some class function it adds class name before method e.x.
CPP file:

namespace 1{
namespace 2{
int class1::DoSmth()
{
}//Now select refactor::create declaration
}
}
=>
In header file:
namespace 1{
namespace 2{
class class1
{
int class1::DoSmth();<=This is what refactoring has created
}
}
}

This behavior is observed only when namespaces are used. And as for me this is not in any case critical bug, but I am not advanced in Visual studio macros so expect You can help with fixing it.
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 25 2013 : 4:39:30 PM
case=6593 nested namespace issue is fixed in build 2001.
support Posted - Jun 03 2013 : 2:05:30 PM
case=6593 is fixed in build 1940
feline Posted - Nov 13 2007 : 1:05:52 PM
I am seeing the same effect here. Thank you for the clear description. This is a bug with VA which is on our list of things to fix.

case=6593

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