Up-To-Date Autocomplete Wordlist

Updated on September 7, 2011 for Corona SDK 2011.612

List has a new home on my blog:

http://www.pixelenvision.com/1690/autocomplete-wordlist-for-corona-project-manager-cpm/

Nice, thanks! :)

Two more!

spriteInstance.timeScale
sprite.newSpriteMultiSet({ { sheet = <#spriteSheet1#>, frames = { n1, n2, nx} }, })

New Audio Session API as of build 544.
Beware, as the API is not finalized those can be changed or removed in the future.

audio.supportsSessionProperty
audio.setSessionProperty( <#property_name#>, <#property_value#> )
audio.getSessionProperty( <#property_name#> )
audio.ActiveMode
audio.MixMode
audio.OverrideMixWithOthers
audio.OtherAudioIsPlaying
audio.OtherMixableAudioShouldDuck
audio.AmbientMixMode
audio.SoloAmbientMixMode
audio.MediaPlaybackMixMode
audio.RecordAudioMixMode
audio.PlayAndRecordMixMode

Cool, thank you for doing this!

Jay

You're welcome...

l intend to keep mine up-to-date. So, just sharing it here... :)

P.S. Just updated above code-list with current full version...

Added Gyroscope API (Build 544)

system.setGyroscopeInterval( <#frequency#>)
system.hasEventSource( <#eventSourceName#> )
event.deltaTime
event.xRotation
event.yRotation
event.zRotation

You can use these if you have the bitmapfont library, found somewhere in the forum.

bmf.loadFont("<#fontname#>")
bmf.newString(<#fontname#>, "<#string#>")

I'm writing one for lime, but if anyone already has started let me know so we don't have to do double work.

How about coronaUI, anyone made a list for that?

Added Game Network API (Build 556-557)

gameNetwork.init ( <#providerName#> <#[, parms ...]#> )
gameNetwork.request ( <#command#> <#[, parms ...]#> )
gameNetwork.show ( <#name#> <#[, data ...]#> )

Updated for 2011.591

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
json.encode( <#t#> )
json.decode( <#s#> )
json.null( )
event.keyName
event.phase
event.name
physics.removeBody( <#object#> )
timer.pause( <#timerId#> )
timer.resume( <#timerId#> )
widget.newEmbossedText( <#text#>, <#xPos#>, <#yPos#>, <#font#>, <#size#>, <#fontColor#> )
widget.newButton( <#[params]#> )
widget.newToolbar( <#label#> <#[, params]#> )
widget.newSegmentedControl( <#buttonTable#> <#[, params]#> )
widget.newSlider( <#[params]#> )
widget.newScrollView( <#[params]#> )
widget.newTableView( <#[params]#> )
widget.newPickerWheel( [<#[params]#> )
ads.init( <#providerName#>, <#appId#> )
ads.show( <#adUnitType#> <#[, params]#> )
ads.hide( )

This is amazing! Thanks for doing this. Most appreciated.

Jay, it would be great if CPM pulled updates from central repository which you could host on your site. Folks who provide updates can email or post here and then you can merge them into the master update file. A little feature for future perhaps. Just an idea. Thanks

Yes, that would be *very* handy and I want to do that, but I have to change CPM first so it doesn't lump the official list in with the user-generated list. Right now they're the same so doing an update would blow out everything you added while coding (stuff is added automatically as you write code).

It's not a huge problem, I just need to find time to put it in. Hopefully soon.

Jay

@ksan you are welcome! :)

@jay Regarding the user-generated list update, can you also make "auto adding" optional?

Anyone else having a problem reaching the link in the first post?

I'm getting an eror message -- something about too many redirects.

I'd like to include the latest list in the version of CPM that's going out soon.

Jay

Yup. Can get to it. Sending you an email

@Jay,

Sorry for that, I was trying out a service and their DNS caused that redirect loop problem. I've reverted back but changes are not fully propagated yet. I guess that includes Alaska.

Since ksan (thanks!) sending it I won't' but the site also should be accessible for you later today.

No problem; that's the internet for you. :)

Jay

Updated for 2011.612

1
2
object.isEditable
graphics.newGradient( <#colorArrayStart#>, <#colorArrayEnd#> <#[, direction]#> )

I've said it before, but I'll say it again -- thank you for taking the time to do this. It's *greatly* appreciated.

Now that the "official" and "user-generated" lists are separate in the latest version of CPM I can look at doing an auto-update of the word list.

I'll drop you an email, PixelEnvision, to see if it's possible to just continue to piggy-back off your work. :)

Jay

You're most welcome...

Of course that's possible, just LMK. Mine is a small contribution to the most useful CSDK tool... :)

views:2003 update:2011/10/11 22:13:38
corona forums © 2003-2011