bug fix issue #77

This commit is contained in:
Бондарев Иван 2016-02-06 13:57:44 +01:00
parent 30430389fb
commit b2c2b4a4a8

View file

@ -822,7 +822,7 @@ namespace CodeCompletion
}
else names.Add(ss);
}
else
else if (members != null)
foreach (SymScope ss in members)
if (string.Compare(ss.si.name, name, !CodeCompletionController.CurrentParser.LanguageInformation.CaseSensitive) == 0)
if (ss.loc != null && loc != null && check_for_def && cur_line != -1 && cur_col != -1)