There’s a bug in Corona Editor 1.0 that means that setting preferences via the:
Preferences \> Package Settings \> Corona Editor \> Settings - User
menu option does not work correctly.
Instead, put your Corona Editor preferences in the main Sublime Text user preferences file accessed via:
Preferences \> Settings - User
For example, to unset the corona_sdk_complete_periods preference:
- Choose Preferences > Settings - User from the menu
- Go to the end of the file that opens
- Add a comma at the end of the last item and then add a new line with:
"corona\_sdk\_complete\_periods": false
- Save the file
More info about setting Sublime Text preferences can be found at: http://www.sublimetext.com/docs/2/settings.html
I’m looking into a fix for the bug.