This AutoComplete does not work like it does in Xcode where you just type an it finds the right thing for you.
This is designed so you would type display.newImage and then press the TAB key and it fill in the params for that type of API and then you just press the TAB key to jump through the different params.
And since you have access to daily builds I suggest you update the widgets and add the new api for newRetinaText etc…
To do that you just find the right bundle you installed and open it with ST2 and edit it there. They are just xml files so just update the fields within that file and save. Then restart ST2 of course.
As for the launch Corona Simulator command, I have not got that to work because cmd + R opens the functions dialog of the current file you are in. So with that you can jump between your functions.
I haven’t done any research on that command but that is written in Apple Script and I don’t know if ST2 reads that. If I’m not mistaken ST2 is written in Ruby and I’ve never used that but I think it needs to be a Ruby script. Not sure though…
edit: ST2 have Apple Script syntax so you can write that but I still think the Launch Corona Simulator command needs to be a ruby script. [import]uid: 13560 topic_id: 17419 reply_id: 66106[/import]