Releases: coronalabs/CoronaSDK-SublimeText
Various improvements
Corona Editor Improvements
-
Fixed issue with completions
A rewhacked and improved completion mechanism is coming but in the
meantime this fixes an issue with the rename of the plugin in _Sublime Text 3_ -
Improved documentation lookup
Documentation lookup has been made smarter so that it displays the
correct page more often. If it can't display a particular page it now
defaults to searching either the online Lua documentation or the Corona
SDK documentation depending on context. -
Improved syntax detection
The detection of function definitions has been extended to cover both
styles of Lua function definitions:function f () body end
and
f = function () body end
This improves the list of functions displayed by Super+R in particular.
-
Added "Function Navigator…" menu item
To make accessing the list of functions defined in the current source
file more discoverable a menu item has been added to the right-click
context menu which is the equivalent of "Super+R"
Minor updates
This release fixes completions in ST3 which were broken. It also expands the completion list to include more constants and object members. The issue with building (Cmd+B) starting multiple instances of the Simulator has been fixed on the Mac (sorry, still working on Windows).
Release Candidate (2)
0.8.5 Fix encoding issue that Python 2.x didn't like
Release Candidate
0.8.4 Misc Bug Fixes and Tidying Up
Support Sublime Text 3
Plugin now installable in Sublime Text 3.
Fixed issue loading completions.
Fix completions
Fixed completions Some debug code was preventing completions from working
0.8.1: Improved completion behavior
Improved autocompletion
Pre-release
This is test release of the Corona SDK integration for Sublime Text.