mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e4843fc17a
commit
89cb8ad03c
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue