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
 VAX 1428: ctor + initializer = confusion
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2322 Posts

Posted - Oct 19 2005 :  5:26:18 PM  Show Profile
class MyClass
{
public:
	MyClass() : m_var(0)
	{
	}
private:
	int m_var;
};


Here, the HCB shows the ctor of this class as
MyClass() : m_var(0)


willdean
Tomato Guru

134 Posts

Posted - Oct 20 2005 :  08:19:08 AM  Show Profile
Possibly related to this, there's no parameter help for ctors in 1428.

e.g.

CFileDialog dlg([CURSOR_HERE]
ctrl-space then offers

'class CFileDialog : public CCommonDialog' in the tool-tip, rather than the parameters for the CFileDialog ctor.

But 1428 seems much more stable here, which is a good thing...
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
19014 Posts

Posted - Oct 22 2005 :  11:39:41 AM  Show Profile
Uniwares, i get the same thing

case=853


willdean, i get the same thing. the work around for now is to turn on:

VA Options -> text editor -> listboxes -> get content from default intellisense

case=854

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