Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1715: List of methods shows parenthesis

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
xMRi Posted - Feb 24 2009 : 09:22:16 AM
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();
...

4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jan 24 2011 : 4:09:32 PM
case=3721 is fixed in build 1840
feline Posted - May 31 2010 : 6:22:44 PM
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.
xMRi Posted - May 31 2010 : 06:29:28 AM
*ping*
What about this case?

I still see the problem in build 1822!
accord Posted - Feb 25 2009 : 5:07:23 PM
I am seeing the same effect here. Thank you for the clear description.

case=3721

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000