Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 looses arguments

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
Michal Puczynski Posted - Jun 07 2006 : 05:40:15 AM
When suggesting set of arguments for method during definition, VA looses arguments that have default values. The problem occurs in the following declaration:

class XXXX
{
...
bool GetGisGfx(UINT nObjectId, CString strUrl, CString &strLocation,
LPCTSTR strUser = _T(""), LPCTSTR strPass = _T(""));
...
};

bool XXXX::GetGisGfx(-> suggestion is:
UINT nObjectId, CString strUrl, CString &strLocation,
LPCTSTR strUser /* = _T */

so both ("") are lost and last argument is lost.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 25 2013 : 4:36:24 PM
case=1248 is fixed in build 2001.
feline Posted - Jun 07 2006 : 3:48:37 PM
i am seeing the same thing here

case=1248

the problem is not as bad in the 15xx version if you use the new refactoring tool Create Implementation, but it is still not perfect.

this version should be available on public beta in the next few days.

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