Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA Outline drag&drop

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
Voivoid Posted - Feb 04 2011 : 3:40:05 PM
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
5   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Feb 08 2011 : 2:12:09 PM
I have put in a bug report for this:

case=54945
Voivoid Posted - Feb 08 2011 : 04:03:28 AM
Yes, if the namespace is not empty everything works perfectly well
accord Posted - Feb 08 2011 : 02:55:21 AM
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.
Voivoid Posted - Feb 07 2011 : 5:12:14 PM
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
accord Posted - Feb 07 2011 : 4:31:51 PM
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?

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