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 "using" bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Esone
Tomato Guru

Russia
115 Posts

Posted - May 08 2007 :  05:20:01 AM  Show Profile  Reply with Quote
void someFun1()
{
using someSymbol;
}

void someFun2()
{
}

In this snippet, VA Outline treats someFun2 as sub-item of someFun1.

Esone
Tomato Guru

Russia
115 Posts

Posted - May 08 2007 :  06:02:19 AM  Show Profile  Reply with Quote
Another snippet:

namespace someNamespace
{
void someFun0()
{
{
using std::string;
}
}

void someFun1()
{
}
}

void someFun2()
{
}

Here 3 issues:
1) using is not displayed in VA Outline
2) VA Outline treats sumFun1 as a sub-item of sumFun0
3) VA Outline treats sumFun2 as a member of someNamespace
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 08 2007 :  08:38:38 AM  Show Profile  Reply with Quote
The first post, I am seeing the same thing

case=6454

The second post, this looks like a combination of case=6452 and case=6454

The using statement not being shown, I would say that is correct, since normally Live Outline does not show me things inside functions.

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

holedigger
Whole Tomato Software

145 Posts

Posted - May 08 2007 :  1:22:17 PM  Show Profile  Reply with Quote
Esone, do you want to see using statements within functions? I'm inclined to remove these from the tree.

Whole Tomato Software
Go to Top of Page

Esone
Tomato Guru

Russia
115 Posts

Posted - May 08 2007 :  1:43:38 PM  Show Profile  Reply with Quote
quote:
Originally posted by holedigger

Esone, do you want to see using statements within functions? I'm inclined to remove these from the tree.



I think that we should see nothing inside the functions, since it is not any informative. I guess that now we see "using" statements inside functions because of the already submitted error, and it will be fixed.

Right, feline?
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 09 2007 :  08:42:40 AM  Show Profile  Reply with Quote
This is what I am expecting to happen, certainly using statements inside functions showing up looks like an error to me.

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

support
Whole Tomato Software

5566 Posts

Posted - May 30 2007 :  11:59:48 PM  Show Profile  Reply with Quote
fixed in build 1557

Edited by - support on May 31 2007 12:38:27 AM
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