New this build: autocomplete for animation, layer and event groups in the event sheet view, Tilemap 'Load image from URL', a new 'After preview' autosave option, and more!
Note the way function name suggestions are done has changed from r185. It used to show a standard Windows dropdown list with possible options. However this control does not support the normal expression control features like autocomplete and syntax highlighting, making it harder to use for some particular use cases. To resolve this, now the function name parameters are normal expression controls, and the suggestions come in the autocomplete box when you type the first " character. It looks like this:
This also selects the best match as you type, which is probably better than the old dropdown list anyway. We've also rolled out this new approach to animation names, layer names, and event group names. Here's what it looks like in a 'Set animation' action in Space Blaster:
This should make it a lot quicker and easier to add events using these features, since you don't have to cross-reference with other parts of the project any more - it's all right there in the autocomplete!