Michal Puczynski
Ketchup Master
Poland
85 Posts |
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.
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
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. |
zen is the art of being at one with the two'ness |
Edited by - feline on Jun 07 2006 3:49:43 PM |
|
|