Bug? IDE not showing all references of a global list

JohnC

Expert
Licensed User
Longtime User
Running B4A 13.0 (64-bit)

I have a List "GPSMarkers" declared in the "Blacktop" code module:

CodeModule-List.png


I reference multiple-times this list in an activity "Maps" as shown below:

Activity-List.png


But, when I do a "Find All References" on the GPSMarkers list, the references for it in the "Maps" activity do NOT appear in the reference list:

FAR-MissingList.png
 

JohnC

Expert
Licensed User
Longtime User
(you can delete this bug, it was caused because there was an code error in the Maps activity, once that was fixed, then the Maps reference appeared)
 
Top