Problem with autocomplete

Hi,

I’m facing strange issue with Corona Editor 1.0 (with ST 3059).

How to reproduce:

  1. Type display.newImage

  2. Notice autocomplete with 3 items - newImage(), newImageGroup(), newImageRect()

  3. Select newImageRect() and hit enter

  4. Expected result: display.newImageRect()

  5. Actual result: newImageRect()

In short I get “newImageRect()” but expect “display.newImageRect()”

How can I fix that?

Having the same problem. and i couldn’t find the files that i think could fix this problem =p (i not good on this)

http://forums.coronalabs.com/topic/42364-setting-preferences-in-corona-editor-10/?p=224478

This Fixes the problem

Thanks, it worked! Just for any further reference, setting

“corona_sdk_complete_periods”: false

solved my issue.

Having the same problem. and i couldn’t find the files that i think could fix this problem =p (i not good on this)

http://forums.coronalabs.com/topic/42364-setting-preferences-in-corona-editor-10/?p=224478

This Fixes the problem

Thanks, it worked! Just for any further reference, setting

“corona_sdk_complete_periods”: false

solved my issue.