Automatic completion: Fix variable detection in PROPERTY...USE syntax.
[DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix variable detection in PROPERTY...USE syntax.
This commit is contained in:
parent
b7cf250746
commit
f11f56a5df
2 changed files with 354 additions and 338 deletions
File diff suppressed because it is too large
Load diff
|
@ -874,6 +874,7 @@ Private Sub ScanClass(hModule As Object, cSymbol As Collection, bModule As Boole
|
|||
If aSym[aSym.Count - 2] == "USE" Then
|
||||
sName = aSym[aSym.Max]
|
||||
hSymbol2 = hSymbol.Copy()
|
||||
hSymbol2.Kind = If(IsUCase(sKind), "V", "v")
|
||||
hSymbol2.Name = sName
|
||||
hSymbol2.LineNumber = hSymbol.LineNumber
|
||||
hSymbol2.NotPublic = True
|
||||
|
|
Loading…
Reference in a new issue