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
 Intellisense problems w/ build 1289
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mikeshep
New Member

United Kingdom
2 Posts

Posted - Jan 03 2005 :  1:03:30 PM  Show Profile
Hi,

Can't get Intellisense to work very well with our codebase since upgrading from (I think) 1246. Contrived snippet of code follows that shows the kind of thing we're seeing. Will be going back to 1246 later this week as a sanity check...

#include "stdafx.h"

+++++++ Contrived Code ++++++++
namespace NSOUTER
{
namespace NSINNER
{
enum TFruits
{
fruitOrange,
fruitApple
};

enum TFruits1
{
fruit1Banana,
fruit1Pear
};

void MakeFruit ( )
{
// Typing 'TF' displays (TFruit,TFruit1) with question mark icon
// Typing 'NS' displays both namespaces with question mark icon
// Typing 'NSINNER::' gets all the Intellisense correctly
}
}
}

------- Contrived Code --------

stdafx.h is the standard console mode appwizard generated file. Using VS.Net 2003 on WinXP SP2 (English/UK locale).

Anybody else seen this kind of behaviour?

Thanks,
Mike :>)

mikeshep
New Member

United Kingdom
2 Posts

Posted - Jan 03 2005 :  2:07:25 PM  Show Profile
Should have mentioned - the problem observed with the contrived code isn't that major (it just puts up the wrong icon for the symbols in the Intellisense popup) but is symptomatic of the problems we see with our codebase where Intellisense only displays a subset of the available symbols in some cases but generally works OK if a fully qualified symbol name is used.

Mike :>)
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jan 04 2005 :  09:39:01 AM  Show Profile
there are actually two different types of listbox involved.

the ones with question mark icons used to have tomato icons, and are suggestion listboxes:
http://www.wholetomato.com/products/features/suggestion.html?more=yes
by design these will never show you all of the symbols, only VAX's educated guess at what you are currently typing. normally these are quite accurate and save me a load of typing

in contrast the ones will "proper" icons and all of the items are completion listboxes:
http://www.wholetomato.com/products/features/members.html?more=yes

hopefully this helps to explain what you are seeing. by the sounds of it VAX is actually behaving correctly. you just have to know what it is doing for this to make sense

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