coolman Messages: 119 Registered: April 2006 Location: Czech Republic
Experienced Member
Hi,
I have a problem with assist++ and command "using namespace XXX;".
When the source file contains this command and header file contain fully qualified name (with the scope resolution operator ::) assist++ doesn't work. Is it a known problem?
E.g. When the project is loaded in the IDE, the function UserDataSelect() contains album_url (WithDropChoice<EditString> - defined in the Rajce.lay). And I'm not able to execute Assist to see methods (alt+space or automatically with dot written). When the Rajce.h is updated with 'using namespace Upp;' and scope resolution operator UPP:: is removed, Assist works correctly.
Is it sufficient test case? Is it properly written source code? Should I create different one?