T O P I C R E V I E W |
jdwiswall |
Posted - Mar 27 2014 : 2:23:22 PM My project is using http://msdn.microsoft.com/en-us/library/hh694604.aspx to define unit tests, which means writing:
namespace Project
{
TEST_CLASS(GroupName)
{
TEST_METHOD(TestName)
{
}
}
} The VA Outline pane only shows:
{} Project
TEST_CLASS(GroupName)
The outliner seems to treat them like methods instead. VA's other tools do correctly see them as classes and member methods, but not the outline view.
I'm on VA 10.8.2029.0. Thanks! |
11 L A T E S T R E P L I E S (Newest First) |
ChrisG |
Posted - Jun 18 2020 : 01:36:51 AM case=30076 is fixed in build 2380. https://support.wholetomato.com/default.asp?W404#2380 |
feline |
Posted - Aug 02 2019 : 10:54:41 AM Our problem is that we have more feature requests and bug reports than we can fix immediately, so we need to find some method to prioritise what we do. How many people have expressed an interest in something is one of the factors that we take into consideration, along with how complex the change will be.
Recently adding support for Visual Studio 2019 has been a major focus, for obvious reasons. We still have some work to do here as well. As a result this being down as high priority has not made that much difference. Also very few of our users have reported being bothered by this problem. It is still a bug, and yes, it does need to be fixed, but somehow we have to balance this with other bugs that are effecting more users. |
schoenherr |
Posted - Aug 01 2019 : 07:42:41 AM I know about the Alt-M feature but it doesn't help with collapsing/reordering functions etc. What about the "high priority". I don't think that few users have this problem. I personally know about the problem for years. But I just now spent the time to search the forum. VAX is intended to improve the workflow of developers (which it does in a great way) and analyzing/reporting a problem takes time. So no one reports all problems and very few report problems that can be bypassed. Never-less such problems intercept the workflow.
best regards m.schoenherr |
feline |
Posted - Jul 31 2019 : 09:26:08 AM Unfortunately still no progress to report on this.
For now, if you set:
VA Options -> Display -> Display VA Navigation Bar: Occurrence / Alphabetical sort of methods in dropdown
to Occurrence then the Alt-M list of methods in the current file will be in file order. Not the same as VA Outline, but hopefully helpful when you are navigating though your code.
Very few of our users are encountering and reporting this problem, so it is not considered so urgent, but we have not forgotten about it. |
schoenherr |
Posted - Jul 29 2019 : 10:04:11 AM One year later ... still the same :-( |
accord |
Posted - Jun 20 2018 : 11:43:35 PM The issue has a high priority, but unfortunately we didn't get to this yet |
schoenherr |
Posted - Jun 18 2018 : 05:28:39 AM additional info: even va_stdafx.h is not helping |
schoenherr |
Posted - Jun 18 2018 : 05:08:28 AM seem's to be still a too low priority :( |
accord |
Posted - Sep 07 2017 : 1:54:21 PM I've increased the priority of this for you, hopefully it will help a little bit. |
schoenherr |
Posted - Sep 06 2017 : 02:31:58 AM this very old issue is still present. any news on this |
accord |
Posted - Mar 27 2014 : 9:03:09 PM I am seeing the same effect here. Thank you for the clear description.
case=30076 |