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
 VA Outline drag&drop
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Voivoid
New Member

Russia
6 Posts

Posted - Feb 04 2011 :  3:40:05 PM  Show Profile  Reply with Quote
Hello. Do not know whether this is a bug or a suggestion.

Consider the following code:

namespace Foo {
void Bar() {
}
}

In the VA Outline window I can drag the Bar implementation out of the Foo namespace into the global scope. And that is totally cool. But unfortunately I'm not able to drag Bar() back into Foo or to drag Bar() inside any other namespace or class

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 07 2011 :  4:31:51 PM  Show Profile  Reply with Quote
I cannot drag it back to this or other empty namespace/class. Is this the bug you are seeing? Or are you seeing something else?
Go to Top of Page

Voivoid
New Member

Russia
6 Posts

Posted - Feb 07 2011 :  5:12:14 PM  Show Profile  Reply with Quote
I cannot drag it to any namespace.

namespace Foo {
}

void Bar() {
}

Looks like there is no way to put the Bar function into the Foo namespace using VA Outline drag&drop. I don't know if this is a bug or it is implemented this way by design. Anyway I guess it would be usefull to have this feature
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 08 2011 :  02:55:21 AM  Show Profile  Reply with Quote
Is it working with this snippet on your side?

namespace foo
{
void test1();
}

void bar() {

}

I am able to move bar to this non-empty namespace.
Go to Top of Page

Voivoid
New Member

Russia
6 Posts

Posted - Feb 08 2011 :  04:03:28 AM  Show Profile  Reply with Quote
Yes, if the namespace is not empty everything works perfectly well
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 08 2011 :  2:12:09 PM  Show Profile  Reply with Quote
I have put in a bug report for this:

case=54945
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