git-svn-id: svn://ultimatepp.org/upp/trunk@8492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-31 06:58:19 +00:00
parent e4843fc17a
commit 89cb8ad03c

View file

@ -462,6 +462,9 @@ void AssistEditor::Assist()
else {
GatherItems(parser.current_scope, false, in_types, true);
Index<String> in_types2;
Vector<String> usings = Split(parser.context.namespace_using, ';');
for(int i = 0; i < usings.GetCount(); i++)
GatherItems(usings[i], false, in_types2, true);
GatherItems("", false, in_types2, true);
}
}