Hi,

I'm using QtCreator 2.2.0 on windows.

Anyone get this to work:

Qt Code:
  1. using aspace::bspace::MyClass;
To copy to clipboard, switch view to plain text mode 

If I start typing MyClass I get the option to choose the header's define, but not MyClass.

Same thing happens with:
Qt Code:
  1. using std::string;
To copy to clipboard, switch view to plain text mode 
where as this will autocomplete:
Qt Code:
  1. using namespace std;
  2. using namespace aspace::bspace;
To copy to clipboard, switch view to plain text mode