Hi,
I’m facing strange issue with Corona Editor 1.0 (with ST 3059).
How to reproduce:
- 
Type display.newImage 
- 
Notice autocomplete with 3 items - newImage(), newImageGroup(), newImageRect() 
- 
Select newImageRect() and hit enter 
- 
Expected result: display.newImageRect() 
- 
Actual result: newImageRect() 
In short I get “newImageRect()” but expect “display.newImageRect()”
How can I fix that?
