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
 missing tooltips and missing intellisense
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

daniel.hampe
Junior Member

Germany
21 Posts

Posted - Jul 13 2006 :  4:02:44 PM  Show Profile  Reply with Quote
Hello,

since I am using Visual Studio 2005 with C++/CLI I noticed some odd behavior of VA X.

1) Missing tooltips of abstract classes
If I have an abstract class, VA X does no have all the info about this class and its members.
-> Abstract classes are underlined as wrong symbols (not anytime, but often)
-> Intellisense does not bold the non-inherited members
-> I only get tooltips if I hover over a symbol of an abstract class. But there are no tooltips which describe a method's signature if I hit Shift+Ctrl+Space inside of brackets...
public ref class MyClass abstract
{
public: 
    static void DoStuff(int x) {}
};

int main(void)
{
    MyClass::DoStuff(|) // (Cursor) - no tooltips on Shift+Ctrl+Space
}


If I remove the abstract keyword, VA X has all the info I expect.
public ref class MyClass
{
public: 
    static void DoStuff(int x) {}
};



2) Missing Intellisense of native types
If I have an integer variable, I don't get intellisense support for that.

daniel.hampe
Junior Member

Germany
21 Posts

Posted - Jul 13 2006 :  4:09:42 PM  Show Profile  Reply with Quote
Example for (2) Missing Intellisense of native types:
int i = 0;
i.| // No Intellisense is shown


If I disable VA X or if I check "Get content from default intellisense", tooltips and intellisense work as expected (in scope of the described problems) but I dont wan't to disabel VA X intellisense, because default intellisense is not available lots of times.

Regards
Daniel

______________________________________________
VA_X.dll file version 10.2.1446.0 built 2006.05.31
Licensed to:
VA X: [email protected] (2-user license) Support ends 2006.09.08
VA.NET 7.1:
VAOpsWin.dll version 1.3.2.4
VATE.dll version 1.0.4.14
DevEnv.exe version 8.0.50727.42
msenv.dll version 8.0.50727.42
Font: Courier New 12(Pixels)
Comctl32.dll version 6.0.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
Single processor

Platform: Win32
Stable Includes:
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\PlatformSDK\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\SDK\\v2.0\\include;

Library Includes:
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\mfc;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\mfcm;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\atl;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\crt\\src;

Other Includes:

Go to Top of Page

jpizzi
Tomato Guru

USA
642 Posts

Posted - Jul 14 2006 :  01:45:05 AM  Show Profile  Reply with Quote
Sounds just like http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4647&SearchTerms=abstract

On the list to fix....

Joe Pizzi
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