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 1422: "Repair Case" replacing float -> FLOAT
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

weshunt
Junior Member

USA
23 Posts

Posted - Sep 14 2005 :  4:25:04 PM  Show Profile
This has started happening to me since moving to the 1421 and 1422 build. I'm in native C++ code, BTW. When I type "float" right before any other text, when I hit space, it is replaced by "FLOAT":

float<space>asklfhasf // will replace with FLOAT (incorrect)

However, when I type float on a line by itself (or indeed, as long as there is a single character of whitespace to the right of the cursor) then it does not change to FLOAT (which is what I want):

float<space> asklfhasf // will not replace (correct)


Any ideas on how to make it stop doing this?

Thanks,
Wes

VA_X.dll file version 10.1.1422.0 built 2005.09.09
VAOpsWin.dll version 1.3.2.5
am files\\visual assist x\\\\VATE.dll version 1.0.4.2
DevEnv.exe version 7.10.3077.0
msenv.dll version 2.0.1881.0
Font: Courier New 13(Pixels)
Comctl32.dll version 6.0.2800.1643
WindowsNT 5.1 Build 2600 Service Pack 1
Single processor

Platform: Win32
Stable Includes:
C:\\develop\\library\\DIRECTX9\\inc;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src;
C:\\develop\\UnCommon\\code;

Other Includes:

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 15 2005 :  4:48:17 PM  Show Profile
odd, i cannot reproduce this. using your sample string i get a suggestion listbox containing both "float" and "FLOAT" but when i press space "float" is left as "float".

does this happen in all files? what if you make a new default project?

if you use VA's goto (alt-g) on FLOAT how many options do you get, and where are they? i get two:

C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\wtypes.h
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\windef.h

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

weshunt
Junior Member

USA
23 Posts

Posted - Sep 15 2005 :  5:44:58 PM  Show Profile
Ah, I used the wrong machine to paste me VAssist information. The machine that has the problem has a custom set of include directories. Yes, on this machine it does happen on an empty project. Here is my entire Win32 Console project:
int main() { foo = 1.f; }
type float<space> in front of foo and it gets changed to FLOAT. After typing the 't' in float, all suggestion boxes go away, but when I hit <space> it is changed to FLOAT. Alt-G on FLOAT shows it comes from:

C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\wtypes.h
C:\\develop\\library\\Xenon\\inc\\xbox\\windef.h

Here is my info for the machine that is messing up. I tried this on my other machine (that I posted my original settings for) and I get the same results as you.

VA_X.dll file version 10.1.1422.0 built 2005.09.09
VAOpsWin.dll version 1.3.2.5
am files\\visual assist x\\\\VATE.dll version 1.0.4.2
DevEnv.exe version 7.10.3077.0
msenv.dll version 2.0.2099.1
Font: Courier New 13(Pixels)
Comctl32.dll version 6.0.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
2 processors

Platform: Custom
Stable Includes:
C:\\develop\\UnCommon\\code;
C:\\develop\\library\\Xenon\\inc\\xbox;
C:\\develop\\library\\DIRECTX9\\inc;
C:\\develop\\library\\BINK;
C:\\develop\\library\\HAVOK3;
C:\\develop\\library\\Magma;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include;

Library Includes:
C:\\develop\\UnCommon\\code;
C:\\Program Files\\Microsoft Xbox 360 SDK\\Source\\crt;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src;

Other Includes:


Edited by - weshunt on Sep 15 2005 5:47:05 PM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 17 2005 :  2:18:37 PM  Show Profile
which rather suggests that there is something funny about the file

C:\\develop\\library\\Xenon\\inc\\xbox\\windef.h

are you in a position to post a copy of this .h? or is this part of a development kit that has many legal restrictions placed on the code?

if you use ALT-G to jump to the xbox definition of FLOAT what is the content of the line?

any other obvious differences between the two machines? plugins installed?

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