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
 VAX Outline: unable to track to an empty region
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

schoenherr
Tomato Guru

Germany
160 Posts

Posted - Feb 14 2008 :  02:55:10 AM  Show Profile  Reply with Quote
VAX 1626:
the dragged item will be placed after the endregion statement

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Feb 14 2008 :  11:03:39 AM  Show Profile  Reply with Quote
This works correctly for me, using VS2005 and VA 1626 with C++. However it depends on where I drag the item in VA Outline. You need to look at the horizontal position of the dragged item.

Using this code:

static void dragThisIntoRegion() { }

#pragma region EMPTY_REGION

#pragma endregion EMPTY_REGION

If I simply drag the function then I see this:



Note that the dragged item is at the same "level" (horizontal indentation) as the start of the region. When I do this the item is placed after the end region line.

However if I drag it sideways, so that it is shown as a child (greater horizontal indentation) of the start region:



then it is placed inside the region.

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

schoenherr
Tomato Guru

Germany
160 Posts

Posted - Feb 15 2008 :  06:10:31 AM  Show Profile  Reply with Quote
you'r right feline
IMHO it horizontal indentation should have no influenze.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Feb 15 2008 :  09:35:38 AM  Show Profile  Reply with Quote
This was a little "odd", but thinking about it, this gives you more control for less dragging. If there are a lot of children underneath a node this allows you to quickly and easily move the items to below the child node, without having to drag down the list and position the item after the end of the parent node.

It depends on how complex your VA Outline tree is, and what you are trying to do.

zen is the art of being at one with the two'ness
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