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
 Build 1244 available
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

support
Whole Tomato Software

5566 Posts

Posted - Jul 06 2004 :  12:43:36 PM  Show Profile
http://www.wholetomato.com/downloads/VA_X_Setup1244.exe

You can install build 1244 with or without a reset of VS.NET. If you reset, you get two minor fixes:
1. No longer hijack entries, of other Add-ins, meant for Tools menu.
2. Navigation commands Alt+Left and Alt+Right are exposed so they can be assigned.

We do not expect to force a reset of VS.NET in the near future.

Fixes are described at:
http://www.wholetomato.com/support/history.html

No changes to code templates in build 1244.

Whole Tomato Software, Inc.

Edited by - support on Jul 10 2004 11:20:56 PM

kust75
Starting Member

1 Posts

Posted - Jul 09 2004 :  12:33:02 PM  Show Profile
D'ont parsed:

Example:

// bug1.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <vector>

int main(int argc, char* argv[])
{

typedef std::vector<int> IntVec;

IntVec myvec;
myvec.push_back(1); // Ok

typedef class std::vector<int> IntVec1;

IntVec1 myvec1;

myvec1.push_back(1); // ???


return 0;
}
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jul 09 2004 :  1:44:09 PM  Show Profile
VA X is unable to parse the definition with "typedef class".

Try enabling "Prefer default Intellisense" on the Completion node of our options dialog.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000