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
 1715: List of methods shows parenthesis
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

xMRi
Tomato Guru

Germany
315 Posts

Posted - Feb 24 2009 :  09:22:16 AM  Show Profile  Reply with Quote
I have a lot of ATL code.

Like this:

class ATL_NO_VTABLE CMyClass : 
	public CObject,
	public CComObjectRootEx<CComSingleThreadModel>,
	public IDispatchImpl<X, &Y, &Z, /*wMajor =*/ 1, /*wMinor =*/ 0>
{
...
// Implementation
	STDMETHOD(Goto)(BSTR bstrLabel);	
	STDMETHOD(Exit)();	
	STDMETHOD(get_Fields)(BSTR pszName, VARIANT *pVal);        
	STDMETHOD(put_Fields)(BSTR pszName, VARIANT newVal);        
	STDMETHOD(ClearHistory)();	
...
};


If i press ALT+M I the thatthere is always a missing open parenthesis at the end of the symbol:

MyNameSpace::CMyClass::Goto);
MyNameSpace::CMyClass::Exit);
...


Should be

MyNameSpace::CMyClass::Goto();
MyNameSpace::CMyClass::Exit();
...


Martin Richter [rMVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 25 2009 :  5:07:23 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=3721
Go to Top of Page

xMRi
Tomato Guru

Germany
315 Posts

Posted - May 31 2010 :  06:29:28 AM  Show Profile  Reply with Quote
*ping*
What about this case?

I still see the problem in build 1822!

Martin Richter [rMVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming

Edited by - xMRi on Jun 01 2010 02:07:28 AM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - May 31 2010 :  6:22:44 PM  Show Profile  Reply with Quote
Unfortunately this is still in our list of things to fix. I have just increased the priority on this for you, hopefully that will help a bit.

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

support
Whole Tomato Software

5566 Posts

Posted - Jan 24 2011 :  4:09:32 PM  Show Profile  Reply with Quote
case=3721 is fixed in build 1840

Whole Tomato Software, Inc.
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