Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 1561 create declaration issue
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Maximus
Starting Member

1 Posts

Posted - Nov 13 2007 :  10:53:28 AM  Show Profile  Reply with Quote
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.

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Nov 13 2007 :  1:05:52 PM  Show Profile  Reply with Quote
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

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 03 2013 :  2:05:30 PM  Show Profile  Reply with Quote
case=6593 is fixed in build 1940
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 25 2013 :  4:39:30 PM  Show Profile  Reply with Quote
case=6593 nested namespace issue is fixed in build 2001.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000