Skip to content

Releases: coronalabs/CoronaSDK-SublimeText

Various improvements

16 Oct 03:09
Compare
Choose a tag to compare
Various improvements Pre-release
Pre-release

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

09 Oct 01:33
Compare
Choose a tag to compare
Minor updates Pre-release
Pre-release

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)

03 Oct 00:40
Compare
Choose a tag to compare
Release Candidate (2) Pre-release
Pre-release
0.8.5

Fix encoding issue that Python 2.x didn't like

Release Candidate

03 Oct 00:31
Compare
Choose a tag to compare
Release Candidate Pre-release
Pre-release
0.8.4

Misc Bug Fixes and Tidying Up

Support Sublime Text 3

02 Oct 19:17
Compare
Choose a tag to compare
Pre-release

Plugin now installable in Sublime Text 3.

Fixed issue loading completions.

Fix completions

02 Oct 18:50
Compare
Choose a tag to compare
Fix completions Pre-release
Pre-release
Fixed completions

Some debug code was preventing completions from working

0.8.1: Improved completion behavior

02 Oct 04:27
Compare
Choose a tag to compare
Pre-release

Improved autocompletion

Pre-release

30 Sep 23:54
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release

This is test release of the Corona SDK integration for Sublime Text.